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:

committed by
Junio C Hamano

parent
ea2408bfe1
commit
aa5735bed4
@ -750,7 +750,7 @@ _git_commit ()
|
|||||||
--*)
|
--*)
|
||||||
__gitcomp "
|
__gitcomp "
|
||||||
--all --author= --signoff --verify --no-verify
|
--all --author= --signoff --verify --no-verify
|
||||||
--edit --amend --include --only
|
--edit --amend --include --only --interactive
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user