author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 24 May 2007 05:51:30 +0000 (01:51 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 24 May 2007 05:51:30 +0000 (01:51 -0400) | ||
commit | 8f87fae6459b7d5b8058691911f1c18c59a5dcbd | |
tree | b812ce9fc64c0b5152f8ecca3e66c8c48e732d28 | tree | snapshot |
parent | fb72759b7de504f077250fd5bd557e3b9e2a5682 | commit | diff |
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>
(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 | diff | blob | history |