aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-24cgit.c: only print first line of repo.desc in print_repo()Gravatar Lars Hjemli
2009-08-24Add and use cgit_find_stats_periodname() in print_repo()Gravatar Lars Hjemli
2009-08-24cgit.c: generate repo.snapshots in print_repo()Gravatar Lars Hjemli
2009-08-24cgit.c: add missing options to print_repo()Gravatar Lars Hjemli
2009-08-24shared.c: initialize cgit_repo structs properlyGravatar Lars Hjemli
2009-08-24Add config option 'enable-filter-overrides'Gravatar Lars Hjemli
2009-08-24cgitrc.5.txt: fix markup errorsGravatar Lars Hjemli
2009-08-24ui-repolist: handle empty sections similar to NULL sectionsGravatar Lars Hjemli
2009-08-24Add support for repo-local cgitrc fileGravatar Lars Hjemli
2009-08-24cgit.c: refactor repo_config() from config_cb()Gravatar Lars Hjemli
2009-08-24ui-repolist.c: sort by section name, repo name as defaultGravatar Lars Hjemli
2009-08-24Add config option 'repo.section'Gravatar Lars Hjemli
2009-08-24Introduce 'section' as canonical spelling for 'repo.group'Gravatar Lars Hjemli
2009-08-24Add support for --scan-path command line optionGravatar Lars Hjemli
2009-08-24Rename 'repo.scan' to 'scan-path'Gravatar Lars Hjemli
2009-08-24cgitrc.5.txt: document repo.scan and cache-scanrc-ttlGravatar Lars Hjemli
2009-08-24cgit.c: add support for caching autodetected repositoriesGravatar Lars Hjemli
2009-08-24cgit.c: make print_repolist() and print_repo() reusable for cachingGravatar Lars Hjemli
2009-08-24cache.h: export hash_str()Gravatar Lars Hjemli
2009-08-24cgit.c: add support for cgitrc option 'repo.scan'Gravatar Lars Hjemli
2009-08-24scan-tree: detect non-bare repository and stop scanning earlyGravatar Lars Hjemli
2009-08-24cgitrc.5.txt: fix description and markup for 'snapshots' optionGravatar Lars Hjemli
2009-08-20scan-tree: split the pw_gecos field at the ',' to get the real nameGravatar Stefan Naewe
2009-08-20cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRINGGravatar Lars Hjemli
2009-08-18Add and use a common readfile() functionGravatar Lars Hjemli
2009-08-18Merge branch 'stable'Gravatar Lars Hjemli
2009-08-18truncate buffer before reading empty filesGravatar Simon Arlott
2009-08-18Merge branch 'stable'Gravatar Lars Hjemli
2009-08-18ui-shared: don't print header <img/> if there isn't a logo definedGravatar Matthew Metnetsky
2009-08-17Merge branch 'stable'Gravatar Lars Hjemli
2009-08-17cgit.c: do not segfault on unexpected query-string formatGravatar Lars Hjemli
2009-08-17ui-tag.c: do not segfault when id is missing from query-stringGravatar Lars Hjemli
2009-08-16ui-log.c: handle lightweight tags when printing commit decorationsGravatar Lars Hjemli
2009-08-16ui-refs.c: improve handling of lightweight tagsGravatar Stefan Bühler
2009-08-16Use GIT-1.6.3.4Gravatar Lars Hjemli
2009-08-11Merge branch 'lh/embedded'Gravatar Lars Hjemli
2009-08-11ui-shared: add support for header/footer options when embedded=1Gravatar Lars Hjemli
2009-08-10cgitrc.5.txt: describe where/how cgit will locate cgitrcGravatar Lars Hjemli
2009-08-10cgit.c: make '/cgit.png' the default value for 'logo' optionGravatar Lars Hjemli
2009-08-10cgit.css: align commit message with subject in expanded log listingGravatar Lars Hjemli
2009-08-10ui-shared: add support for NO_HTTP=1/--nohttpGravatar Lars Hjemli
2009-08-10Cleanup handling of environment variablesGravatar Lars Hjemli
2009-08-09Add some example filter scriptsGravatar Lars Hjemli
2009-08-09Merge branch 'lh/about'Gravatar Lars Hjemli
2009-08-09Merge branch 'lh/plugins'Gravatar Lars Hjemli
2009-08-09Merge branch 'lh/mimetypes'Gravatar Lars Hjemli
2009-08-09Add 'about-filter' and 'repo.about-filter' optionsGravatar Lars Hjemli
2009-08-09ui-summary: enable arbitrary paths below repo.readmeGravatar Lars Hjemli
2009-08-09cgit.c: allow repo.*-filter options to unset the current defaultGravatar Lars Hjemli
2009-08-09Add support for repo.commit-filter and repo.source-filterGravatar Lars Hjemli