зеркало из https://github.com/microsoft/git.git
remove superflous "const"
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
9e848163ed
Коммит
fbd01abf50
|
@ -518,7 +518,7 @@ static int external_grep(struct grep_opt *opt, const char **paths, int cached)
|
|||
argc = nr;
|
||||
for (i = 0; i < active_nr; i++) {
|
||||
struct cache_entry *ce = active_cache[i];
|
||||
const char *name;
|
||||
char *name;
|
||||
if (ce_stage(ce) || !S_ISREG(ntohl(ce->ce_mode)))
|
||||
continue;
|
||||
if (!pathspec_matches(paths, ce->name))
|
||||
|
|
Загрузка…
Ссылка в новой задаче