summaryrefslogtreecommitdiffstatshomepage
path: root/cgit.c (unfollow)
Commit message (Expand)AuthorLines
2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer-8/+10
2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer-19/+10
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer-9/+9
2014-01-08Update copyright informationLukas Fleischer-2/+1
2013-08-12cache: id means static, even if head is specified tooJason A. Donenfeld-3/+3
2013-08-12cache: document negative ttls and add about ttlJason A. Donenfeld-3/+12
2013-08-12use favicon by defaultChristian Hesse-0/+1
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld-23/+69
2013-05-25readme: Accept multiple candidates and test them.Jason A. Donenfeld-0/+35
2013-05-25ui-summary: Pass filename to about-filterJason A. Donenfeld-1/+1
2013-05-25cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld-13/+0
2013-05-25cgit.c: sync repo config printing with struct cgit_repoJason A. Donenfeld-0/+14
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld-1/+13
2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer-2/+4
2013-04-08Do not load user or system gitconfig and gitattributesJason A. Donenfeld-0/+24
2013-04-08use struct strbuf instead of static buffersJohn Keeping-36/+36
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping-10/+8
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""John Keeping-8/+3
2013-04-08Do not unnecessarily strdup() environment variablesLukas Fleischer-15/+10
2013-04-08Maŕk cgit_environment members constLukas Fleischer-2/+2
2013-03-04find_default_branch(): Free refmatch after usageLukas Fleischer-0/+8
2013-03-04Mark several functions/variables staticLukas Fleischer-13/+13
2013-03-04cgit.c: Remove parameter from guess_defbranch()Lukas Fleischer-2/+2
2013-03-04White space around control verbs.Jason A. Donenfeld-2/+2
2013-03-04Fix several whitespace errorsLukas Fleischer-9/+9
2013-03-02Update git to v1.7.9.7John Keeping-1/+1
2013-02-01Make "owner" column on index page configurableFlorian Pritz-0/+3
2012-10-17ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek-2/+12
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.Tobias Bieniek-0/+3
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld-7/+3
2012-10-16ui-repolist: Rename section-sort to repository-sort.Jason A. Donenfeld-3/+3
2012-10-16repo_config: do not let globals override repo settingsTobias Bieniek-3/+3
2012-07-12Update copyright headers to have latest dates.Jason A. Donenfeld-1/+1
2012-07-12ui-repolist: Case insensitive sorting and age sortJason A. Donenfeld-0/+6
2012-07-12scan-tree: Support gitweb.category.Jason A. Donenfeld-0/+1
2012-07-12scan-tree: Support gitweb.description.Jason A. Donenfeld-0/+3
2012-01-03Fix diff mode switching when side-by-side-diffs=1Tim Chen-0/+1
2011-07-19ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts-0/+2
2011-06-20cgit.c: use resolve_ref() to guess_defbranch()Lars Hjemli-27/+7
2011-06-20Only guess default branch when a repo page is requestedLars Hjemli-1/+34
2011-06-18cgit.c: improve error message when git repo cannot be accessedLars Hjemli-1/+5
2011-06-15Do not provide a default value for `module-link`Lars Hjemli-1/+0
2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli-1/+7
2011-06-13cgit.c: add 'clone-url' setting with support for macro expansionLars Hjemli-0/+2
2011-06-13cgit.c: always setup cgit repo environment variablesLars Hjemli-0/+1
2011-05-23fix virtual-root if script-name is ""Mark Lodato-1/+4
2011-03-26new_filter: correctly initialise all arguments for a new filterFerry Huberts-2/+4
2011-03-26new_filter: determine extra_args from filter typeFerry Huberts-7/+20
2011-03-05Avoid trailing slash in virtual-rootLars Hjemli-2/+3
2011-02-19Return 404 on command not foundDan McGee-1/+3