aboutsummaryrefslogtreecommitdiffstats
path: root/ui-refs.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-12log: allow users to follow a fileJohn Keeping1-1/+1
2015-03-09Avoid non-ANSI function declarationsJohn Keeping1-2/+2
2015-01-19tag: reference with "h" instead of "id"masterJohn Keeping1-1/+1
2014-12-13ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping1-1/+1
2014-06-28git: update for git 2.0Christian Hesse1-3/+3
2014-02-26ui-refs: simplify cmp_age logicJason A. Donenfeld1-11/+3
2014-02-21print download link for reference string length == 1Christian Hesse1-1/+1
2014-01-14filter: add page source to email filterJason A. Donenfeld1-3/+3
2014-01-14filter: add support for email filterJason A. Donenfeld1-1/+8
2014-01-12ui-refs: escape HTML chars in author and tagger namesJohn Keeping1-2/+2
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer1-2/+2
2014-01-08Update copyright informationLukas Fleischer1-1/+1
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld1-3/+2
2013-04-08use struct strbuf instead of static buffersJohn Keeping1-4/+6
2013-04-08ui-refs.c: Refactor print_tag()Lukas Fleischer1-29/+27
2013-04-08ui-refs.c: Remove global header variableLukas Fleischer1-6/+0
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-03-20Fix colspan valuesLukas Fleischer1-2/+2
2013-03-05print_tag_downloads(): Free ref variableLukas Fleischer1-1/+7
2013-03-05Free reflists after usageLukas Fleischer1-0/+4
2013-03-04White space around control verbs.Jason A. Donenfeld1-2/+2
2013-03-04Fix several whitespace errorsLukas Fleischer1-2/+2
2010-08-03Merge branch 'stable'Lars Hjemli1-12/+14
2010-08-03ui-refs.c: avoid segfault on unparsed ref objectsLars Hjemli1-12/+14
2010-06-19ui-commit: Preserve path limit in links to commit pageJohan Herland1-1/+1
2009-12-08Merge branch 'lh/remote-branches'Lars Hjemli1-0/+2
2009-11-07Add support for remote branchesLars Hjemli1-0/+2
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony1-1/+1
2009-08-16ui-refs.c: improve handling of lightweight tagsStefan Bühler1-1/+18
2009-01-11Make all tags viewableRobin Redeker1-1/+1
2009-01-10ui-refs: avoid SEGFAULT on lightweight tagsRobin Redeker1-1/+1
2008-12-06Merge branch 'full-log'Lars Hjemli1-1/+2
2008-12-01ui-refs.c: show download links for all tags referring to commit objectsLars Hjemli1-3/+34
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli1-1/+2
2008-10-05ui-refs: use cgit_tag_link()Lars Hjemli1-6/+2
2008-04-14Make branches, tags and log play better together in the summary viewLars Hjemli1-13/+12
2008-03-24Add ui-shared.hLars Hjemli1-0/+1
2008-03-24Add separate header-files for each page/viewLars Hjemli1-0/+172
2008-03-18Introduce html.hLars Hjemli1-3/+1
2008-02-16Introduce struct cgit_contextLars Hjemli1-2/+2
2007-10-27Add support for refs viewLars Hjemli1-0/+30