commit 23a54f92fe2e2212d159443bcc631d7a2278f171 parent b1dc21019e5a6483d522a62c5f193936af28038b Author: Chris Bracken <chris@bracken.jp> Date: Thu, 2 Mar 2017 12:40:46 -0800 Emit git author name rather than committer name For commits via the GitHub web interface, this results in the author name rather than the committer. Diffstat:
M | .gitconfig | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitconfig b/.gitconfig @@ -1,6 +1,6 @@ [alias] - lol = log --pretty=format:'%C(yellow)%h%C(reset) %C(green)%cr%C(reset) %C(blue)%cn%C(reset) %C(yellow)%d%C(reset) %s' - logstats = log --pretty=format:'%C(yellow)%h%C(reset) %C(green)%cr%C(reset) %C(blue)%cn%C(reset): %s' --stat + lol = log --pretty=format:'%C(yellow)%h%C(reset) %C(green)%cr%C(reset) %C(blue)%an%C(reset) %C(yellow)%d%C(reset) %s' + logstats = log --pretty=format:'%C(yellow)%h%C(reset) %C(green)%cr%C(reset) %C(blue)%an%C(reset): %s' --stat vimdiff = difftool [color] ui = auto