From 15180bc0ec2f61d3288c356b002d08a4d4a4e704 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 8 May 2011 21:19:29 +0000 Subject: 29187: add a missing backslash. --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_git') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 4664cfa6e..f58550e9a 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_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]' \ -- cgit 1.4.1