git-commit-vandalism/contrib/completion
SZEDER Gábor 585b96bd4c 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>
2012-11-14 13:45:38 -08:00
..
git-completion.bash completion: remove 'help' duplicate from porcelain commands 2012-11-14 13:45:38 -08:00
git-prompt.sh Improve the description of GIT_PS1_SHOWUPSTREAM 2012-09-24 12:38:41 -07:00