Browsing the history
suggest changeSyntax
git log [options] [revision range] [[–] path…]
Parameter | Explanation |
---|---|
-q, --quiet | Quiet, suppresses diff output |
–source | Shows source of commit |
–use-mailmap | Use mail map file (changes user info for committing user) |
–decorate[=…] | Decorate options |
–L <n,m:file> | Show log for specific range of lines in a file, counting from 1. Starts from line n, goes to line m. Also shows diff. |
–show-signature | Display signatures of signed commits |
-i, --regexp-ignore-case | Match the regular expression limiting patterns without regard to letter case |
References and up-to-date documentation : git-log official documentation
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents