Git Browsing the history

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • git log [options] [revision range] [[--] path...]

Parameters

Parameter          Explanation
-q, --quietQuiet, suppresses diff output
--sourceShows source of commit
--use-mailmapUse 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-signatureDisplay signatures of signed commits
-i, --regexp-ignore-caseMatch the regular expression limiting patterns without regard to letter case

Remarks

References and up-to-date documentation : git-log official documentation



Got any Git Question?