about summary refs log tree commit
path: root/ui-tag.c
DateCommit message (Expand)
2019-04-22ui-{commit,tag}: use <pre> for commit-msg
2019-02-23ui-diff,ui-tag: don't use htmlf with non-formatted strings
2018-10-12git: update to v2.19.1
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()
2018-06-27ui-shared: remove unused parameter
2018-06-27ui-shared: pass repo object to print_snapshot_links()
2018-06-16ui-tag: Fix inconsistent capitalization
2017-08-10git: update to v2.14
2016-10-04ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-01ui-tag: clean up taginfo
2016-02-08Avoid DATE_STRFTIME for long/short dates
2016-02-08ui-{commit,tag}: show dates in originator's timezone
2015-08-14tag: move layout into page function
2014-01-14filter: add page source to email filter
2014-01-14filter: add support for email filter
2014-01-08Update copyright information
2013-04-08use struct strbuf instead of static buffers
2013-04-08Convert cgit_print_error to a variadic function
2013-04-08Always #include corresponding .h in .c files
2013-03-04Mark several functions/variables static
2013-03-04Fix several whitespace errors
2009-10-06ui-tag: make output more similar to commit view
2009-10-06ui-tag: add snapshot links
2009-08-17Merge branch 'stable'
2009-08-17ui-tag.c: do not segfault when id is missing from query-string
2009-08-08Introduce noplainemail option to hide email adresses from spambots
2009-01-11Make all tags viewable
2009-01-11ui-tag: escape tagnames properly
2008-09-15ui-tag: show the taggers email
2008-08-01Added `local-time` option to cgitrc
2008-03-24Add ui-shared.h
2008-03-18Introduce html.h
2007-07-23Make ui-tag.c generate valid xhtml
2007-07-22Add ui-tag.c