aboutsummaryrefslogtreecommitdiffstats
path: root/scan-tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld1-7/+1
2013-04-17scan-tree: fix regression in section-from-path=-1John Keeping1-0/+2
2013-04-08use struct strbuf instead of static buffersJohn Keeping1-71/+89
2013-04-08Remove redundant calls to fmt("%s", ...)John Keeping1-2/+2
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-03-04White space around control verbs.Jason A. Donenfeld1-1/+1
2013-03-04Fix several whitespace errorsLukas Fleischer1-2/+2
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld1-29/+19
2012-07-12Update copyright headers to have latest dates.Jason A. Donenfeld1-1/+1
2012-07-12scan-tree: Support gitweb.category.Jason A. Donenfeld1-0/+6
2012-07-12scan-tree: Support gitweb.description.Jason A. Donenfeld1-7/+17
2011-06-06scan-tree.c: avoid memory leakJamie Couture1-0/+2
2011-03-26Fix crash when projectsfile cannot be openedStefan Gehn1-0/+1
2011-02-19scan_path(): Do not recurse into hidden directories by defaultJohan Herland1-0/+2
2010-11-16scan_path(): Improve handling of inaccessible directoriesJohan Herland1-9/+9
2010-11-08Add `strict-export` optionFelix Hanley1-0/+4
2010-09-19Merge branch 'lh/section-from-path'Lars Hjemli1-6/+36
2010-08-22Add support for 'section-from-path' optionLars Hjemli1-6/+36
2010-08-22Add support for "readme" optionLars Hjemli1-3/+5
2010-08-04Add support for 'enable-gitweb-owner' optionJason A. Donenfeld1-9/+24
2010-08-04Add support for 'remove-suffix' optionJason A. Donenfeld1-0/+3
2010-08-04Add support for 'project-list' optionJason A. Donenfeld1-0/+37
2010-02-28scan-tree: add test for noweb-file in repo dirLars Hjemli1-0/+2
2009-08-24Add support for repo-local cgitrc fileLars Hjemli1-8/+22
2009-08-24scan-tree: detect non-bare repository and stop scanning earlyLars Hjemli1-0/+4
2009-08-20scan-tree: split the pw_gecos field at the ',' to get the real nameStefan Naewe1-0/+3
2009-08-18Add and use a common readfile() functionLars Hjemli1-14/+2
2009-08-18truncate buffer before reading empty filesSimon Arlott1-0/+1
2008-09-15Add support for --scan-tree=<path> option to cgitLars Hjemli1-0/+136