зеркало из https://github.com/microsoft/git.git
grep: fix the error message that mentions --exclude
Missing rename from --exclude to --standard-exclude. Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
0a93fb8a9c
Коммит
92e61831fb
|
@ -971,7 +971,7 @@ int cmd_grep(int argc, const char **argv, const char *prefix)
|
|||
}
|
||||
|
||||
if (0 <= opt_exclude)
|
||||
die("--exclude or --no-exclude cannot be used for tracked contents.");
|
||||
die("--[no-]exclude-standard cannot be used for tracked contents.");
|
||||
|
||||
if (!list.nr) {
|
||||
int hit;
|
||||
|
|
Загрузка…
Ссылка в новой задаче