Merge branch 'maint'
* maint: fix usage string for git grep refresh-index: fix bitmask assignment Conflicts: builtin-grep.c
This commit is contained in:
@ -498,7 +498,7 @@ static int grep_object(struct grep_opt *opt, const char **paths,
|
||||
}
|
||||
|
||||
static const char builtin_grep_usage[] =
|
||||
"git grep <option>* <rev>* [-e] <pattern> [<path>...]";
|
||||
"git grep <option>* [-e] <pattern> <rev>* [[--] <path>...]";
|
||||
|
||||
static const char emsg_invalid_context_len[] =
|
||||
"%s: invalid context length argument";
|
||||
|
Reference in New Issue
Block a user