completion: add --broken and --dirty to describe
authorThomas Braun <thomas.braun@virtuell-zuhause.de>
Fri, 6 Oct 2017 18:02:47 +0000 (20:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Oct 2017 02:12:58 +0000 (11:12 +0900)
commit78236550824fb2d0b150f2992589a26e89c0f1c9
tree79cd107f786da483b3470edc4712ee34a76783a7
parent4010f1d1b782eb7585e0e0abcefa794bd5ff29a0
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>
contrib/completion/git-completion.bash