about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2011-06-12ui-plain.c: fix html and links generated by print_dir() and print_dir_entry()Lars Hjemli-19/+46
2011-06-06Merge branch 'stable'Lars Hjemli-0/+2
2011-06-06scan-tree.c: avoid memory leakJamie Couture-0/+2
2011-06-02Merge branch 'stable'Lars Hjemli-12/+1
2011-06-02ui-log.c: do not link from age columnLars Hjemli-10/+1
2011-06-02ui-snapshot.c: remove debug cruftLars Hjemli-2/+0
2011-05-30ui-stats.c: fix invalid htmlLars Hjemli-1/+1
2011-05-30Merge branch 'stable'Lars Hjemli-1/+3
2011-05-30Properly escape ampersands inside HTML attributesLukas Fleischer-1/+3
2011-05-30ui_repolist: get modtime from packed-refs as fallbackFerry Huberts-3/+12