Explorar el Código

make oneline git log relative date visually more separate from subject line

Weiyi Lou hace 13 años
padre
commit
adccfc72a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      zsh/zshrc

+ 1 - 1
zsh/zshrc

@@ -69,7 +69,7 @@ alias ga.='git add .'
 alias gs='git status'
 alias gd='git diff'
 alias gds='git diff --staged'
-alias gl='git log --graph --date=relative --pretty="format:%C(yellow)%h %Cblue[%cn] %Creset%s - %cd"'
+alias gl='git log --graph --date=relative --pretty="format:%C(yellow)%h %Cblue[%cn] %Creset%s... %cd"'
 alias gls='git log --graph --stat'
 alias glp='git log -p'
 alias gr='git rebase'