summaryrefslogtreecommitdiffstatshomepage
path: root/scan-tree.c (unfollow)
Commit message (Expand)AuthorLines
2017-08-10git: update to v2.14Jeff Smith-2/+3
2016-10-12Use skip_prefix() to get rid of magic constantsLukas Fleischer-2/+4
2016-05-12git: update to v2.8.2Christian Hesse-1/+1
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld-0/+2
2015-10-09scan-tree: remove useless strdup()John Keeping-1/+1
2015-03-09scan-tree: make some variables 'static'John Keeping-2/+2
2014-12-23Remove trailing slash after remove-suffixLukas Fleischer-3/+6
2014-06-29remove debug fprinf() calls that sneaked in with commit 79c985Christian Hesse-4/+0
2014-06-28git: update for git 2.0Christian Hesse-3/+7
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer-1/+1
2014-01-08Update copyright informationLukas Fleischer-3/+2
2014-01-08scan-tree.c: Remove unused macroLukas Fleischer-2/+0
2013-08-12Fix section-from-path > 1Lukas Fleischer-4/+4
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld-7/+1
2013-04-17scan-tree: fix regression in section-from-path=-1John Keeping-0/+2
2013-04-08use struct strbuf instead of static buffersJohn Keeping-71/+89
2013-04-08Remove redundant calls to fmt("%s", ...)John Keeping-2/+2
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-0/+1
2013-03-04White space around control verbs.Jason A. Donenfeld-1/+1
2013-03-04Fix several whitespace errorsLukas Fleischer-2/+2
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld-29/+19
2012-07-12Update copyright headers to have latest dates.Jason A. Donenfeld-1/+1
2012-07-12scan-tree: Support gitweb.category.Jason A. Donenfeld-0/+6
2012-07-12scan-tree: Support gitweb.description.Jason A. Donenfeld-7/+17
2011-06-20Only guess default branch when a repo page is requestedLars Hjemli-36/+0
2011-06-20guess default branch from HEADJulius Plenz-0/+36
2011-06-06scan-tree.c: avoid memory leakJamie Couture-0/+2
2011-03-26Fix crash when projectsfile cannot be openedStefan Gehn-0/+1
2011-02-19scan_path(): Do not recurse into hidden directories by defaultJohan Herland-0/+2
2010-11-16scan_path(): Improve handling of inaccessible directoriesJohan Herland-9/+9
2010-11-08Add `strict-export` optionFelix Hanley-0/+4
2010-11-07Use absolute path for scanned repo readmeDean Scarff-1/+1
2010-08-22Add support for 'section-from-path' optionLars Hjemli-6/+36
2010-08-22Add support for "readme" optionLars Hjemli-3/+5
2010-08-04Add support for 'enable-gitweb-owner' optionJason A. Donenfeld-9/+24
2010-08-04Add support for 'remove-suffix' optionJason A. Donenfeld-0/+3
2010-08-04Add support for 'project-list' optionJason A. Donenfeld-0/+37
2010-02-28scan-tree: add test for noweb-file in repo dirLars Hjemli-0/+2
2009-08-24Add support for repo-local cgitrc fileLars Hjemli-8/+22
2009-08-24scan-tree: detect non-bare repository and stop scanning earlyLars Hjemli-0/+4
2009-08-20scan-tree: split the pw_gecos field at the ',' to get the real nameStefan Naewe-0/+3
2009-08-18Add and use a common readfile() functionLars Hjemli-14/+2
2009-08-18truncate buffer before reading empty filesSimon Arlott-0/+1
2008-09-15Add support for --scan-tree=<path> option to cgitLars Hjemli-0/+136