about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-09-22 17:26:51 +0000
committerClint Adams <clint@users.sourceforge.net>2008-09-22 17:26:51 +0000
commitfc38b76a603656b4b7673942e9c526f3dfe0feea (patch)
treeee96ce99220523052d1c898588a6778518cf41ec /Completion
parentdd5d608c11d4fd896d93749cebe13746548d8d2e (diff)
downloadzsh-fc38b76a603656b4b7673942e9c526f3dfe0feea.tar.gz
zsh-fc38b76a603656b4b7673942e9c526f3dfe0feea.tar.xz
zsh-fc38b76a603656b4b7673942e9c526f3dfe0feea.zip
Jörg Sommer: 25718: add completion of option --reverse.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 13f519b91..2f3931af9 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -4211,12 +4211,13 @@ __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)'{-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]'
     '(             --date-order)--topo-order[show commits in topological order]'
     '(--topo-order             )--date-order[show commits in date order]'
+    '(-g --walk-reflogs)--reverse[show commits in reverse order]'
     '--parents[show parent commits]'
     '(        --sparse)--dense[this is the inverse of --sparse, and is also the default]'
     '(--dense         )--sparse[when paths are given, output only commits that changes any of them]'