bash: completion for gitk aliases
commit66729509457f11b15216c3cdfdbb2f34eddfbe89
authorSZEDER Gábor <szeder@ira.uka.de>
Tue, 23 Feb 2010 21:03:00 +0000 (23 22:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2010 16:32:31 +0000 (24 08:32 -0800)
tree69cf07599d1f75320145cfd3b891faa3c3a20885
parent8024ea60db290dd64db294e1019a0ada64ce1770
bash: completion for gitk aliases

gitk aliases either start with "!gitk", or look something like "!sh -c
FOO=bar gitk", IOW they contain the "gitk" word.  With this patch the
completion script will recognize these cases and will offer gitk's
options.

Just like the earlier change improving on aliased command recognition,
this change can also be fooled easily by some complex aliases, but
users of such aliases could remedy it with custom completion
functions.

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