diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-09-23 17:27:28 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-09-23 17:27:28 +0000 |
commit | 2ea9873873f61dbad1ca793a84ab8d169b09d3af (patch) | |
tree | 7d99dd799ee3de52465fba170992dedce12da997 /Completion/Unix/Command | |
parent | c328252c58d215cc116dacd36a7e53ba3fc3c1f0 (diff) | |
download | zsh-2ea9873873f61dbad1ca793a84ab8d169b09d3af.tar.gz zsh-2ea9873873f61dbad1ca793a84ab8d169b09d3af.tar.xz zsh-2ea9873873f61dbad1ca793a84ab8d169b09d3af.zip |
unposted: brown paper bag patch management of 25718.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 2f3931af9..f3196b895 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -4211,7 +4211,7 @@ __git_setup_revision_arguments () { '--cherry-pick[omit any same-change commits]' '--graph[draw a graphical representation of the commit history]' '--reflog[show all commits from reflogs]' - '(-g --walk-reflogs reverse)'{-g,--walk-reflogs}'[walk reflog entries from most recent to oldest]' + '(-g --walk-reflogs --reverse)'{-g,--walk-reflogs}'[walk reflog entries from most recent to oldest]' '*--not[reverses meaning of ^ prefix for revisions that follow]' '--default[use argument as default revision]:default revision:__git_revisions' '--merge[after a failed merge, show refs that touch files having a conflict]' |