зеркало из https://github.com/microsoft/git.git
completion: add --broken and --dirty to describe
When the flags for broken and dirty were implemented inb0176ce6b5
(builtin/describe: introduce --broken flag, 2017-03-21) and9f67d2e827
(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>
This commit is contained in:
Родитель
4010f1d1b7
Коммит
7823655082
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче