Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
grep.c: remove implicit dependency on the_index
[gitweb.git]
/
builtin
/
log.c
diff --git
a/builtin/log.c
b/builtin/log.c
index f32a07f6a9a535bd0f68d8a357189dadf0a13423..b62082472cfe4331632b4ae12b390ada5e12da3a 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-115,7
+115,7
@@
static int log_line_range_callback(const struct option *option, const char *arg,
static void init_log_defaults(void)
{
- init_grep_defaults();
+ init_grep_defaults(
the_repository
);
init_diff_ui_defaults();
decoration_style = auto_decoration_style();