completion: git commit should list --interactive

Signed-off-by: Eric Raible <raible@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Eric Raible 2008-09-10 17:40:20 -07:00 коммит произвёл Junio C Hamano
Родитель ea2408bfe1
Коммит aa5735bed4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -750,7 +750,7 @@ _git_commit ()
--*)
__gitcomp "
--all --author= --signoff --verify --no-verify
--edit --amend --include --only
--edit --amend --include --only --interactive
"
return
esac