aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
Commit message (Expand)AuthorAgeLines
* Merge branch 'jh/path-limit'Gravatar Lars Hjemli2010-06-22-0/+6
|\
| * struct cgit_cmd: Differentiate between various usages of ctx.qry.pathGravatar Johan Herland2010-06-19-0/+6
* | Merge branch 'ag/atom-fixes'Gravatar Lars Hjemli2010-06-19-0/+5
|\ \
| * | Add 'max-atom-items' config variableGravatar Aaron Griffin2010-03-23-0/+3
| * | Add all=1 query param for atom feedsGravatar Aaron Griffin2010-03-23-0/+2
| |/
* | Optionally generate verbose parent linksGravatar Lars Hjemli2010-02-27-0/+4
|/
* Merge branch 'stable'Gravatar Lars Hjemli2010-02-27-1/+1
|\
| * Clear the whole contextGravatar Daniel Milde2010-02-27-1/+1
* | Merge branch 'lh/remote-branches'Gravatar Lars Hjemli2009-12-09-0/+4
|\ \
| * | Add support for remote branchesGravatar Lars Hjemli2009-11-08-0/+4
* | | Merge branch 'ro/ssdiff'Gravatar Lars Hjemli2009-12-09-0/+5
|\ \ \
| * | | Add possibility to switch between unidiff and side-by-side-diff.Gravatar Ragnar Ouchterlony2009-09-17-0/+5
* | | | Merge branch 'master' of http://op-co.de/cgitGravatar Lars Hjemli2009-12-09-0/+3
|\ \ \ \
| * | | | "max-blob-size" config var to limit generated HTML sizeGravatar Georg Lukas2009-11-28-0/+3
| | |/ / | |/| |
* | | | Merge branch 'stable'Gravatar Lars Hjemli2009-12-09-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Don't crash when a repo-specific readme file is usedGravatar Sami Kyöstilä2009-12-09-2/+2
| |/
* | Skip leading "/" in url querystring valueGravatar Stefan Bühler2009-10-07-0/+2
|/
* Merge branch 'lh/repo-scan'Gravatar Lars Hjemli2009-09-14-54/+211
|\
| * cgit.c: respect repo-local 'snapshots' option for --scan-pathGravatar Lars Hjemli2009-08-24-0/+10
| * cgit.c: only print first line of repo.desc in print_repo()Gravatar Lars Hjemli2009-08-24-2/+14
| * Add and use cgit_find_stats_periodname() in print_repo()Gravatar Lars Hjemli2009-08-24-0/+3
| * cgit.c: generate repo.snapshots in print_repo()Gravatar Lars Hjemli2009-08-24-0/+25
| * cgit.c: add missing options to print_repo()Gravatar Lars Hjemli2009-08-24-0/+18
| * Add config option 'enable-filter-overrides'Gravatar Lars Hjemli2009-08-24-6/+9
| * ui-repolist: handle empty sections similar to NULL sectionsGravatar Lars Hjemli2009-08-24-0/+1
| * Add support for repo-local cgitrc fileGravatar Lars Hjemli2009-08-24-4/+4
| * cgit.c: refactor repo_config() from config_cb()Gravatar Lars Hjemli2009-08-24-41/+48
| * Add config option 'repo.section'Gravatar Lars Hjemli2009-08-24-0/+2
| * Introduce 'section' as canonical spelling for 'repo.group'Gravatar Lars Hjemli2009-08-24-2/+2
| * Add support for --scan-path command line optionGravatar Lars Hjemli2009-08-24-1/+2
| * Rename 'repo.scan' to 'scan-path'Gravatar Lars Hjemli2009-08-24-5/+5
| * cgit.c: add support for caching autodetected repositoriesGravatar Lars Hjemli2009-08-24-1/+74
| * cgit.c: make print_repolist() and print_repo() reusable for cachingGravatar Lars Hjemli2009-08-24-12/+12
| * cgit.c: add support for cgitrc option 'repo.scan'Gravatar Lars Hjemli2009-08-24-0/+2
* | Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Gravatar Lars Hjemli2009-08-21-2/+3
* | Add 'linenumbers' config optionGravatar Florian Pritz2009-08-21-0/+2
|/
* cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRINGGravatar Lars Hjemli2009-08-20-1/+1
* Merge branch 'stable'Gravatar Lars Hjemli2009-08-17-0/+3
|\
| * cgit.c: do not segfault on unexpected query-string formatGravatar Lars Hjemli2009-08-17-0/+3
* | Merge branch 'lh/embedded'Gravatar Lars Hjemli2009-08-11-10/+27
|\ \
| * | ui-shared: add support for NO_HTTP=1/--nohttpGravatar Lars Hjemli2009-08-10-0/+4
| * | Cleanup handling of environment variablesGravatar Lars Hjemli2009-08-10-10/+23
* | | cgit.c: make '/cgit.png' the default value for 'logo' optionGravatar Lars Hjemli2009-08-11-1/+1
|/ /
* | Merge branch 'lh/about'Gravatar Lars Hjemli2009-08-09-0/+4
|\ \
| * | Add 'about-filter' and 'repo.about-filter' optionsGravatar Lars Hjemli2009-08-09-0/+4
* | | Merge branch 'lh/plugins'Gravatar Lars Hjemli2009-08-09-0/+23
|\ \ \ | |/ /
| * | cgit.c: allow repo.*-filter options to unset the current defaultGravatar Lars Hjemli2009-08-09-1/+1
| * | Add support for repo.commit-filter and repo.source-filterGravatar Lars Hjemli2009-08-09-0/+4
| * | ui-commit: add support for 'commit-filter' optionGravatar Lars Hjemli2009-08-01-0/+2
| * | ui-tree: add support for source-filter optionGravatar Lars Hjemli2009-08-01-0/+2