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