Teach bash completion about git-shortlog
commit1fd6bec9bcb2d7fc710a9866bd53ea52f43d4428
authorShawn O. Pearce <spearce@spearce.org>
Thu, 24 May 2007 05:25:34 +0000 (24 01:25 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 24 May 2007 05:25:34 +0000 (24 01:25 -0400)
tree855c5e1e76c46eb73c261efb0aa73c6ddb9eb747
parent5cfb4fe525034b758ca39a32d05cc8b2a53d2a13
Teach bash completion about git-shortlog

We've had completion for git-log for quite some time, but just
today I noticed we don't have it for the new builtin shortlog
that runs git-log internally.  This is indeed a handy thing to
have completion for, especially when your branch names are of
the Very-Very-Long-and-Hard/To-Type/Variety/That-Some-Use.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
contrib/completion/git-completion.bash