aboutsummaryrefslogtreecommitdiffstats
path: root/ui-commit.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-07-23 00:11:15 +0200
committerLars Hjemli <hjemli@gmail.com>2007-07-23 00:27:32 +0200
commiteb45342e735818b3c68cbab9b61b23e79ae74418 (patch)
tree43fed08927a2118a22cf686ee58b8d464233cd5d /ui-commit.c
parentMerge branch 'master' of git://git.klever.net/patchwork/cgit (diff)
downloadcgit-eb45342e735818b3c68cbab9b61b23e79ae74418.tar.xz
cgit-eb45342e735818b3c68cbab9b61b23e79ae74418.zip
cgit_print_snapshot_links: use url to specify snapshot name
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-commit.c')
-rw-r--r--ui-commit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c
index 50e9e11..90e09ed 100644
--- a/ui-commit.c
+++ b/ui-commit.c
@@ -196,7 +196,8 @@ void cgit_print_commit(char *hex)
}
if (cgit_repo->snapshots) {
html("<tr><th>download</th><td colspan='2' class='sha1'>");
- cgit_print_snapshot_links(cgit_query_repo,hex,cgit_repo->snapshots);
+ cgit_print_snapshot_links(cgit_query_repo, cgit_query_head,
+ hex, cgit_repo->snapshots);
html("</td></tr>");
}
html("</table>\n");