p4 graph log (graph)
List commits.
Note
For depots of type graph
only.
Syntax
p4 graph log -n //repo/name [options] commit...
Description
Lists the specified commits from the specified repo.
Options
|
Display all commits (default is first 1000). |
|
Display no more than max commits. |
|
Display commits created after this date. |
|
Display commits created by this author. |
-N minParents
|
Display commits having at least this many parents. |
-X maxParents
|
Display commits having at most this many parents. |
-p
|
Display commits following first parent only. |