diff options
Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -120,7 +120,8 @@ static void cgit_print_repo_page(struct cacheitem *item) | |||
| 120 | } else if (!strcmp(cgit_query_page, "view")) { | 120 | } else if (!strcmp(cgit_query_page, "view")) { |
| 121 | cgit_print_view(cgit_query_sha1, cgit_query_path); | 121 | cgit_print_view(cgit_query_sha1, cgit_query_path); |
| 122 | } else if (!strcmp(cgit_query_page, "diff")) { | 122 | } else if (!strcmp(cgit_query_page, "diff")) { |
| 123 | cgit_print_diff(cgit_query_sha1, cgit_query_sha2, cgit_query_path); | 123 | cgit_print_diff(cgit_query_head, cgit_query_sha1, cgit_query_sha2, |
| 124 | cgit_query_path); | ||
| 124 | } else { | 125 | } else { |
| 125 | cgit_print_error("Invalid request"); | 126 | cgit_print_error("Invalid request"); |
| 126 | } | 127 | } |
