X-Git-Url: http://git.subgeniuskitty.com/website_subgeniuskitty.com/.git/blobdiff_plain/6bce4d40664885fb9a215c7cfcb8c49470d50677..e5f02f112afbdea1294d3014fb06edcc2273d10a:/data/notes/mail_web_git_server.md diff --git a/data/notes/mail_web_git_server.md b/data/notes/mail_web_git_server.md index faa352d..aa297bb 100644 --- a/data/notes/mail_web_git_server.md +++ b/data/notes/mail_web_git_server.md @@ -459,9 +459,13 @@ Remember to set that up. # HTML text to include as home page header. $home_text = "indextext.html"; - - # Add a toolbar option with the 'git clone url'. - $feature{'actions'}{'default'} = [('clone url', 'git://git.subgeniuskitty.com/%n', 'summary')]; + + # Add a toolbar option with the 'git clone url' and an + # option to display all tags. + $feature{'actions'}{'default'} = [ + ('clone url', 'git://git.subgeniuskitty.com/%n', 'summary'), + ('tags', 'https://git.subgeniuskitty.com/%n/tags', 'summary') + ]; # Category name is read from .git/category, in the same manner as .git/description. $projects_list_group_categories = 1;