summaryrefslogtreecommitdiffabout
path: root/ui-log.c
Unidiff
Diffstat (limited to 'ui-log.c') (more/less context) (show whitespace changes)
-rw-r--r--ui-log.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-log.c b/ui-log.c
index 8d774b0..95cb453 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -60,4 +60,7 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path, i
60 int i; 60 int i;
61 61
62 if (!tip)
63 argv[1] = cgit_query_head;
64
62 if (grep) 65 if (grep)
63 argv[argc++] = fmt("--grep=%s", grep); 66 argv[argc++] = fmt("--grep=%s", grep);