aboutsummaryrefslogtreecommitdiffstats
path: root/scan-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* git: update to v2.14Jeff Smith2017-08-101-2/+3
* Use skip_prefix() to get rid of magic constantsLukas Fleischer2016-10-121-2/+4
* git: update to v2.8.2Christian Hesse2016-05-121-1/+1
* ui-shared: add homepage to tabsJason A. Donenfeld2016-02-221-0/+2
* scan-tree: remove useless strdup()John Keeping2015-10-091-1/+1
* scan-tree: make some variables 'static'John Keeping2015-03-091-2/+2
* Remove trailing slash after remove-suffixLukas Fleischer2014-12-231-3/+6
* remove debug fprinf() calls that sneaked in with commit 79c985Christian Hesse2014-06-291-4/+0
* git: update for git 2.0Christian Hesse2014-06-281-3/+7
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-101-1/+1
* Update copyright informationLukas Fleischer2014-01-081-3/+2
* scan-tree.c: Remove unused macroLukas Fleischer2014-01-081-2/+0
* Fix section-from-path > 1Lukas Fleischer2013-08-121-4/+4
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-261-7/+1
* scan-tree: fix regression in section-from-path=-1John Keeping2013-04-171-0/+2
* use struct strbuf instead of static buffersJohn Keeping2013-04-081-71/+89
* Remove redundant calls to fmt("%s", ...)John Keeping2013-04-081-2/+2
* Always #include corresponding .h in .c filesJohn Keeping2013-04-081-0/+1
* White space around control verbs.Jason A. Donenfeld2013-03-041-1/+1
* Fix several whitespace errorsLukas Fleischer2013-03-041-2/+2
* scan-tree: Unify gitweb.* and cgit.* settings into one config option.Jason A. Donenfeld2012-10-171-29/+19
* Update copyright headers to have latest dates.Jason A. Donenfeld2012-07-121-1/+1
* scan-tree: Support gitweb.category.Jason A. Donenfeld2012-07-121-0/+6
* scan-tree: Support gitweb.description.Jason A. Donenfeld2012-07-121-7/+17
* scan-tree.c: avoid memory leakJamie Couture2011-06-061-0/+2
* Fix crash when projectsfile cannot be openedStefan Gehn2011-03-261-0/+1
* scan_path(): Do not recurse into hidden directories by defaultJohan Herland2011-02-191-0/+2
* scan_path(): Improve handling of inaccessible directoriesJohan Herland2010-11-161-9/+9
* Add `strict-export` optionFelix Hanley2010-11-081-0/+4
* Merge branch 'lh/section-from-path'Lars Hjemli2010-09-191-6/+36
|\
| * Add support for 'section-from-path' optionLars Hjemli2010-08-221-6/+36
* | Add support for "readme" optionLars Hjemli2010-08-221-3/+5
|/
* Add support for 'enable-gitweb-owner' optionJason A. Donenfeld2010-08-041-9/+24
* Add support for 'remove-suffix' optionJason A. Donenfeld2010-08-041-0/+3
* Add support for 'project-list' optionJason A. Donenfeld2010-08-041-0/+37
* scan-tree: add test for noweb-file in repo dirLars Hjemli2010-02-281-0/+2
* Add support for repo-local cgitrc fileLars Hjemli2009-08-241-8/+22
* scan-tree: detect non-bare repository and stop scanning earlyLars Hjemli2009-08-241-0/+4
* scan-tree: split the pw_gecos field at the ',' to get the real nameStefan Naewe2009-08-201-0/+3
* Add and use a common readfile() functionLars Hjemli2009-08-181-14/+2
* truncate buffer before reading empty filesSimon Arlott2009-08-181-0/+1
* Add support for --scan-tree=<path> option to cgitLars Hjemli2008-09-151-0/+136