List the commit history of the specified file.
p4 filelog [-d -m max --first-parent] file
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.
-d
|
Show the full history of a deleted file. |
|
List only the first |
|
Follows only the first parent of each commit. |