From: Thomas Braun Date: Fri, 6 Oct 2017 18:02:47 +0000 (+0200) Subject: completion: add --broken and --dirty to describe X-Git-Tag: v2.15.0-rc1~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78236550824fb2d0b150f2992589a26e89c0f1c9;p=thirdparty%2Fgit.git 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 Helped-by: Stefan Beller Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index d934417475..0e16f017a4 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1385,7 +1385,7 @@ _git_describe () __gitcomp " --all --tags --contains --abbrev= --candidates= --exact-match --debug --long --match --always --first-parent - --exclude + --exclude --dirty --broken " return esac