Browse Source

show mode changes in `gil`

raylu 11 years ago
parent
commit
4a268ec6d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -81,7 +81,7 @@ alias mp='~/mplayer/mplayer/mplayer'
 alias manmp='man -l ~/mplayer/mplayer/DOCS/man/en/mplayer.1'
 alias mencoder='~/mplayer/mplayer/mencoder'
 alias x264='~/x264/x264'
-alias gil='git log --graph --abbrev-commit --stat -C --decorate --date=local'
+alias gil='git log --graph --abbrev-commit --stat --summary -C --decorate --date=local'
 alias gib='git branch -a'
 alias gis='git status'
 alias gid='git diff -C --date=local'