Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Teach git diff about Objective-C syntax
[gitweb.git]
/
builtin-grep.c
diff --git
a/builtin-grep.c
b/builtin-grep.c
index f59f95f1758f891f8068f1d12222d415c6595957..3a51662a35878ae6b5965c90abb747b5b27c5493 100644
(file)
--- a/
builtin-grep.c
+++ b/
builtin-grep.c
@@
-783,8
+783,11
@@
int cmd_grep(int argc, const char **argv, const char *prefix)
paths[1] = NULL;
}
- if (!list.nr)
+ if (!list.nr) {
+ if (!cached)
+ setup_work_tree();
return !grep_cache(&opt, paths, cached);
+ }
if (cached)
die("both --cached and trees are given.");