completion: remove redundant __gitcomp_nl() options from _git_commit()
commitc977eefd55c7387751bc9b819489863cb0f86f27
authorSZEDER Gábor <szeder.dev@gmail.com>
Fri, 3 Feb 2017 02:53:54 +0000 (3 03:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Feb 2017 23:04:02 +0000 (13 15:04 -0800)
tree1b8035f721906536ab1551fe932a45cecba454d5
parent3ba042017a63492d8709b1991def43414ce87976
completion: remove redundant __gitcomp_nl() options from _git_commit()

Those two options are specifying the default values that
__gitcomp_nl() would use anyway when invoked with no options at all.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash