aboutsummaryrefslogtreecommitdiff
path: root/scan-tree.c
AgeCommit message (Expand)Author
2026-05-04cgit: truncate all config values at the newlineGravatar Jason A. Donenfeld
2026-05-04cgit: devirtualize repo_configGravatar Jason A. Donenfeld
2026-02-24scan-tree: fix error caused by missing parameter nameGravatar Kian Kasad
2023-08-21git: update to v2.42.0Gravatar Christian Hesse
2017-08-10git: update to v2.14Gravatar Jeff Smith
2016-10-12Use skip_prefix() to get rid of magic constantsGravatar Lukas Fleischer
2016-05-12git: update to v2.8.2Gravatar Christian Hesse
2016-02-22ui-shared: add homepage to tabsGravatar Jason A. Donenfeld
2015-10-09scan-tree: remove useless strdup()Gravatar John Keeping
2015-03-09scan-tree: make some variables 'static'Gravatar John Keeping
2014-12-23Remove trailing slash after remove-suffixGravatar Lukas Fleischer
2014-06-29remove debug fprinf() calls that sneaked in with commit 79c985Gravatar Christian Hesse
2014-06-28git: update for git 2.0Gravatar Christian Hesse
2014-01-10Replace most uses of strncmp() with prefixcmp()Gravatar Lukas Fleischer
2014-01-08Update copyright informationGravatar Lukas Fleischer
2014-01-08scan-tree.c: Remove unused macroGravatar Lukas Fleischer
2013-08-12Fix section-from-path > 1Gravatar Lukas Fleischer
2013-05-26readme: use string_list instead of space deliminationsGravatar Jason A. Donenfeld
2013-04-17scan-tree: fix regression in section-from-path=-1Gravatar John Keeping
2013-04-08use struct strbuf instead of static buffersGravatar John Keeping
2013-04-08Remove redundant calls to fmt("%s", ...)Gravatar John Keeping
2013-04-08Always #include corresponding .h in .c filesGravatar John Keeping
2013-03-04White space around control verbs.Gravatar Jason A. Donenfeld
2013-03-04Fix several whitespace errorsGravatar Lukas Fleischer
2012-10-17scan-tree: Unify gitweb.* and cgit.* settings into one config option.Gravatar Jason A. Donenfeld
2012-07-12Update copyright headers to have latest dates.Gravatar Jason A. Donenfeld
2012-07-12scan-tree: Support gitweb.category.Gravatar Jason A. Donenfeld
2012-07-12scan-tree: Support gitweb.description.Gravatar Jason A. Donenfeld
2011-06-06scan-tree.c: avoid memory leakGravatar Jamie Couture
2011-03-26Fix crash when projectsfile cannot be openedGravatar Stefan Gehn
2011-02-19scan_path(): Do not recurse into hidden directories by defaultGravatar Johan Herland
2010-11-16scan_path(): Improve handling of inaccessible directoriesGravatar Johan Herland
2010-11-08Add `strict-export` optionGravatar Felix Hanley
2010-09-19Merge branch 'lh/section-from-path'Gravatar Lars Hjemli
2010-08-22Add support for 'section-from-path' optionGravatar Lars Hjemli
2010-08-22Add support for "readme" optionGravatar Lars Hjemli
2010-08-04Add support for 'enable-gitweb-owner' optionGravatar Jason A. Donenfeld
2010-08-04Add support for 'remove-suffix' optionGravatar Jason A. Donenfeld
2010-08-04Add support for 'project-list' optionGravatar Jason A. Donenfeld
2010-02-28scan-tree: add test for noweb-file in repo dirGravatar Lars Hjemli
2009-08-24Add support for repo-local cgitrc fileGravatar Lars Hjemli
2009-08-24scan-tree: detect non-bare repository and stop scanning earlyGravatar Lars Hjemli
2009-08-20scan-tree: split the pw_gecos field at the ',' to get the real nameGravatar Stefan Naewe
2009-08-18Add and use a common readfile() functionGravatar Lars Hjemli
2009-08-18truncate buffer before reading empty filesGravatar Simon Arlott
2008-09-15Add support for --scan-tree=<path> option to cgitGravatar Lars Hjemli