From: Shawn O. Pearce Date: Thu, 24 May 2007 05:25:34 +0000 (-0400) Subject: Teach bash completion about git-shortlog X-Git-Tag: v1.5.2.1~15^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1fd6bec9bcb2d7fc710a9866bd53ea52f43d4428?hp=1fd6bec9bcb2d7fc710a9866bd53ea52f43d4428 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 ---