From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Sun, 19 Jan 2014 15:19:38 +0100 Subject: [PATCH 4/4] repolist: add a git link on front page In-Reply-To: <1390076700-16626-5-git-send-email-sebastian@breakpoint.cc> References: <1390076700-16626-1-git-send-email-sebastian@breakpoint.cc> <1390076700-16626-5-git-send-email-sebastian@breakpoint.cc> Message-ID: On Sat, Jan 18, 2014 at 9:25 PM, Sebastian Andrzej Siewior wrote: > cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL); > + cgit_git_link(); > @@ -284,6 +284,41 @@ void cgit_tree_link(const char *name, const char *title, const char *class, > +void cgit_git_link(void) I like this, but it's probably best to refactor it to take the same arguments as all the other cgit_*_link functions.