From c49fc45d4a14b0595c7a6732e50cc874739ed005 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 24 Apr 2013 14:49:54 -0400 Subject: [PATCH] .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. --- src/.gitconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2