backslash gitk aliases

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2014-02-03 14:01:33 +01:00
commit c38877c19b

View file

@ -240,10 +240,10 @@ alias gga='git gui citool --amend'
compdef _git gga='git gui citool --amend' compdef _git gga='git gui citool --amend'
# Gitk # Gitk
alias gk='gitk --all --branches' alias gk='\gitk --all --branches'
compdef _git gk='gitk' compdef _git gk='gitk'
# show complete history, with dangling commits # show complete history, with dangling commits
alias gitk-entier-history='gitk --all $(git log -g --pretty=format:%h)' alias gitk-entier-history='\gitk --all $(git log -g --pretty=format:%h)'
compdef _git gitk='gitk' compdef _git gitk='gitk'
alias gke='gitk-entier-history' alias gke='gitk-entier-history'
compdef _git gke='gitk' compdef _git gke='gitk'