Răsfoiți Sursa

add decorates to more git log aliases

Weiyi Lou 12 ani în urmă
părinte
comite
33fff3485e
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      zsh/omz-custom/git.zsh

+ 2 - 2
zsh/omz-custom/git.zsh

@@ -50,9 +50,9 @@ alias gla='gl --all'
 # concise, branch and tag log with train tracks (some merge commits unavoidable)
 # concise, branch and tag log with train tracks (some merge commits unavoidable)
 alias glb='gl --simplify-by-decoration'
 alias glb='gl --simplify-by-decoration'
 alias glh='gl | head'
 alias glh='gl | head'
-alias glp='git log --graph --patch'
+alias glp='git log --graph --decorate --patch'
 # useful when you want to have a visual on file changes
 # useful when you want to have a visual on file changes
-alias gls='git log --graph --stat'
+alias gls='git log --graph --decorate --stat'
 # search through history for particular text
 # search through history for particular text
 alias glS='git log -S'
 alias glS='git log -S'