]> git.cameronkatri.com Git - cgit.git/commit
ui-refs: use shared function to print tag downloads
authorJohn Keeping <john@keeping.me.uk>
Sat, 31 Mar 2018 14:11:05 +0000 (15:11 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 27 Jun 2018 16:11:19 +0000 (18:11 +0200)
commit71d14d9c98c39a6683780060f84429a3a7e5b348
tree12c3a446f63c1e8ed756ffc8a76b4e4daa4f5d6b
parente491eaa5df3055dc419d9d3cb75421e8a8c43944
ui-refs: use shared function to print tag downloads

cgit_compose_snapshot_prefix() is identical to print_tag_downloads(), so
remove the latter and use the function from ui-shared.c instead.

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