From 7c21432102bdca4457a67cbd2e615d94feda8362 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 8 May 2011 10:47:41 -0400 Subject: [PATCH] Fixed git-describe completion. --- plugins/git/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/_git b/plugins/git/_git index 6b4fe6ba..ac9fd1c7 100644 --- a/plugins/git/_git +++ b/plugins/git/_git @@ -589,7 +589,7 @@ _git-commit () { (( $+functions[_git-describe] )) || _git-describe () { _arguments -w -S -s \ - '(*)--dirty=-[describe HEAD, adding mark if dirty]::mark' + '(*)--dirty=-[describe HEAD, adding mark if dirty]::mark' \ '--all[use any ref found in "$GIT_DIR/refs/"]' \ '--tags[use any ref found in "$GIT_DIR/refs/tags"]' \ '(--tags)--contains[find the tag after the commit instead of before]' \