Teach bash completion about recent log long options
commit8f87fae6459b7d5b8058691911f1c18c59a5dcbd
authorShawn O. Pearce <spearce@spearce.org>
Thu, 24 May 2007 05:51:30 +0000 (24 01:51 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 24 May 2007 05:51:30 +0000 (24 01:51 -0400)
treeb812ce9fc64c0b5152f8ecca3e66c8c48e732d28
parentfb72759b7de504f077250fd5bd557e3b9e2a5682
Teach bash completion about recent log long options

(Somewhat) recently git-log learned about --reverse (to show commits
in the opposite order) and a looong time ago I think it learned
about --raw (to show the raw diff, rather than a unified diff).
These are both useful options, so we should make them easy for the
user to complete.

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