completion: add --broken and --dirty to describe
When the flags for broken and dirty were implemented in b0176ce6b5 (builtin/describe: introduce --broken flag, 2017-03-21) and 9f67d2e827 (Teach "git describe" --dirty option, 2009-10-21) the completion was not updated, although these flags are useful completions. Add them. Signed-off-by: Thomas Braun <thomas.braun@virtuell-zuhause.de> Helped-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Thomas Braun committed
Oct 6, 2017 at 20:02 UTC
78236550824fb2d0b150f2992589a26e89c0f1c9
1 file changed
+1
-1
contrib/completion/git-completion.bash
+1
-1
@@ -1385,7 +1385,7 @@ _git_describe ()
1385
__gitcomp "
1386
--all --tags --contains --abbrev= --candidates=
1387
--exact-match --debug --long --match --always --first-parent
1388
- --exclude
1388
+ --exclude --dirty --broken
1389
"
1390
return
1391
esac