aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix diff mode switching when side-by-side-diffs=1Tim Chen2012-01-033-2/+3
| * | | | ui-log.c: do not show remote heads if enable-remote-branches=0Georg Müller2012-01-031-0/+3
| * | | | Add sort parameter to pager of repo listTobias Grimm2012-01-033-13/+19
| * | | | ui-ssdiff: move LCS table away from the stackJamie Couture2012-01-032-2/+43
* | | | | shared.c: Only setenv() if value is non-nullLukas Fleischer2012-01-032-2/+2
* | | | | shared.c: Remove unused "linux/limits.h" includeLukas Fleischer2012-01-031-1/+0
* | | | | Merge branch 'stable'Lars Hjemli2011-07-222-5/+7
|\| | | |
| * | | | Fix potential XSS vulnerability in rename hintLukas Fleischer2011-07-221-4/+6
| * | | | Remove dead initialization in cgit_parse_commit()Lukas Fleischer2011-07-221-1/+1
* | | | | Merge branch 'stable'Lars Hjemli2011-07-212-3/+3
|\| | | |
| * | | | CGIT 0.9.0.2v0.9.0.2Lars Hjemli2011-07-211-1/+1
| * | | | html.c: avoid out-of-bounds access for url_escape_tableEric Wong2011-07-211-2/+2
* | | | | Merge branch 'stable'Lars Hjemli2011-07-211-0/+1
|\| | | | | |_|_|/ |/| | |
| * | | tests: fix failures when CDPATH is setFerry Huberts2011-07-211-0/+1
* | | | Makefile: fix oversight of not using $(DESTDIR) in uninstallFerry Huberts2011-07-191-3/+3
* | | | commit-links.sh: improve regular expressionsFerry Huberts2011-07-191-2/+5
| |_|/ |/| |
* | | Merge branch 'stable'Lars Hjemli2011-06-181-1/+5
|\| | | |/ |/|
| * cgit.c: improve error message when git repo cannot be accessedLars Hjemli2011-06-181-1/+5
* | Merge branch 'stable'Lars Hjemli2011-06-151-0/+6
|\|
| * cgitrc.5.txt: document repo.module-linkLars Hjemli2011-06-151-0/+6
* | Merge branch 'lh/clone-url'Lars Hjemli2011-06-1311-16/+40
|\ \
| * | cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli2011-06-137-4/+26
| * | cgit.c: always setup cgit repo environment variablesLars Hjemli2011-06-138-12/+14
|/ /
* | cgitrc.5.txt: reformat the "FILTER API" sectionLars Hjemli2011-06-131-26/+24
* | Merge branch 'stable'Lars Hjemli2011-06-131-4/+26
|\|
| * cgitrc.5.txt: describe macro expansion of cgitrc optionsLars Hjemli2011-06-131-4/+26
* | Merge branch 'stable'Lars Hjemli2011-06-131-16/+6
|\|
| * README: update some stale information/add some newLars Hjemli2011-06-131-16/+6
* | Merge branch 'stable'Lars Hjemli2011-06-131-1/+1
|\|
| * CGIT 0.9.0.1v0.9.0.1Lars Hjemli2011-06-131-1/+1
* | Merge branch 'stable'Lars Hjemli2011-06-121-19/+46
|\|
| * ui-plain.c: fix html and links generated by print_dir() and print_dir_entry()Lars Hjemli2011-06-121-19/+46
* | Merge branch 'stable'Lars Hjemli2011-06-061-0/+2
|\|
| * scan-tree.c: avoid memory leakJamie Couture2011-06-061-0/+2
* | Merge branch 'stable'Lars Hjemli2011-06-023-12/+1
|\|
| * ui-log.c: do not link from age columnLars Hjemli2011-06-022-10/+1
| * ui-snapshot.c: remove debug cruftLars Hjemli2011-06-021-2/+0
* | ui-stats.c: fix invalid htmlLars Hjemli2011-05-301-1/+1
* | Merge branch 'stable'Lars Hjemli2011-05-301-1/+3
|\|
| * Properly escape ampersands inside HTML attributesLukas Fleischer2011-05-301-1/+3
* | ui_repolist: get modtime from packed-refs as fallbackFerry Huberts2011-05-301-3/+12
* | Merge branch 'lh/panel'Lars Hjemli2011-05-238-62/+124
|\ \
| * | ui-stats.c: create a control panel for stat optionsLars Hjemli2011-03-071-24/+27
| * | ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-065-38/+88
| * | html.c: add html_intoption()Lars Hjemli2011-03-062-0/+9
* | | Merge branch 'fh/filter-api'Lars Hjemli2011-05-2311-21/+127
|\ \ \
| * | | shared.c: use execvp() to execute filter commandsLars Hjemli2011-03-261-57/+11
| * | | filters: document environment variables in filter scriptsFerry Huberts2011-03-263-5/+64
| * | | cgit_open_filter: hand down repo configuration to scriptFerry Huberts2011-03-261-1/+77
| * | | cgit_open_filter: also take the repo as a parameterFerry Huberts2011-03-267-9/+9