p4 filelog (graph)
List the commit history of the specified file.
Syntax
p4 filelog [-d -m max --first-parent] file
Description
List the commit history of the specified file, from the most recent commit to the initial commit.
By default, this command is optimized to NOT display history of a file that is deleted in the most recent commit, or has been removed previously.
The --first-parent
option follows only the first parent of each commit.
Options
-d
|
Show the full history of a deleted file. |
|
List only the first |
|
Follows only the first parent of each commit. |
Usage notes
Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required |
---|---|---|
Yes |
No |
list protection, read permission |