]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
Teach bash the new features of 'git show'.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 15 Dec 2006 07:20:03 +0000 (02:20 -0500)
committerJunio C Hamano <junkio@cox.net>
Sat, 16 Dec 2006 06:31:01 +0000 (22:31 -0800)
commit9013192449ed1148da4805e33a2644fca92dd1c7
tree1e4e01c573cdf2222706693822916995f97196a0
parent3a79347862f9864e580af2b9daeebac28be9c7a6
Teach bash the new features of 'git show'.

Now that 'git show' accepts ref:path as an argument to specify a
tree or blob we should use the same completion logic as we support
for cat-file's object identifier.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/completion/git-completion.bash