about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2012-03-18Merge branch 'stable'Lars Hjemli-7/+5
2012-03-18segfault fix on some bogus requestsEric Wong-2/+2
2012-03-18use correct type for sizeofJamie Couture-1/+1
2012-01-08ui-ssdiff.c: correct length check for LCS tableEric Wong-4/+2
2012-01-03Merge branch 'stable'Lars Hjemli-1/+1
2012-01-03Fix segmentation fault in empty repositoryJohn Keeping-1/+1
2012-01-03Merge branch 'stable'Lars Hjemli-3/+3
2012-01-03Makefile: fetch git tarballs from http://hjemli.net/git/git/Lars Hjemli-1/+1
2012-01-03fix css color value and vertical-align valueNorberto Lopes-2/+2
2012-01-03ui-ssdiff.c: set correct diffmode in "control panel"Tim Chen-3/+1
2012-01-03Merge branch 'stable'Lars Hjemli-17/+68
2012-01-03Fix diff mode switching when side-by-side-diffs=1Tim Chen-2/+3
2012-01-03ui-log.c: do not show remote heads if enable-remote-branches=0Georg Müller-0/+3
2012-01-03Add sort parameter to pager of repo listTobias Grimm-13/+19
2012-01-03ui-ssdiff: move LCS table away from the stackJamie Couture-2/+43
2012-01-03shared.c: Only setenv() if value is non-nullLukas Fleischer-2/+2
2012-01-03shared.c: Remove unused "linux/limits.h" includeLukas Fleischer-1/+0
2011-07-22Merge branch 'stable'Lars Hjemli-5/+7
2011-07-22Fix potential XSS vulnerability in rename hintLukas Fleischer-4/+6
2011-07-22Remove dead initialization in cgit_parse_commit()Lukas Fleischer-1/+1
2011-07-21Merge branch 'stable'Lars Hjemli-3/+3
2011-07-21CGIT 0.9.0.2Lars Hjemli-1/+1
2011-07-21html.c: avoid out-of-bounds access for url_escape_tableEric Wong-2/+2
2011-07-21Merge branch 'stable'Lars Hjemli-0/+1
2011-07-21tests: fix failures when CDPATH is setFerry Huberts-0/+1
2011-07-19ui-repolist.c: fallback to "master" if no default branch is specifiedLars Hjemli-1/+2
2011-07-19ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts-1/+65
2011-07-19Makefile: fix oversight of not using $(DESTDIR) in uninstallFerry Huberts-3/+3
2011-07-19commit-links.sh: improve regular expressionsFerry Huberts-2/+5
2011-06-20cgit.c: use resolve_ref() to guess_defbranch()Lars Hjemli-27/+7
2011-06-20Only guess default branch when a repo page is requestedLars Hjemli-38/+34
2011-06-20guess default branch from HEADJulius Plenz-1/+38
2011-06-18Merge branch 'stable'Lars Hjemli-1/+5
2011-06-18cgit.c: improve error message when git repo cannot be accessedLars Hjemli-1/+5
2011-06-15Do not provide a default value for `module-link`Lars Hjemli-2/+1
2011-06-15ui-plain.c: add support for path-selected submodule linksLars Hjemli-3/+6
2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli-10/+78
2011-06-15Merge branch 'stable'Lars Hjemli-0/+6
2011-06-15cgitrc.5.txt: document repo.module-linkLars Hjemli-0/+6
2011-06-13Merge branch 'lh/clone-url'Lars Hjemli-16/+40
2011-06-13cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli-4/+26
2011-06-13cgit.c: always setup cgit repo environment variablesLars Hjemli-12/+14
2011-06-13cgitrc.5.txt: reformat the "FILTER API" sectionLars Hjemli-26/+24
2011-06-13Merge branch 'stable'Lars Hjemli-4/+26
2011-06-13cgitrc.5.txt: describe macro expansion of cgitrc optionsLars Hjemli-4/+26
2011-06-13Merge branch 'stable'Lars Hjemli-16/+6
2011-06-13README: update some stale information/add some newLars Hjemli-16/+6
2011-06-13Merge branch 'stable'Lars Hjemli-1/+1
2011-06-13CGIT 0.9.0.1Lars Hjemli-1/+1
2011-06-12Merge branch 'stable'Lars Hjemli-19/+46