Merge branch 'maint'

* maint:
  fix usage string for git grep
  refresh-index: fix bitmask assignment

Conflicts:
	builtin-grep.c
This commit is contained in:
Junio C Hamano
2008-07-20 17:16:29 -07:00
3 changed files with 91 additions and 2 deletions

View File

@ -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";