From fc38b76a603656b4b7673942e9c526f3dfe0feea Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 22 Sep 2008 17:26:51 +0000 Subject: Jörg Sommer: 25718: add completion of option --reverse. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Completion/Unix/Command/_git | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion') 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]' -- cgit 1.4.1