From: W. Trevor King Date: Wed, 24 Apr 2013 18:49:54 +0000 (-0400) Subject: .gitconfig: Add `authors` alias for `shortlog -se` X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c49fc45d4a14b0595c7a6732e50cc874739ed005;p=dotfiles-public.git .gitconfig: Add `authors` alias for `shortlog -se` 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. --- diff --git a/src/.gitconfig b/src/.gitconfig index df15747..e55518c 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -25,4 +25,5 @@ xfuncname = "^((pub|uid) .*)" [alias] + authors = shortlog -se glog = log --graph --topo-order --oneline --decorate