diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-07-20 14:13:08 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-20 13:01:26 -0700 |
commit | 2d9c572578c72bd6691e80a9feed7d631baf007f (patch) | |
tree | 0f1ce164493ae27d99f5532a17b93da9c4a3233f /show-index.c | |
parent | refresh-index: fix bitmask assignment (diff) | |
download | tgif-2d9c572578c72bd6691e80a9feed7d631baf007f.tar.xz |
fix usage string for git grep
Without this patch, git-grep gives confusing usage information:
$ git grep --confused
usage: git grep <option>* <rev>* [-e] <pattern> [<path>...]
$ git grep HEAD pattern
fatal: ambiguous argument 'pattern': unknown revision or path no
t in the working tree.
Use '--' to separate paths from revisions
So put <pattern> before the <rev>s, in accordance with actual correct
usage. While we're changing the usage string, we might as well include
the "--" separating revisions and paths, too.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'show-index.c')
0 files changed, 0 insertions, 0 deletions