aboutsummaryrefslogtreecommitdiffstats
path: root/scan-tree.c
Commit message (Expand)AuthorAgeLines
* Replace most uses of strncmp() with prefixcmp()Gravatar Lukas Fleischer2014-01-11-1/+1
* Update copyright informationGravatar Lukas Fleischer2014-01-08-3/+2
* scan-tree.c: Remove unused macroGravatar Lukas Fleischer2014-01-08-2/+0
* Fix section-from-path > 1Gravatar Lukas Fleischer2013-08-13-4/+4
* readme: use string_list instead of space deliminationsGravatar Jason A. Donenfeld2013-05-26-7/+1
* scan-tree: fix regression in section-from-path=-1Gravatar John Keeping2013-04-17-0/+2
* use struct strbuf instead of static buffersGravatar John Keeping2013-04-08-71/+89
* Remove redundant calls to fmt("%s", ...)Gravatar John Keeping2013-04-08-2/+2
* Always #include corresponding .h in .c filesGravatar John Keeping2013-04-08-0/+1
* White space around control verbs.Gravatar Jason A. Donenfeld2013-03-04-1/+1
* Fix several whitespace errorsGravatar Lukas Fleischer2013-03-04-2/+2
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Gravatar Jason A. Donenfeld2012-10-17-29/+19
* Update copyright headers to have latest dates.Gravatar Jason A. Donenfeld2012-07-13-1/+1
* scan-tree: Support gitweb.category.Gravatar Jason A. Donenfeld2012-07-13-0/+6
* scan-tree: Support gitweb.description.Gravatar Jason A. Donenfeld2012-07-13-7/+17
* scan-tree.c: avoid memory leakGravatar Jamie Couture2011-06-07-0/+2
* Fix crash when projectsfile cannot be openedGravatar Stefan Gehn2011-03-26-0/+1
* scan_path(): Do not recurse into hidden directories by defaultGravatar Johan Herland2011-02-19-0/+2
* scan_path(): Improve handling of inaccessible directoriesGravatar Johan Herland2010-11-16-9/+9
* Add `strict-export` optionGravatar Felix Hanley2010-11-09-0/+4
* Merge branch 'lh/section-from-path'Gravatar Lars Hjemli2010-09-20-6/+36
|\
| * Add support for 'section-from-path' optionGravatar Lars Hjemli2010-08-22-6/+36
* | Add support for "readme" optionGravatar Lars Hjemli2010-08-22-3/+5
|/
* Add support for 'enable-gitweb-owner' optionGravatar Jason A. Donenfeld2010-08-04-9/+24
* Add support for 'remove-suffix' optionGravatar Jason A. Donenfeld2010-08-04-0/+3
* Add support for 'project-list' optionGravatar Jason A. Donenfeld2010-08-04-0/+37
* scan-tree: add test for noweb-file in repo dirGravatar Lars Hjemli2010-03-01-0/+2
* Add support for repo-local cgitrc fileGravatar Lars Hjemli2009-08-24-8/+22
* scan-tree: detect non-bare repository and stop scanning earlyGravatar Lars Hjemli2009-08-24-0/+4
* scan-tree: split the pw_gecos field at the ',' to get the real nameGravatar Stefan Naewe2009-08-20-0/+3
* Add and use a common readfile() functionGravatar Lars Hjemli2009-08-19-14/+2
* truncate buffer before reading empty filesGravatar Simon Arlott2009-08-18-0/+1
* Add support for --scan-tree=<path> option to cgitGravatar Lars Hjemli2008-09-16-0/+136