summaryrefslogtreecommitdiffstatshomepage
path: root/ui-tag.c (unfollow)
Commit message (Expand)AuthorLines
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse-3/+3
2019-02-23ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo-2/+2
2018-10-12git: update to v2.19.1Christian Hesse-2/+2
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping-1/+1
2018-06-27ui-shared: remove unused parameterJohn Keeping-1/+1
2018-06-27ui-shared: pass repo object to print_snapshot_links()John Keeping-2/+1
2018-06-16ui-tag: Fix inconsistent capitalizationJon DeVree-1/+1
2017-08-10git: update to v2.14Jeff Smith-2/+2
2016-10-04ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse-6/+6
2016-10-01ui-tag: clean up taginfoJohn Keeping-2/+4
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping-1/+1
2016-02-08ui-{commit,tag}: show dates in originator's timezoneJohn Keeping-1/+2
2015-08-14tag: move layout into page functionJohn Keeping-3/+10
2014-01-14filter: add page source to email filterJason A. Donenfeld-1/+1
2014-01-14filter: add support for email filterJason A. Donenfeld-0/+2
2014-01-08Update copyright informationLukas Fleischer-1/+1
2013-04-08use struct strbuf instead of static buffersJohn Keeping-5/+9
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping-3/+3
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-0/+1
2013-03-04Mark several functions/variables staticLukas Fleischer-1/+1
2013-03-04Fix several whitespace errorsLukas Fleischer-1/+1
2009-10-06ui-tag: make output more similar to commit viewLars Hjemli-6/+6
2009-10-06ui-tag: add snapshot linksAlexey Nezhdanov-0/+12
2009-08-17ui-tag.c: do not segfault when id is missing from query-stringLars Hjemli-1/+4
2009-08-08Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki-1/+1
2009-01-11Make all tags viewableRobin Redeker-1/+10
2009-01-11ui-tag: escape tagnames properlyLars Hjemli-2/+3
2008-09-15ui-tag: show the taggers emailLars Hjemli-0/+4
2008-08-01Added `local-time` option to cgitrcStefan Naewe-1/+1
2008-03-24Add ui-shared.hLars Hjemli-0/+1
2008-03-18Introduce html.hLars Hjemli-1/+1
2007-07-23Make ui-tag.c generate valid xhtmlLars Hjemli-1/+1
2007-07-22Add ui-tag.cLars Hjemli-0/+74