ontent='cgit 1.4.1'/>
about summary refs log tree commit diff
path: root/cmd.c (follow)
Commit message (Expand)AuthorAge
* about: path_info might not be validJason A. Donenfeld2016-02-26
* cmd: redirect empty about/ to homepage or summaryJason A. Donenfeld2016-02-22
* cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse2015-10-09
* cmd: fix command definitionJohn Keeping2015-08-14
* cmd: no need for pre function hook nowJason A. Donenfeld2015-08-14
* cmd: remove "want_layout" fieldJohn Keeping2015-08-14
* tree: move layout into page functionJohn Keeping2015-08-14
* tag: move layout into page functionJohn Keeping2015-08-14
* summary: move layout into page functionJohn Keeping2015-08-14
* stats: move layout into page functionJohn Keeping2015-08-14
* refs: move layout to page functionJohn Keeping2015-08-14
* log: move layout into page functionJohn Keeping2015-08-14
* diff: move layout to page functionJohn Keeping2015-08-14
* commit: move layout into page functionJohn Keeping2015-08-14
* about: move layout into page functionsJohn Keeping2015-08-14
* redirect: be more careful for different cgi setupsJason A. Donenfeld2015-08-13
* about: always ensure page has a trailing slashJason A. Donenfeld2015-08-12
* Remove unused parameter from cgit_print_snapshot()Lukas Fleischer2014-02-21
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* Update copyright informationLukas Fleischer2014-01-08
* Allow for creating patch seriesLukas Fleischer2013-08-20
* cmd.c: Add a "rawdiff" commandLukas Fleischer2013-08-16
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-16
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-26
* White space around control verbs.Jason A. Donenfeld2013-03-04
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-17
* Merge branch 'lh/panel'Lars Hjemli2011-05-23
|\
| * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-06
* | Merge branch 'dm/disable-clone'Lars Hjemli2011-05-14
|\ \ | |/ |/|
| * Add is_clone flag to available commandsDan McGee2011-02-19
* | ui-log: Line-wrap long commit subjects when showmsg is enabled