Open wookayin opened 11 months ago
Improve readability of the pretty format string for the git show command.
git show
Include commit %H to the git show output, which is one of the most useful and important information for a git commit being displayed.
commit %H
@tpope Any opinion/feedback about this?
Improve readability of the pretty format string for the
git show
command.Include
commit %H
to thegit show
output, which is one of the most useful and important information for a git commit being displayed.