Unidiff1 files changed, 1 insertions, 2 deletions
|
diff --git a/ui-log.c b/ui-log.c index 6d5509b..9d0ec02 100644 --- a/ ui-log.c+++ b/ ui-log.c |
|
@@ -36,3 +36,3 @@ void print_commit(struct commit *commit) |
36 | html("</td><td>"); |
36 | html("</td><td>"); |
37 | char *qry = fmt("id=%s", sha1_to_hex(commit->object.sha1)); |
37 | char *qry = fmt("h=%s", sha1_to_hex(commit->object.sha1)); |
38 | char *url = cgit_pageurl(cgit_query_repo, "commit", qry); |
38 | char *url = cgit_pageurl(cgit_query_repo, "commit", qry); |
@@ -123,2 +123 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path) |
123 | } |
123 | } |
124 | |
| |
|