]> git.cameronkatri.com Git - cgit.git/commit
ui-shared: pass separator in to cgit_print_snapshot_links()
authorJohn Keeping <john@keeping.me.uk>
Sat, 31 Mar 2018 14:08:59 +0000 (15:08 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 27 Jun 2018 16:11:19 +0000 (18:11 +0200)
commite491eaa5df3055dc419d9d3cb75421e8a8c43944
tree4de939687f7417ca4e2940386310c8c458c60eb8
parent5b1f42ffeec7e315fc4fcff5145e5b0adca30715
ui-shared: pass separator in to cgit_print_snapshot_links()

cgit_print_snapshot_links() is almost identical to
print_tag_downloads(), so let's extract the difference to a parameter in
preparation for removing print_tag_downloads() in the next commit.

Signed-off-by: John Keeping <john@keeping.me.uk>
Reviewed-by: Christian Hesse <mail@eworm.de>
ui-commit.c
ui-shared.c
ui-shared.h
ui-tag.c