completion: remove 'help' duplicate from porcelain commands
commit585b96bd4c55e587b7736063125d06bf46e39d18
authorSZEDER Gábor <szeder@ira.uka.de>
Wed, 14 Nov 2012 00:49:30 +0000 (14 01:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2012 21:45:38 +0000 (14 13:45 -0800)
tree453438a7deaa6446f182715d5cd172d2de26c80c
parent8c7a786b6c8eae8eac91083cdc9a6e337bc133b0
completion: remove 'help' duplicate from porcelain commands

The list of all git commands is computed from the output of 'git help
-a', which already includes 'help', so there is no need to explicitly
add it once more when computing the list of porcelain commands.

Note that 'help' wasn't actually offered twice because of this,
because Bash filters duplicates from possible completion words.

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