Signed-off-by: Pierre Habouzit <madcoder@xxxxxxxxxx> --- builtin-grep.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/builtin-grep.c b/builtin-grep.c index 0bd517b..3123494 100644 --- a/builtin-grep.c +++ b/builtin-grep.c @@ -14,6 +14,8 @@ #include <regex.h> #include <fnmatch.h> #include <sys/wait.h> +#define DEBUG 0 + /* * git grep pathspecs are somewhat different from diff-tree pathspecs; * pathname wildcards are allowed. -- 1.4.1.1 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html