Skip to content

Commit

Permalink
gitconfig: log author
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Sep 24, 2017
1 parent 973e4f0 commit e4140a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
co = checkout
logd = log --decorate
logg = log --decorate --graph --all
loga = log --decorate --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%Creset %s %Cgreen(%cr) %C(bold blue)%cn <%ce> %C(reset)¿%C(red)%an (%ae)%Creset?' --
logt = log --color --graph --pretty=format:'%Cred%h%Creset %C(yellow)%cn %cI%Creset %C(bold blue)%an %aI %C(reset) %s %C(red)%d%C(reset)' --
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
logf = log -p -M --follow --stat --
difs = diff --staged
Expand Down

0 comments on commit e4140a7

Please sign in to comment.