projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a4c0c9
)
.gitconfig: Add `authors` alias for `shortlog -se`
author
W. Trevor King
<wking@tremily.us>
Wed, 24 Apr 2013 18:49:54 +0000
(14:49 -0400)
committer
W. 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
patch
|
blob
|
history
diff --git
a/src/.gitconfig
b/src/.gitconfig
index df15747bc9f8f81620a9749a4edcbd818971d26c..e55518c84e747b515d5afe5e1972a3d4447e7f16 100644
(file)
--- a/
src/.gitconfig
+++ b/
src/.gitconfig
@@
-25,4
+25,5
@@
xfuncname = "^((pub|uid) .*)"
[alias]
+ authors = shortlog -se
glog = log --graph --topo-order --oneline --decorate