about summary refs log tree commit diff
path: root/cgitrc.5.txt (follow)
Commit message (Expand)AuthorAge
* log: allow users to follow a fileJohn Keeping2015-08-12
* Add repo.hide and repo.ignoreLukas Fleischer2015-01-29
* repolist: add owner-filterChris Burroughs2014-12-23
* cgitrc.5: we mean a cgi response, not requestJason A. Donenfeld2014-08-01
* remove trailing whitespaces from source filesChristian Hesse2014-04-17
* Clean up cache documentation.Jason A. Donenfeld2014-02-21
* Skip cache slot when time-to-live is zeroLukas Fleischer2014-02-21
* Add a cache-snapshot-ttl configuration variableLukas Fleischer2014-02-20
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-16
* authentication: use hidden form instead of refererJason A. Donenfeld2014-01-16
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-16
* filter: allow returning exit code from filterJason A. Donenfeld2014-01-14
* cgitrc.5.txt: Fix documentation of the snapshot maskLukas Fleischer2014-01-14
* filter: add page source to email filterJason A. Donenfeld2014-01-14
* filter: add support for email filterJason A. Donenfeld2014-01-14
* filter: add lua supportJason A. Donenfeld2014-01-14
* filter: introduce "filter type" prefixJohn Keeping2014-01-14
* Add a suggestion to the manpagePřemysl Janouch2014-01-08
* Fix the example configurationPřemysl Janouch2014-01-08
* Fix some spelling errorsPřemysl Janouch2014-01-08
* Fix silly spelling error.Jason A. Donenfeld2013-08-16
* add a note about generating agefile in hookChristian Hesse2013-08-12
* cache: document negative ttls and add about ttlJason A. Donenfeld2013-08-12
* use favicon by defaultChristian Hesse2013-08-12
* cgitrc.5: improve example configJason A. Donenfeld2013-05-27
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-26
* cgitrc.5: information on directory traversal and multiple readme filesJason A. Donenfeld2013-05-25
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-25
* ui-summary: Use default branch for readme if : prefixJason A. Donenfeld2013-05-25
* cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld2013-04-10
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-10
* Make "owner" column on index page configurableFlorian Pritz2013-02-01
* man: fix up default value duplicationJason A. Donenfeld2012-11-15
* man: show mime type default valueJason A. Donenfeld2012-11-15
* Fix man page typo.Jason A. Donenfeld2012-10-18
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-17
* ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek2012-10-17
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-17
* ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld2012-10-16
* ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld2012-07-12
* scan-tree: Support gitweb.category.Jason A. Donenfeld2012-07-12
* scan-tree: Support gitweb.description.Jason A. Donenfeld2012-07-12
* Merge branch 'fh/mimetypes'Lars Hjemli2012-03-18
|\
| * ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts2011-07-19
* | Merge branch 'jp/defbranch'Lars Hjemli2012-03-18
|\ \
| * | guess default branch from HEADJulius Plenz2011-06-20
| |/
* | Merge branch 'lh/module-links'Lars Hjemli2012-03-18
|\ \
| * | Do not provide a default value for `module-link`Lars Hjemli2011-06-15
| * | ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-15
| |/
* / shared.c: Only setenv() if value is non-nullLukas Fleischer2012-01-03
|/
00'>2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe