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

-a

Display all commits (default is first 1000).

-m max

Display no more than max commits.

-A date

Display commits created after this date.

-U author

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.