summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e84816)
raw | patch | inline | side by side (parent: 9e84816)
author | Alex Riesen <fork0@t-online.de> | |
Sun, 21 May 2006 20:45:46 +0000 (22:45 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 21 May 2006 23:40:45 +0000 (16:40 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-grep.c | patch | blob | history |
diff --git a/builtin-grep.c b/builtin-grep.c
index d09ddf04850baa17842975ff54063f5acfce8cfe..53de8a883607157c88d02a30f0320aa9e5c0581a 100644 (file)
--- a/builtin-grep.c
+++ b/builtin-grep.c
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))