summaryrefslogtreecommitdiffstatshomepage
path: root/cmd.c (unfollow)
Commit message (Expand)AuthorLines
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse-9/+9
2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse-1/+1
2017-10-03ui-blame: add blame UIJeff Smith-1/+11
2016-02-26about: path_info might not be validJason A. Donenfeld-1/+2
2016-02-22cmd: redirect empty about/ to homepage or summaryJason A. Donenfeld-1/+10
2015-10-09cmd: fix resource leak: free allocation from cgit_currenturl and fmtallocChristian Hesse-3/+7
2015-08-14cmd: fix command definitionJohn Keeping-1/+1
2015-08-14cmd: no need for pre function hook nowJason A. Donenfeld-15/+9
2015-08-14cmd: remove "want_layout" fieldJohn Keeping-24/+24
2015-08-14tree: move layout into page functionJohn Keeping-1/+1
2015-08-14tag: move layout into page functionJohn Keeping-1/+1
2015-08-14summary: move layout into page functionJohn Keeping-1/+1
2015-08-14stats: move layout into page functionJohn Keeping-1/+1
2015-08-14refs: move layout to page functionJohn Keeping-1/+1
2015-08-14log: move layout into page functionJohn Keeping-1/+1
2015-08-14diff: move layout to page functionJohn Keeping-1/+1
2015-08-14commit: move layout into page functionJohn Keeping-1/+1
2015-08-14about: move layout into page functionsJohn Keeping-1/+1
2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld-1/+4
2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld-2/+10
2014-02-21Remove unused parameter from cgit_print_snapshot()Lukas Fleischer-1/+1
2014-01-17Switch to exclusively using global ctxLukas Fleischer-51/+51
2014-01-08Update copyright informationLukas Fleischer-2/+1
2013-08-20Allow for creating patch seriesLukas Fleischer-1/+1
2013-08-16cmd.c: Add a "rawdiff" commandLukas Fleischer-0/+6
2013-08-16Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer-1/+1
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld-1/+2
2013-03-04White space around control verbs.Jason A. Donenfeld-1/+1
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek-1/+2
2011-03-06ui-diff.c: create a control panel for diff optionsLars Hjemli-1/+1
2011-02-19Add is_clone flag to available commandsDan McGee-21/+21
2010-11-16ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland-1/+2
2010-06-19ui-patch: Apply path limit to generated patchJohan Herland-1/+1
2010-06-19ui-commit: Limit diff based on path limit in qry.pathJohan Herland-1/+1
2010-06-19struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland-21/+21
2010-03-22Add 'max-atom-items' config variableAaron Griffin-1/+1
2009-08-09ui-summary: enable arbitrary paths below repo.readmeLars Hjemli-1/+1
2008-12-07ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli-4/+1
2008-12-06Add a 'stats' page to each repoLars Hjemli-0/+10
2008-11-30Set prefix in snapshots when using dwimmeryNatanael Copa-2/+1
2008-10-11ui-snapshot: add dwimmeryLars Hjemli-1/+1
2008-08-06Implement plain viewLars Hjemli-0/+7
2008-08-06Add support for cloning over httpLars Hjemli-0/+19
2008-08-01Add atom-supportLars Hjemli-0/+7
2008-06-24allow blob extract blobs by head/path combinationMichael Krelin-1/+1
2008-04-29Add 'about site' and 'about repo' pagesLars Hjemli-0/+9
2008-04-28Add page 'ls_cache'Lars Hjemli-5/+16
2008-03-24Add separate header-files for each page/viewLars Hjemli-0/+11
2008-03-24Add command dispatcherLars Hjemli-0/+101