summaryrefslogtreecommitdiffstatshomepage
path: root/ui-tag.c (follow)
Commit message (Expand)AuthorAgeLines
* global: replace references to 'sha1' with 'oid'Christian Hesse2020-10-20-3/+3
* ui-diff,ui-tag: don't use htmlf with non-formatted stringsChris Mayo2019-02-23-2/+2
* git: update to v2.19.1Christian Hesse2018-10-12-2/+2
* ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping2018-06-27-1/+1
* ui-shared: remove unused parameterJohn Keeping2018-06-27-1/+1
* ui-shared: pass repo object to print_snapshot_links()John Keeping2018-06-27-2/+1
* ui-tag: Fix inconsistent capitalizationJon DeVree2018-06-16-1/+1
* git: update to v2.14Jeff Smith2017-08-10-2/+2
* ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-04-6/+6
* ui-tag: clean up taginfoJohn Keeping2016-10-01-2/+4
* Avoid DATE_STRFTIME for long/short datesJohn Keeping2016-02-08-1/+1
* ui-{commit,tag}: show dates in originator's timezoneJohn Keeping2016-02-08-1/+2
* tag: move layout into page functionJohn Keeping2015-08-14-3/+10
* filter: add page source to email filterJason A. Donenfeld2014-01-14-1/+1
* filter: add support for email filterJason A. Donenfeld2014-01-14-0/+2
* Update copyright informationLukas Fleischer2014-01-08-1/+1
* use struct strbuf instead of static buffersJohn Keeping2013-04-08-5/+9
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08-3/+3
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08-0/+1
* Mark several functions/variables staticLukas Fleischer2013-03-04-1/+1
* Fix several whitespace errorsLukas Fleischer2013-03-04-1/+1
* ui-tag: make output more similar to commit viewLars Hjemli2009-10-06-6/+6
* ui-tag: add snapshot linksAlexey Nezhdanov2009-10-06-0/+12
* Merge branch 'stable'Lars Hjemli2009-08-17-1/+4
|\
| * ui-tag.c: do not segfault when id is missing from query-stringLars Hjemli2009-08-17-1/+4
* | Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-08-1/+1
|/
* Make all tags viewableRobin Redeker2009-01-11-1/+10
* ui-tag: escape tagnames properlyLars Hjemli2009-01-11-2/+3
* ui-tag: show the taggers emailLars Hjemli2008-09-15-0/+4
* Added `local-time` option to cgitrcStefan Naewe2008-08-01-1/+1
* Add ui-shared.hLars Hjemli2008-03-24-0/+1
* Introduce html.hLars Hjemli2008-03-18-1/+1
* Make ui-tag.c generate valid xhtmlLars Hjemli2007-07-23-1/+1
* Add ui-tag.cLars Hjemli2007-07-22-0/+74