Skip to content
  • Robert Ricci's avatar
    Fix summary for merge commits · 8e634629
    Robert Ricci authored
    Problem before was that I was using 'git log' of the commit and
    its parent, which doesn't work as I intended when there's more than
    one parent. Instead, use 'git show -s', which is helpfully not
    documented in the manpage for git-show, but instead the manpage for
    git-shortlog
    8e634629