author | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Jul 2008 00:16:29 +0000 (17:16 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Jul 2008 00:16:29 +0000 (17:16 -0700) |
* maint:
fix usage string for git grep
refresh-index: fix bitmask assignment
Conflicts:
builtin-grep.c
fix usage string for git grep
refresh-index: fix bitmask assignment
Conflicts:
builtin-grep.c
1 | 2 | |||
---|---|---|---|---|
builtin-grep.c | patch | | diff1 | | diff2 | | blob | history |
cache.h | patch | | diff1 | | diff2 | | blob | history |
diff --cc builtin-grep.c
index 7bf6a7156cdd8e236d451b9be4d4754c2c517e66,d8b06ce810d334654ada4b7fa3b79c19a4787565..631129ddfd0ffe06f919882d22cfc494d9553f50
--- 1/builtin-grep.c
--- 2/builtin-grep.c
+++ b/builtin-grep.c
}
static const char builtin_grep_usage[] =
- "git grep <option>* <rev>* [-e] <pattern> [<path>...]";
-"git-grep <option>* [-e] <pattern> <rev>* [[--] <path>...]";
++"git grep <option>* [-e] <pattern> <rev>* [[--] <path>...]";
static const char emsg_invalid_context_len[] =
"%s: invalid context length argument";
diff --cc cache.h
Simple merge