Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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