aboutsummaryrefslogtreecommitdiffstats
path: root/ui-refs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* filter: add support for email filterJason A. Donenfeld2014-01-141-1/+8
* ui-refs: escape HTML chars in author and tagger namesJohn Keeping2014-01-121-2/+2
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-101-2/+2
* Update copyright informationLukas Fleischer2014-01-081-1/+1
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-101-3/+2
* use struct strbuf instead of static buffersJohn Keeping2013-04-081-4/+6
* ui-refs.c: Refactor print_tag()Lukas Fleischer2013-04-081-29/+27
* ui-refs.c: Remove global header variableLukas Fleischer2013-04-081-6/+0
* Always #include corresponding .h in .c filesJohn Keeping2013-04-081-0/+1
* Fix colspan valuesLukas Fleischer2013-03-201-2/+2
* print_tag_downloads(): Free ref variableLukas Fleischer2013-03-041-1/+7
* Free reflists after usageLukas Fleischer2013-03-041-0/+4
* White space around control verbs.Jason A. Donenfeld2013-03-041-2/+2
* Fix several whitespace errorsLukas Fleischer2013-03-041-2/+2
* Merge branch 'stable'Lars Hjemli2010-08-031-12/+14
|\
| * ui-refs.c: avoid segfault on unparsed ref objectsLars Hjemli2010-08-031-12/+14
* | ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-191-1/+1
* | Merge branch 'lh/remote-branches'Lars Hjemli2009-12-081-0/+2
|\ \
| * | Add support for remote branchesLars Hjemli2009-11-071-0/+2
| |/
* / Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-161-1/+1
|/
* ui-refs.c: improve handling of lightweight tagsStefan Bühler2009-08-161-1/+18
* Make all tags viewableRobin Redeker2009-01-111-1/+1
* ui-refs: avoid SEGFAULT on lightweight tagsRobin Redeker2009-01-101-1/+1
* Merge branch 'full-log'Lars Hjemli2008-12-061-1/+2
|\
| * ui-log: add support for showing the full commit messageLars Hjemli2008-11-291-1/+2
* | ui-refs.c: show download links for all tags referring to commit objectsLars Hjemli2008-12-011-3/+34
|/
* ui-refs: use cgit_tag_link()Lars Hjemli2008-10-051-6/+2
* Make branches, tags and log play better together in the summary viewLars Hjemli2008-04-141-13/+12
* Add ui-shared.hLars Hjemli2008-03-241-0/+1
* Add separate header-files for each page/viewLars Hjemli2008-03-241-0/+172
* Introduce html.hLars Hjemli2008-03-181-3/+1
* Introduce struct cgit_contextLars Hjemli2008-02-161-2/+2
* Add support for refs viewLars Hjemli2007-10-271-0/+30