aboutsummaryrefslogtreecommitdiff
path: root/cgit.c
AgeCommit message (Expand)Author
2010-07-18Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsGravatar Johan Herland
2010-06-19Add URL parameter 'context' for changing the number of context lines in diffsGravatar Johan Herland
2010-06-19struct cgit_cmd: Differentiate between various usages of ctx.qry.pathGravatar Johan Herland
2010-02-27Merge branch 'stable'Gravatar Lars Hjemli
2010-02-27Clear the whole contextGravatar Daniel Milde
2009-12-08Merge branch 'lh/remote-branches'Gravatar Lars Hjemli
2009-12-08Merge branch 'ro/ssdiff'Gravatar Lars Hjemli
2009-12-08Merge branch 'master' of http://op-co.de/cgitGravatar Lars Hjemli
2009-12-08Merge branch 'stable'Gravatar Lars Hjemli
2009-12-08Don't crash when a repo-specific readme file is usedGravatar Sami Kyöstilä
2009-11-28"max-blob-size" config var to limit generated HTML sizeGravatar Georg Lukas
2009-11-07Add support for remote branchesGravatar Lars Hjemli
2009-10-06Skip leading "/" in url querystring valueGravatar Stefan Bühler
2009-09-16Add possibility to switch between unidiff and side-by-side-diff.Gravatar Ragnar Ouchterlony
2009-09-13Merge branch 'lh/repo-scan'Gravatar Lars Hjemli
2009-08-24cgit.c: respect repo-local 'snapshots' option for --scan-pathGravatar Lars Hjemli
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-24Add config option 'enable-filter-overrides'Gravatar 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-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-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-24cgit.c: add support for cgitrc option 'repo.scan'Gravatar Lars Hjemli
2009-08-21Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Gravatar Lars Hjemli
2009-08-21Add 'linenumbers' config optionGravatar Florian Pritz
2009-08-20cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRINGGravatar Lars Hjemli
2009-08-17Merge branch 'stable'Gravatar Lars Hjemli
2009-08-17cgit.c: do not segfault on unexpected query-string formatGravatar Lars Hjemli
2009-08-11Merge branch 'lh/embedded'Gravatar Lars Hjemli
2009-08-10cgit.c: make '/cgit.png' the default value for 'logo' optionGravatar 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-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-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
2009-08-08Introduce noplainemail option to hide email adresses from spambotsGravatar Martin Szulecki
2009-07-31ui-commit: add support for 'commit-filter' optionGravatar Lars Hjemli
2009-07-31ui-tree: add support for source-filter optionGravatar Lars Hjemli
2009-07-31Add generic filter/plugin infrastructureGravatar Lars Hjemli