Skip to content

Instantly share code, notes, and snippets.

@rctay
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rctay/11138460 to your computer and use it in GitHub Desktop.
Save rctay/11138460 to your computer and use it in GitHub Desktop.
paging through git log by commits

assumption: your format.pretty begins with %h, eg. format:%h %s (%an, %ad).

git -c core.pager='less -p"^[0-9a-f]{7} "' log -5 -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment