aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
Commit message (Expand)AuthorAge
* 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 enabledJohan Herland2010-11-16
|/
* Merge branch 'jh/path-limit'Lars Hjemli2010-06-22
|\
| * ui-patch: Apply path limit to generated patchJohan Herland2010-06-19
| * ui-commit: Limit diff based on path limit in qry.pathJohan Herland2010-06-19
| * struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland2010-06-19
* | Add 'max-atom-items' config variableAaron Griffin2010-03-22
|/
* ui-summary: enable arbitrary paths below repo.readmeLars Hjemli2009-08-09
* Merge branch 'lh/stats'Lars Hjemli2009-01-27
|\
| * ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli2008-12-07
| * Add a 'stats' page to each repoLars Hjemli2008-12-06
* | Set prefix in snapshots when using dwimmeryNatanael Copa2008-11-30
|/
* ui-snapshot: add dwimmeryLars Hjemli2008-10-11
* Merge branch 'lh/plain'Lars Hjemli2008-09-01
|\
| * Implement plain viewLars Hjemli2008-08-06
* | Merge branch 'lh/clone'Lars Hjemli2008-09-01
|\ \ | |/
| * Add support for cloning over httpLars Hjemli2008-08-06
* | Add atom-supportLars Hjemli2008-08-01
|/
* allow blob extract blobs by head/path combinationMichael Krelin2008-06-24
* Merge branch 'lh/cache'Lars Hjemli2008-05-03
|\
| * Add page 'ls_cache'Lars Hjemli2008-04-28
* | Add 'about site' and 'about repo' pagesLars Hjemli2008-04-29
|/
* Add separate header-files for each page/viewLars Hjemli2008-03-24