about summary refs log tree commit diff
path: root/cgitrc.5.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Lua supportJune McEnroe2025-03-121-34/+0
* Remove default faviconJune McEnroe2025-03-121-1/+1
* config: add jsAndy Green2022-12-191-0/+5
* css: change to be a listAndy Green2022-12-191-1/+2
* cgitrc: handle value "0" for max-repo-countChristian Hesse2022-12-191-1/+2
* about: allow to give head from queryChristian Hesse2022-12-191-5/+5
* ui-snapshot: add support for zstd compressionChristian Hesse2020-03-121-3/+6
* ui-snapshot: add support for lzip compressionHanspeter Portner2020-02-261-2/+2
* ui-tree: allow per repository override for enable-blameChristian Hesse2019-06-251-0/+4
* cgitrc.5: add local tar signature exampleJason A. Donenfeld2018-07-051-4/+15
* cgitrc.5: document new signature notesJason A. Donenfeld2018-07-031-1/+17
* extra-head-content: introduce another option for meta tagsJason A. Donenfeld2018-07-031-0/+4
* manpage: fix sorting orderAndy Green2018-06-271-88/+88
* global: remove functionality we deprecated for cgit v1.0Christian Hesse2018-06-271-21/+0
* snapshot: support special value 'all' to enable all formatsChristian Hesse2018-06-271-0/+1
* Add "snapshot-prefix" repo configurationJohn Keeping2018-06-271-0/+7
* ui-blame: add blame UIJeff Smith2017-10-031-0/+9
* Fix spelling in man pagePeter Colberg2016-07-061-2/+2
* Renamed repo-specific configuration for enable-html-serving in cgitrc.5.txtMatt Comben2016-03-081-1/+1
* ui-shared: add homepage to tabsJason A. Donenfeld2016-02-221-5/+8
* ui-plain: add enable-html-serving flagJason A. Donenfeld2016-01-141-0/+11
* log: allow users to follow a fileJohn Keeping2015-08-121-0/+4
* Add repo.hide and repo.ignoreLukas Fleischer2015-01-291-0/+10
* repolist: add owner-filterChris Burroughs2014-12-231-0/+18
* cgitrc.5: we mean a cgi response, not requestJason A. Donenfeld2014-08-011-1/+1
* remove trailing whitespaces from source filesChristian Hesse2014-04-171-1/+1
* Clean up cache documentation.Jason A. Donenfeld2014-02-211-22/+25
* Skip cache slot when time-to-live is zeroLukas Fleischer2014-02-211-8/+14
* Add a cache-snapshot-ttl configuration variableLukas Fleischer2014-02-201-0/+5
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-161-2/+3
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-161-1/+2
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-161-1/+35
* filter: allow returning exit code from filterJason A. Donenfeld2014-01-141-1/+2
* cgitrc.5.txt: Fix documentation of the snapshot maskLukas Fleischer2014-01-141-6/+7
* filter: add page source to email filterJason A. Donenfeld2014-01-141-7/+8
* filter: add support for email filterJason A. Donenfeld2014-01-141-0/+18
* filter: add lua supportJason A. Donenfeld2014-01-141-0/+29
* filter: introduce "filter type" prefixJohn Keeping2014-01-141-0/+9
* Add a suggestion to the manpagePřemysl Janouch2014-01-081-2/+3
* Fix the example configurationPřemysl Janouch2014-01-081-1/+1
* Fix some spelling errorsPřemysl Janouch2014-01-081-5/+5
* Fix silly spelling error.Jason A. Donenfeld2013-08-161-1/+1
* add a note about generating agefile in hookChristian Hesse2013-08-121-1/+2
* cache: document negative ttls and add about ttlJason A. Donenfeld2013-08-121-10/+18
* use favicon by defaultChristian Hesse2013-08-121-3/+3
* cgitrc.5: improve example configJason A. Donenfeld2013-05-271-0/+53
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-261-2/+3
* cgitrc.5: information on directory traversal and multiple readme filesJason A. Donenfeld2013-05-251-6/+11
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-251-3/+5
* ui-summary: Use default branch for readme if : prefixJason A. Donenfeld2013-05-251-1/+3
* cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld2013-04-101-9/+11
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-101-18/+28
* Make "owner" column on index page configurableFlorian Pritz2013-02-011-0/+4
* man: fix up default value duplicationJason A. Donenfeld2012-11-151-2/+2
* man: show mime type default valueJason A. Donenfeld2012-11-151-0/+1
* Fix man page typo.Jason A. Donenfeld2012-10-181-2/+2
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-171-0/+12
* ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek2012-10-171-2/+8
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-171-18/+10
* ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld2012-10-161-2/+2
* ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld2012-07-121-1/+11
* scan-tree: Support gitweb.category.Jason A. Donenfeld2012-07-121-0/+6
* scan-tree: Support gitweb.description.Jason A. Donenfeld2012-07-121-0/+7
* Merge branch 'fh/mimetypes'Lars Hjemli2012-03-181-0/+11
|\
| * ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts2011-07-191-0/+11
* | Merge branch 'jp/defbranch'Lars Hjemli2012-03-181-1/+2
|\ \
| * | guess default branch from HEADJulius Plenz2011-06-201-1/+2
| |/
* | Merge branch 'lh/module-links'Lars Hjemli2012-03-181-1/+7
|\ \
| * | Do not provide a default value for `module-link`Lars Hjemli2011-06-151-1/+1
| * | ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-151-0/+6
| |/
* / shared.c: Only setenv() if value is non-nullLukas Fleischer2012-01-031-1/+1
|/
* Merge branch 'stable'Lars Hjemli2011-06-151-0/+6
|\
| * cgitrc.5.txt: document repo.module-linkLars Hjemli2011-06-151-0/+6
* | cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli2011-06-131-3/+14
* | cgitrc.5.txt: reformat the "FILTER API" sectionLars Hjemli2011-06-131-26/+24
* | Merge branch 'stable'Lars Hjemli2011-06-131-4/+26
|\|
| * cgitrc.5.txt: describe macro expansion of cgitrc optionsLars Hjemli2011-06-131-4/+26
* | Merge branch 'fh/filter-api'Lars Hjemli2011-05-231-5/+42
|\ \
| * | filters: document environment variables in filter scriptsFerry Huberts2011-03-261-5/+42
* | | Merge branch 'dm/disable-clone'Lars Hjemli2011-05-141-0/+5
|\ \ \ | |_|/ |/| |
| * | Allow disabling of HTTP clone URLsDan McGee2011-02-191-0/+5
* | | Add advice about scan-path in cgitrc.5.txtJulius Plenz2011-03-261-2/+3
* | | cgitrc.5: tar.xz is a supported snapshot formatLars Hjemli2011-03-261-1/+2
| |/ |/|
* | Merge branch 'br/misc'Lars Hjemli2011-02-191-0/+9
|\ \
| * | implement repo.logo and repo.logo-linkBernhard Reutner-Fischer2011-02-191-0/+9
| |/
* | Merge branch 'jh/scan-path'Lars Hjemli2011-02-191-0/+8
|\ \
| * | scan_path(): Do not recurse into hidden directories by defaultJohan Herland2011-02-191-0/+8
| |/
* | Merge branch 'jh/graph'Lars Hjemli2011-02-191-1/+14
|\ \ | |/ |/|
| * ui-log: Implement support for commit graphsJohan Herland2010-11-161-1/+14
* | Merge branch 'tz/make-improvements'Lars Hjemli2010-11-101-5/+5
|\ \ | |/ |/|
| * Use example.com in documentation, per RFC 2606Todd Zullinger2010-09-191-5/+5
* | Add `strict-export` optionFelix Hanley2010-11-081-0/+7
|/
* Merge branch 'lh/section-from-path'Lars Hjemli2010-09-191-0/+6
|\
| * Add support for 'section-from-path' optionLars Hjemli2010-08-221-0/+6
* | Add support for "readme" optionLars Hjemli2010-08-221-1/+5
|/
* Support refspecs in about-filter.Jason A. Donenfeld2010-08-201-1/+3
* Add support for 'enable-gitweb-owner' optionJason A. Donenfeld2010-08-041-0/+5
* Add support for 'remove-suffix' optionJason A. Donenfeld2010-08-041-0/+6
* Add support for 'project-list' optionJason A. Donenfeld2010-08-041-1/+9
* Merge branch 'jh/path-limit'Lars Hjemli2010-06-221-1/+1
|\
| * Fix small typo in cgitrc exampleJohan Herland2010-06-191-1/+1
* | Merge branch 'ag/atom-fixes'Lars Hjemli2010-06-191-0/+4
|\ \
| * | Add 'max-atom-items' config variableAaron Griffin2010-03-221-0/+4
| |/
* / Optionally generate verbose parent linksLars Hjemli2010-02-271-0/+10
|/
* Merge branch 'lh/remote-branches'Lars Hjemli2009-12-081-0/+9
|\
| * Add support for remote branchesLars Hjemli2009-11-071-0/+9
* | Merge branch 'ro/ssdiff'Lars Hjemli2009-12-081-0/+4
|\ \
| * | Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-161-0/+4
* | | "max-blob-size" config var to limit generated HTML sizeGeorg Lukas2009-11-281-0/+4
| |/ |/|
* | cgitrc.5.txt: Change repo.group to section in example config.Loui Chang2009-09-141-4/+4
* | cgitrc.5.txt: Add mansource and manmanual.Loui Chang2009-09-141-0/+3
|/
* Merge branch 'lh/repo-scan'Lars Hjemli2009-09-131-5/+43
|\
| * Add config option 'enable-filter-overrides'Lars Hjemli2009-08-241-5/+16
| * cgitrc.5.txt: fix markup errorsLars Hjemli2009-08-241-9/+10
| * Add support for repo-local cgitrc fileLars Hjemli2009-08-241-0/+9
| * Add config option 'repo.section'Lars Hjemli2009-08-241-0/+3
| * Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli2009-08-241-2/+7
| * Rename 'repo.scan' to 'scan-path'Lars Hjemli2009-08-241-5/+5
| * cgitrc.5.txt: document repo.scan and cache-scanrc-ttlLars Hjemli2009-08-241-0/+9
* | Merge branch 'fp/linenumbers'Lars Hjemli2009-09-131-0/+4
|\ \ | |/ |/|
| * Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli2009-08-211-4/+4
| * Add 'linenumbers' config optionFlorian Pritz2009-08-211-0/+4
* | cgitrc.5.txt: fix description and markup for 'snapshots' optionLars Hjemli2009-08-241-8/+3
|/
* cgitrc.5.txt: describe where/how cgit will locate cgitrcLars Hjemli2009-08-101-0/+7
* cgit.c: make '/cgit.png' the default value for 'logo' optionLars Hjemli2009-08-101-1/+1
* Merge branch 'lh/about'Lars Hjemli2009-08-091-0/+10
|\
| * Add 'about-filter' and 'repo.about-filter' optionsLars Hjemli2009-08-091-0/+10
* | Merge branch 'lh/plugins'Lars Hjemli2009-08-091-0/+20
|\|
| * Add support for repo.commit-filter and repo.source-filterLars Hjemli2009-08-091-0/+6
| * ui-commit: add support for 'commit-filter' optionLars Hjemli2009-07-311-0/+6
| * ui-tree: add support for source-filter optionLars Hjemli2009-07-311-0/+8
* | Merge branch 'lh/mimetypes'Lars Hjemli2009-08-091-0/+17
|\ \
| * | Add support for mime type registration and lookupLars Hjemli2009-07-251-0/+17
| |/
* / Introduce noplainemail option to hide email adresses from spambotsMartin Szulecki2009-08-081-0/+4
|/
* Merge branch 'lh/embedded'Lars Hjemli2009-07-251-0/+9
|\
| * cgitrc.5.txt: document 'embedded' and 'noheader'Lars Hjemli2009-07-251-0/+9
* | cgitrc.5.txt: document 'head-include'Lars Hjemli2009-07-251-0/+4
* | cgitrc.5.txt: un-indent the name sectionLars Hjemli2009-02-121-1/+1
* | cgitrc.5.txt: wrap the example file in an asciidoc LiteralBlockLars Hjemli2009-02-121-0/+2
* | cgitrc.5.txt: make the cgitrc options a valid asciidoc labeled listLars Hjemli2009-02-121-51/+51
* | make cgitrc.5.txt asciidoc manpage compatibleMatt McCormick (thewtex)2009-02-121-4/+4
|/
* Add support for a custom headerLars Hjemli2009-01-291-0/+4
* Merge branch 'lh/stats'Lars Hjemli2009-01-271-0/+17
|\
| * ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli2008-12-071-7/+16
| * Add a 'stats' page to each repoLars Hjemli2008-12-061-0/+8
* | Fix tar.bz2 snapshot exampleTodd Zullinger2009-01-121-2/+2
|/
* Replace cgitrc with cgitrc.5.txtLars Hjemli2008-10-051-0/+367