aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* 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
* shared.c: initialize cgit_repo structs properlyGravatar Lars Hjemli2009-08-24-0/+1
* Add config option 'enable-filter-overrides'Gravatar Lars Hjemli2009-08-24-11/+26
* cgitrc.5.txt: fix markup errorsGravatar Lars Hjemli2009-08-24-9/+10
* ui-repolist: handle empty sections similar to NULL sectionsGravatar Lars Hjemli2009-08-24-7/+12
* Add support for repo-local cgitrc fileGravatar Lars Hjemli2009-08-24-13/+39
* cgit.c: refactor repo_config() from config_cb()Gravatar Lars Hjemli2009-08-24-41/+48
* ui-repolist.c: sort by section name, repo name as defaultGravatar Lars Hjemli2009-08-24-0/+15
* Add config option 'repo.section'Gravatar Lars Hjemli2009-08-24-0/+5
* Introduce 'section' as canonical spelling for 'repo.group'Gravatar Lars Hjemli2009-08-24-17/+22
* 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-10/+10
* cgitrc.5.txt: document repo.scan and cache-scanrc-ttlGravatar Lars Hjemli2009-08-24-0/+9
* cgit.c: add support for caching autodetected repositoriesGravatar Lars Hjemli2009-08-24-1/+75
* cgit.c: make print_repolist() and print_repo() reusable for cachingGravatar Lars Hjemli2009-08-24-12/+12
* cache.h: export hash_str()Gravatar Lars Hjemli2009-08-24-0/+2
* cgit.c: add support for cgitrc option 'repo.scan'Gravatar Lars Hjemli2009-08-24-0/+2
* scan-tree: detect non-bare repository and stop scanning earlyGravatar Lars Hjemli2009-08-24-0/+4
* cgitrc.5.txt: fix description and markup for 'snapshots' optionGravatar Lars Hjemli2009-08-24-8/+3
* scan-tree: split the pw_gecos field at the ',' to get the real nameGravatar Stefan Naewe2009-08-20-0/+3
* cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRINGGravatar Lars Hjemli2009-08-20-1/+1
* Add and use a common readfile() functionGravatar Lars Hjemli2009-08-19-23/+34
* Merge branch 'stable'Gravatar Lars Hjemli2009-08-19-0/+2
|\
| * truncate buffer before reading empty filesGravatar Simon Arlott2009-08-18-0/+2
* | Merge branch 'stable'Gravatar Lars Hjemli2009-08-18-8/+11
|\ \ | |/
| * ui-shared: don't print header <img/> if there isn't a logo definedGravatar Matthew Metnetsky2009-08-18-8/+11
* | Merge branch 'stable'Gravatar Lars Hjemli2009-08-17-1/+7
|\ \ | |/
| * cgit.c: do not segfault on unexpected query-string formatGravatar Lars Hjemli2009-08-17-0/+3
| * ui-tag.c: do not segfault when id is missing from query-stringGravatar Lars Hjemli2009-08-17-1/+4
* | ui-log.c: handle lightweight tags when printing commit decorationsGravatar Lars Hjemli2009-08-17-0/+4
* | ui-refs.c: improve handling of lightweight tagsGravatar Stefan Bühler2009-08-17-1/+18
* | Use GIT-1.6.3.4Gravatar Lars Hjemli2009-08-17-1/+1
* | Merge branch 'lh/embedded'Gravatar Lars Hjemli2009-08-11-39/+63
|\ \
| * | ui-shared: add support for header/footer options when embedded=1Gravatar Lars Hjemli2009-08-11-5/+12
| * | ui-shared: add support for NO_HTTP=1/--nohttpGravatar Lars Hjemli2009-08-10-1/+6
| * | Cleanup handling of environment variablesGravatar Lars Hjemli2009-08-10-33/+45
* | | cgitrc.5.txt: describe where/how cgit will locate cgitrcGravatar Lars Hjemli2009-08-11-0/+7
* | | cgit.c: make '/cgit.png' the default value for 'logo' optionGravatar Lars Hjemli2009-08-11-2/+2
* | | cgit.css: align commit message with subject in expanded log listingGravatar Lars Hjemli2009-08-11-1/+1
|/ /
* | Add some example filter scriptsGravatar Lars Hjemli2009-08-09-0/+51
* | Merge branch 'lh/about'Gravatar Lars Hjemli2009-08-09-10/+48
|\ \
| * | Add 'about-filter' and 'repo.about-filter' optionsGravatar Lars Hjemli2009-08-09-2/+28
| * | ui-summary: enable arbitrary paths below repo.readmeGravatar Lars Hjemli2009-08-09-8/+20
* | | Merge branch 'lh/plugins'Gravatar Lars Hjemli2009-08-09-32/+125
|\ \ \ | |/ /
| * | 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-21/+35
| * | ui-commit: add support for 'commit-filter' optionGravatar Lars Hjemli2009-08-01-0/+17
| * | ui-tree: add support for source-filter optionGravatar Lars Hjemli2009-08-01-4/+25
| * | ui-snapshot: use cgit_{open|close}_filter() to execute compressorsGravatar Lars Hjemli2009-08-01-28/+7