diff options
| author | DariusPHP <darius.grigalevicius@nfq.lt> | 2014-08-22 10:21:38 +0300 |
|---|---|---|
| committer | DariusPHP <darius.grigalevicius@nfq.lt> | 2014-08-22 10:21:38 +0300 |
| commit | 5d6c73d7d38930443bdc4357c337e0baf7d5b5fb (patch) | |
| tree | 6f58bddbdf5f3e0ea8d1fd68db449363cff3bdb3 | |
| parent | 1b7a3ea99a8b566510ab7881063148c43be6b98d (diff) | |
| download | zsh-5d6c73d7d38930443bdc4357c337e0baf7d5b5fb.tar.gz zsh-5d6c73d7d38930443bdc4357c337e0baf7d5b5fb.tar.bz2 zsh-5d6c73d7d38930443bdc4357c337e0baf7d5b5fb.zip | |
#git plugin git diff-tree --name-only added
| -rw-r--r-- | plugins/git/git.plugin.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index 9f7819df3..a76bb1cdf 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -7,6 +7,8 @@ alias gd='git diff' compdef _git gd=git-diff alias gdc='git diff --cached' compdef _git gdc=git-diff +alias gdt='git diff-tree --no-commit-id --name-only -r' +compdef _git gdc=git diff-tree --no-commit-id --name-only -r alias gl='git pull' compdef _git gl=git-pull alias gup='git pull --rebase' |
