]> granicus.if.org Git - cgit/commit
ui-shared: pass repo object to print_snapshot_links()
authorJohn Keeping <john@keeping.me.uk>
Sat, 31 Mar 2018 13:05:02 +0000 (14:05 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 27 Jun 2018 16:11:19 +0000 (18:11 +0200)
commitbd1b281478c8d8ab45f723ac5818d58da4a64dd1
tree69fb78b50ecb692deac12a2513cefba71e1d3698
parent0bb34ef130f05b865ee2a34d196ea6352590f673
ui-shared: pass repo object to print_snapshot_links()

Both call sites of cgit_print_snapshot_links() use the same values for
the snapshot mask and repository name, which are derived from the
cgit_repo structure so let's pass in the structure and access the fields
directly.

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