| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Maŕk cgit_environment members const | Lukas Fleischer | 2013-04-08 | 1 | -10/+10 |
* | Free reflists after usage | Lukas Fleischer | 2013-03-04 | 1 | -0/+1 |
* | Update git to v1.7.7.7 | John Keeping | 2013-03-02 | 1 | -0/+3 |
* | Make "owner" column on index page configurable | Florian Pritz | 2013-02-01 | 1 | -0/+1 |
* | ui-log: Add "commit-sort" option for controlling commit ordering | Tobias Bieniek | 2012-10-17 | 1 | -0/+2 |
* | ui-repolist: Add "section-sort" flag to control section sorting. | 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 | -3/+2 |
* | ui-repolist: Rename section-sort to repository-sort. | Jason A. Donenfeld | 2012-10-16 | 1 | -1/+1 |
* | ui-repolist: Case insensitive sorting and age sort | Jason A. Donenfeld | 2012-07-12 | 1 | -0/+2 |
* | scan-tree: Support gitweb.category. | Jason A. Donenfeld | 2012-07-12 | 1 | -0/+1 |
* | scan-tree: Support gitweb.description. | Jason A. Donenfeld | 2012-07-12 | 1 | -0/+1 |
* | Merge branch 'fh/mimetypes' | Lars Hjemli | 2012-03-18 | 1 | -0/+1 |
|\ |
|
| * | ui_plain: automatically lookup mimetype when mimetype-file is set | Ferry Huberts | 2011-07-19 | 1 | -0/+1 |
* | | 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 |
| |/ |
|
* | | Merge branch 'stable' | Lars Hjemli | 2012-01-03 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Fix diff mode switching when side-by-side-diffs=1 | Tim Chen | 2012-01-03 | 1 | -0/+1 |
* | | 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 | -1/+3 |
* | | Merge branch 'fh/filter-api' | Lars Hjemli | 2011-05-23 | 1 | -1/+5 |
|\ \ |
|
| * | | cgit_open_filter: also take the repo as a parameter | Ferry Huberts | 2011-03-26 | 1 | -1/+1 |
| * | | new_filter: determine extra_args from filter type | Ferry Huberts | 2011-03-26 | 1 | -0/+4 |
| |/ |
|
* | | Merge branch 'dm/disable-clone' | Lars Hjemli | 2011-05-14 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Allow disabling of HTTP clone URLs | Dan McGee | 2011-02-19 | 1 | -0/+1 |
* | | Merge branch 'br/misc' | Lars Hjemli | 2011-02-19 | 1 | -0/+2 |
|\ \ |
|
| * | | implement repo.logo and repo.logo-link | Bernhard Reutner-Fischer | 2011-02-19 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'jh/scan-path' | Lars Hjemli | 2011-02-19 | 1 | -0/+1 |
|\ \ |
|
| * | | scan_path(): Do not recurse into hidden directories by default | Johan Herland | 2011-02-19 | 1 | -0/+1 |
| |/ |
|
* / | ui-log: Implement support for commit graphs | Johan Herland | 2010-11-16 | 1 | -0/+3 |
|/ |
|
* | ui-log: Fix filecount/linecount when path limit is in effect | Johan Herland | 2010-11-09 | 1 | -1/+2 |
* | Add `strict-export` option | Felix Hanley | 2010-11-08 | 1 | -0/+1 |
* | Merge branch 'ml/bugfix' | Lars Hjemli | 2010-09-19 | 1 | -0/+1 |
|\ |
|
| * | use __attribute__ to catch printf format mistakes | Mark Lodato | 2010-09-04 | 1 | -0/+1 |
* | | Merge branch 'lh/section-from-path' | Lars Hjemli | 2010-09-19 | 1 | -0/+1 |
|\ \ |
|
| * | | Add support for 'section-from-path' option | Lars Hjemli | 2010-08-22 | 1 | -0/+1 |
| |/ |
|
* / | Add support for "readme" option | Lars Hjemli | 2010-08-22 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'jd/gitolite' | Lars Hjemli | 2010-08-04 | 1 | -0/+3 |
|\ |
|
| * | Add support for 'enable-gitweb-owner' option | Jason A. Donenfeld | 2010-08-04 | 1 | -0/+1 |
| * | Add support for 'remove-suffix' option | Jason A. Donenfeld | 2010-08-04 | 1 | -0/+1 |
| * | Add support for 'project-list' option | Jason A. Donenfeld | 2010-08-04 | 1 | -0/+1 |
* | | ui-commit: Display git notes when present | Jeff Smith | 2010-08-04 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'jh/ignorews' | Lars Hjemli | 2010-07-18 | 1 | -2/+4 |
|\ |
|
| * | Add URL parameter 'ignorews' for optionally ignoring whitespace in diffs | Johan Herland | 2010-07-18 | 1 | -2/+4 |
* | | Merge branch 'lh/macros' | Lars Hjemli | 2010-07-18 | 1 | -0/+2 |
|\ \ |
|
| * | | Add support for environment variable expansion | Lars Hjemli | 2010-03-22 | 1 | -0/+2 |
* | | | Merge branch 'jh/context-lines' | Lars Hjemli | 2010-06-22 | 1 | -1/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Add URL parameter 'context' for changing the number of context lines in diffs | Johan Herland | 2010-06-19 | 1 | -1/+2 |
* | | | Merge branch 'jh/path-limit' | Lars Hjemli | 2010-06-22 | 1 | -0/+1 |
|\| | |
|
| * | | struct cgit_cmd: Differentiate between various usages of ctx.qry.path | Johan Herland | 2010-06-19 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'ag/atom-fixes' | Lars Hjemli | 2010-06-19 | 1 | -0/+2 |
|\ \ |
|