| Commit message (Expand) | Author | Age | Files | Lines |
| * | repolist: add owner-filter |  Chris Burroughs | 2014-12-23 | 1 | -0/+1 |
| * | diffstat: do not rely on uninitialized data |  Jason A. Donenfeld | 2014-02-20 | 1 | -0/+1 |
| * | filter: add support for email filter |  Jason A. Donenfeld | 2014-01-14 | 1 | -0/+1 |
| * | filter: split filter functions into their own file |  Jason A. Donenfeld | 2014-01-10 | 1 | -35/+0 |
| * | filter: make exit status local |  Jason A. Donenfeld | 2014-01-10 | 1 | -3/+4 |
| * | Refactor cgit_parse_snapshots_mask() |  Lukas Fleischer | 2014-01-10 | 1 | -11/+12 |
| * | Disallow use of undocumented snapshot delimiters |  Lukas Fleischer | 2014-01-10 | 1 | -1/+1 |
| * | Update copyright information |  Lukas Fleischer | 2014-01-08 | 1 | -1/+1 |
| * | shared.c: use die_errno() where appropriate |  John Keeping | 2013-05-22 | 1 | -5/+4 |
| * | Add branch-sort and repo.branch-sort options. |  Jason A. Donenfeld | 2013-04-10 | 1 | -0/+1 |
| * | shared.c: add strbuf_ensure_end |  John Keeping | 2013-04-08 | 1 | -0/+6 |
| * | Fix out-of-bounds memory accesses with virtual_root="" |  John Keeping | 2013-04-08 | 1 | -0/+15 |
| * | Free reflists after usage |  Lukas Fleischer | 2013-03-04 | 1 | -0/+36 |
| * | Mark several functions/variables static |  Lukas Fleischer | 2013-03-04 | 1 | -6/+6 |
| * | White space around control verbs. |  Jason A. Donenfeld | 2013-03-04 | 1 | -4/+4 |
| * | Fix several whitespace errors |  Lukas Fleischer | 2013-03-04 | 1 | -7/+7 |
| * | Update git to v1.7.5.4 |  John Keeping | 2013-03-02 | 1 | -5/+5 |
| * | ui-log: Add "commit-sort" option for controlling commit ordering |  Tobias Bieniek | 2012-10-17 | 1 | -0/+1 |
| * | scan-tree: Unify gitweb.* and cgit.* settings into one config option. |  Jason A. Donenfeld | 2012-10-17 | 1 | -1/+2 |
| * | Merge branch 'jp/defbranch' |  Lars Hjemli | 2012-03-18 | 1 | -1/+0 |
| |\ |
|
| | * | Only guess default branch when a repo page is requested |  Lars Hjemli | 2011-06-20 | 1 | -1/+0 |
| * | | Merge branch 'lh/module-links' |  Lars Hjemli | 2012-03-18 | 1 | -0/+1 |
| |\ \ |
|
| | * | | ui-tree.c: add support for path-selected submodule links |  Lars Hjemli | 2011-06-15 | 1 | -0/+1 |
| | |/ |
|
| * | | shared.c: Only setenv() if value is non-null |  Lukas Fleischer | 2012-01-03 | 1 | -1/+1 |
| * | | shared.c: Remove unused "linux/limits.h" include |  Lukas Fleischer | 2012-01-03 | 1 | -1/+0 |
| |/ |
|
| * | cgit.c: add 'clone-url' setting with support for macro expansion |  Lars Hjemli | 2011-06-13 | 1 | -0/+1 |
| * | cgit.c: always setup cgit repo environment variables |  Lars Hjemli | 2011-06-13 | 1 | -4/+3 |
| * | Merge branch 'fh/filter-api' |  Lars Hjemli | 2011-05-23 | 1 | -1/+31 |
| |\ |
|
| | * | shared.c: use execvp() to execute filter commands |  Lars Hjemli | 2011-03-26 | 1 | -57/+11 |
| | * | cgit_open_filter: hand down repo configuration to script |  Ferry Huberts | 2011-03-26 | 1 | -1/+77 |
| | * | cgit_open_filter: also take the repo as a parameter |  Ferry Huberts | 2011-03-26 | 1 | -1/+1 |
| * | | Remove unused variable from cgit_diff_tree(). |  Lukas Fleischer | 2011-05-23 | 1 | -3/+2 |
| * | | shared.c: do not modify const memory |  Lars Hjemli | 2011-05-23 | 1 | -11/+3 |
| |/ |
|
| * | ui-log: Implement support for commit graphs |  Johan Herland | 2010-11-16 | 1 | -0/+1 |
| * | ui-log: Fix filecount/linecount when path limit is in effect |  Johan Herland | 2010-11-09 | 1 | -2/+2 |
| * | Add support for "readme" option |  Lars Hjemli | 2010-08-22 | 1 | -1/+1 |
| * | Merge branch 'jh/ignorews' |  Lars Hjemli | 2010-07-18 | 1 | -3/+8 |
| |\ |
|
| | * | Add URL parameter 'ignorews' for optionally ignoring whitespace in diffs |  Johan Herland | 2010-07-18 | 1 | -3/+8 |
| * | | Merge branch 'lh/macros' |  Lars Hjemli | 2010-07-18 | 1 | -0/+71 |
| |\ \ |
|
| | * | | Add support for environment variable expansion |  Lars Hjemli | 2010-03-22 | 1 | -0/+71 |
| * | | | Merge branch 'jh/context-lines' |  Lars Hjemli | 2010-06-22 | 1 | -2/+3 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Add URL parameter 'context' for changing the number of context lines in diffs |  Johan Herland | 2010-06-19 | 1 | -2/+3 |
| * | | | Merge branch 'jh/path-limit' |  Lars Hjemli | 2010-06-22 | 1 | -1/+0 |
| |\| | |
|
| | * | | Remove unused variable in shared.c |  Johan Herland | 2010-06-19 | 1 | -1/+0 |
| | |/ |
|
| * | | Merge branch 'sn/subject-link' |  Lars Hjemli | 2010-06-19 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Optionally generate verbose parent links |  Lars Hjemli | 2010-02-27 | 1 | -0/+1 |
| | |/ |
|
| * | | Merge branch 'stable' |  Lars Hjemli | 2010-04-08 | 1 | -0/+8 |
| |\ \
| |/
|/| |
|
| | * | shared.c: avoid memory leak during diff |  Lars Hjemli | 2010-04-08 | 1 | -0/+8 |
| * | | Add support for remote branches |  Lars Hjemli | 2009-11-07 | 1 | -0/+1 |
| |/ |
|
| * | shared.c: return original errno |  Lars Hjemli | 2009-11-07 | 1 | -3/+5 |