.gitconfig: Add `authors` alias for `shortlog -se`
authorW. Trevor King <wking@tremily.us>
Wed, 24 Apr 2013 18:49:54 +0000 (14:49 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 28 Apr 2013 11:09:25 +0000 (07:09 -0400)
I hardly ever use `shortlog`, so I don't remember which options give
me the concise list of project authors.  For some reason, I seem to be
the one maintaining .mailmap files in a number of projects, and this
command helps identify inconsistent IDs.

src/.gitconfig

index df15747bc9f8f81620a9749a4edcbd818971d26c..e55518c84e747b515d5afe5e1972a3d4447e7f16 100644 (file)
@@ -25,4 +25,5 @@
        xfuncname = "^((pub|uid) .*)"
 
 [alias]
+       authors = shortlog -se
        glog = log --graph --topo-order --oneline --decorate