зеркало из https://github.com/microsoft/git.git
contrib/completion: --no-index option to git diff
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
afa0876050
Коммит
861514d340
|
@ -1125,7 +1125,7 @@ _git_diff ()
|
|||
case "$cur" in
|
||||
--*)
|
||||
__gitcomp "--cached --staged --pickaxe-all --pickaxe-regex
|
||||
--base --ours --theirs
|
||||
--base --ours --theirs --no-index
|
||||
$__git_diff_common_options
|
||||
"
|
||||
return
|
||||
|
|
Загрузка…
Ссылка в новой задаче