aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui-blame: add blame UIJeff Smith2017-10-031-1/+11
* about: path_info might not be validJason A. Donenfeld2016-02-261-1/+2
* cmd: redirect empty about/ to homepage or summaryJason A. Donenfeld2016-02-221-1/+10
* cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse2015-10-091-3/+7
* cmd: fix command definitionJohn Keeping2015-08-141-1/+1
* cmd: no need for pre function hook nowJason A. Donenfeld2015-08-141-15/+9
* cmd: remove "want_layout" fieldJohn Keeping2015-08-141-24/+24
* tree: move layout into page functionJohn Keeping2015-08-141-1/+1
* tag: move layout into page functionJohn Keeping2015-08-141-1/+1
* summary: move layout into page functionJohn Keeping2015-08-141-1/+1
* stats: move layout into page functionJohn Keeping2015-08-141-1/+1
* refs: move layout to page functionJohn Keeping2015-08-141-1/+1
* log: move layout into page functionJohn Keeping2015-08-141-1/+1
* diff: move layout to page functionJohn Keeping2015-08-141-1/+1
* commit: move layout into page functionJohn Keeping2015-08-141-1/+1
* about: move layout into page functionsJohn Keeping2015-08-141-1/+1
* redirect: be more careful for different cgi setupsJason A. Donenfeld2015-08-131-1/+4
* about: always ensure page has a trailing slashJason A. Donenfeld2015-08-121-2/+10
* Remove unused parameter from cgit_print_snapshot()Lukas Fleischer2014-02-211-1/+1
* Switch to exclusively using global ctxLukas Fleischer2014-01-171-51/+51
* Update copyright informationLukas Fleischer2014-01-081-2/+1
* Allow for creating patch seriesLukas Fleischer2013-08-201-1/+1
* cmd.c: Add a "rawdiff" commandLukas Fleischer2013-08-161-0/+6
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-161-1/+1
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-261-1/+2
* White space around control verbs.Jason A. Donenfeld2013-03-041-1/+1
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-171-1/+2
* Merge branch 'lh/panel'Lars Hjemli2011-05-231-1/+1
|\
| * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-061-1/+1
* | Merge branch 'dm/disable-clone'Lars Hjemli2011-05-141-21/+21
|\ \ | |/ |/|
| * Add is_clone flag to available commandsDan McGee2011-02-191-21/+21
* | ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland2010-11-161-1/+2
|/
* Merge branch 'jh/path-limit'Lars Hjemli2010-06-221-23/+23
|\
| * ui-patch: Apply path limit to generated patchJohan Herland2010-06-191-1/+1
| * ui-commit: Limit diff based on path limit in qry.pathJohan Herland2010-06-191-1/+1
| * struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland2010-06-191-21/+21
* | Add 'max-atom-items' config variableAaron Griffin2010-03-221-1/+1
|/
* ui-summary: enable arbitrary paths below repo.readmeLars Hjemli2009-08-091-1/+1
* Merge branch 'lh/stats'Lars Hjemli2009-01-271-0/+7
|\
| * ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli2008-12-071-4/+1
| * Add a 'stats' page to each repoLars Hjemli2008-12-061-0/+10
* | Set prefix in snapshots when using dwimmeryNatanael Copa2008-11-301-2/+1
|/
* ui-snapshot: add dwimmeryLars Hjemli2008-10-111-1/+1
* Merge branch 'lh/plain'Lars Hjemli2008-09-011-0/+7
|\
| * Implement plain viewLars Hjemli2008-08-061-0/+7
* | Merge branch 'lh/clone'Lars Hjemli2008-09-011-0/+19
|\|
| * Add support for cloning over httpLars Hjemli2008-08-061-0/+19
* | Add atom-supportLars Hjemli2008-08-011-0/+7
|/
* allow blob extract blobs by head/path combinationMichael Krelin2008-06-241-1/+1
* Merge branch 'lh/cache'Lars Hjemli2008-05-031-5/+16
|\