From ad001cc1e3697ddad44de367e92428249faa2b6a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 16 Aug 2008 13:00:25 +0000 Subject: 25460: patch to add the --branches/tags/remotes for rev-list to _git from Mikael Magnusson. --- Completion/Unix/Command/_git | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 3dc973ac6..b7c1cd3fb 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -4127,6 +4127,9 @@ __git_setup_revision_arguments () { '( --until --before)--min-age[minimum age of commits to output]: :_guard "[[\:digit\:]]#" timestamp' '(--min-age --until --before)'{--until=-,--before=-}'[show commits older than given date]: :_guard "[[\:digit\:]]#" timestamp' '--all[show all commits from refs]' + '--branches[show all commits from refs/heads]' + '--tags[show all commits from refs/tags]' + '--remotes[show all commits from refs/remotes]' '--cherry-pick[omit any same-change commits]' '--reflog[show all commits from reflogs]' '(-g --walk-reflogs)'{-g,--walk-reflogs}'[walk reflog entries from most recent to oldest]' -- cgit 1.4.1