aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-03ui-blame: add blame UIJeff Smith1-1/+11
2016-02-26about: path_info might not be validJason A. Donenfeld1-1/+2
2016-02-22cmd: redirect empty about/ to homepage or summaryJason A. Donenfeld1-1/+10
2015-10-09cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse1-3/+7
2015-08-14cmd: fix command definitionJohn Keeping1-1/+1
2015-08-14cmd: no need for pre function hook nowJason A. Donenfeld1-15/+9
2015-08-14cmd: remove "want_layout" fieldJohn Keeping1-24/+24
2015-08-14tree: move layout into page functionJohn Keeping1-1/+1
2015-08-14tag: move layout into page functionJohn Keeping1-1/+1
2015-08-14summary: move layout into page functionJohn Keeping1-1/+1
2015-08-14stats: move layout into page functionJohn Keeping1-1/+1
2015-08-14refs: move layout to page functionJohn Keeping1-1/+1
2015-08-14log: move layout into page functionJohn Keeping1-1/+1
2015-08-14diff: move layout to page functionJohn Keeping1-1/+1
2015-08-14commit: move layout into page functionJohn Keeping1-1/+1
2015-08-14about: move layout into page functionsJohn Keeping1-1/+1
2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld1-1/+4
2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld1-2/+10
2014-02-21Remove unused parameter from cgit_print_snapshot()Lukas Fleischer1-1/+1
2014-01-17Switch to exclusively using global ctxLukas Fleischer1-51/+51
2014-01-08Update copyright informationLukas Fleischer1-2/+1
2013-08-20Allow for creating patch seriesLukas Fleischer1-1/+1
2013-08-16cmd.c: Add a "rawdiff" commandLukas Fleischer1-0/+6
2013-08-16Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer1-1/+1
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld1-1/+2
2013-03-04White space around control verbs.Jason A. Donenfeld1-1/+1
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek1-1/+2
2011-05-23Merge branch 'lh/panel'Lars Hjemli1-1/+1
2011-05-14Merge branch 'dm/disable-clone'Lars Hjemli1-21/+21
2011-03-06ui-diff.c: create a control panel for diff optionsLars Hjemli1-1/+1
2011-02-19Add is_clone flag to available commandsDan McGee1-21/+21
2010-11-16ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland1-1/+2
2010-06-22Merge branch 'jh/path-limit'Lars Hjemli1-23/+23
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland1-1/+1
2010-06-19ui-commit: Limit diff based on path limit in qry.pathJohan Herland1-1/+1
2010-06-19struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland1-21/+21
2010-03-22Add 'max-atom-items' config variableAaron Griffin1-1/+1
2009-08-09ui-summary: enable arbitrary paths below repo.readmeLars Hjemli1-1/+1
2009-01-27Merge branch 'lh/stats'Lars Hjemli1-0/+7
2008-12-07ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli1-4/+1
2008-12-06Add a 'stats' page to each repoLars Hjemli1-0/+10
2008-11-30Set prefix in snapshots when using dwimmeryNatanael Copa1-2/+1
2008-10-11ui-snapshot: add dwimmeryLars Hjemli1-1/+1
2008-09-01Merge branch 'lh/plain'Lars Hjemli1-0/+7
2008-09-01Merge branch 'lh/clone'Lars Hjemli1-0/+19
2008-08-06Implement plain viewLars Hjemli1-0/+7
2008-08-06Add support for cloning over httpLars Hjemli1-0/+19
2008-08-01Add atom-supportLars Hjemli1-0/+7
2008-06-24allow blob extract blobs by head/path combinationMichael Krelin1-1/+1
2008-05-03Merge branch 'lh/cache'Lars Hjemli1-5/+16