git log [since] [until]
Show commit logs
Arguments
Name | Description |
---|---|
since | Commit ID, branch name, HEAD, or revision reference |
until | Commit ID, branch name, HEAD, or revision reference |
Options
Name | Description |
---|---|
--follow <file> | Show history of given file |
-q, --quiet | Suppress diff output |
--source | Show source |
--oneline | Show each commit as a single line |
-p, -u, --patch | Display the full diff of each commit |
--stat | Include which files were altered and the relative number of lines that were added or deleted from each of them |
--grep <pattern> | Search for commits with a commit message that matches <pattern> |
--author <pattern> | Search for commits by a particular author |