]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-log.c
Merge branch 'lh/range-search'
[ps-cgit] / ui-log.c
index 5eb5c813beedaebf7bb0921f20c892c0556f9628..33ec8a95f5712d09a1151f69b91cee9a6a91cb75 100644 (file)
--- a/ui-log.c
+++ b/ui-log.c
@@ -149,10 +149,13 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern
 
        argv[1] = disambiguate_ref(tip);
 
-       if (grep && pattern && (!strcmp(grep, "grep") ||
-                               !strcmp(grep, "author") ||
-                               !strcmp(grep, "committer")))
-               argv[argc++] = fmt("--%s=%s", grep, pattern);
+       if (grep && pattern) {
+               if (!strcmp(grep, "grep") || !strcmp(grep, "author") ||
+                   !strcmp(grep, "committer"))
+                       argv[argc++] = fmt("--%s=%s", grep, pattern);
+               if (!strcmp(grep, "range"))
+                       argv[1] = pattern;
+       }
 
        if (path) {
                argv[argc++] = "--";