aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-25cgitrc.5: information on directory traversal and multiple readme filesGravatar Jason A. Donenfeld
2013-05-25readme: Accept multiple candidates and test them.Gravatar Jason A. Donenfeld
2013-05-25ui-summary: Pass filename to about-filterGravatar Jason A. Donenfeld
2013-05-25ui-summary: Use default branch for readme if : prefixGravatar Jason A. Donenfeld
2013-05-25cgit.c: Do not reset HOME after unsetting it.Gravatar Jason A. Donenfeld
2013-05-25cgit.c: sync repo config printing with struct cgit_repoGravatar Jason A. Donenfeld
2013-05-25git: update to 1.8.3Gravatar John Keeping
2013-05-22cache.c: cache ls_cache output properlyGravatar John Keeping
2013-05-22tests: introduce strip_header() helper functionGravatar John Keeping
2013-05-22shared.c: use die_errno() where appropriateGravatar John Keeping
2013-05-22html.c: die when write failsGravatar John Keeping
2013-05-22ui-log: add <span/> around commit decorationsGravatar John Keeping
2013-05-22Makefile: fix parallel "make test"Gravatar John Keeping
2013-05-18cache.c: fix cache_lsGravatar John Keeping
2013-05-13t0109: "function" is a bash-ismGravatar John Keeping
2013-05-13New mailing list.Gravatar Jason A. Donenfeld
2013-04-30ui-snapshot: do not access $HOMEGravatar Jason A. Donenfeld
2013-04-27t0001: validate Git -rcN version numbers correctlyGravatar John Keeping
2013-04-27git: update to 1.8.2.2Gravatar John Keeping
2013-04-17scan-tree: fix regression in section-from-path=-1Gravatar John Keeping
2013-04-15t0001: ignore ".dirty" suffix on Git versionGravatar John Keeping
2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryGravatar John Keeping
2013-04-15t0109: test more URLsGravatar John Keeping
2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Gravatar Jason A. Donenfeld
2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesGravatar Lukas Fleischer
2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableGravatar Lukas Fleischer
2013-04-10tests/: Do not use `sed -i`Gravatar Lukas Fleischer
2013-04-10Add branch-sort and repo.branch-sort options.Gravatar Jason A. Donenfeld
2013-04-10t0109: chain operations with &&Gravatar John Keeping
2013-04-10cgit.c: Do not restore unset environment variablesGravatar Lukas Fleischer
2013-04-09t0107: Use `tar -z` for gzip'ed archivesGravatar Lukas Fleischer
2013-04-08tests: Make sure that git does not access $HOMEGravatar Jason A. Donenfeld
2013-04-08tests/.gitignore: update for using Git's test infrastructureGravatar John Keeping
2013-04-08tests: use Git's test frameworkGravatar John Keeping
2013-04-08Do not load user or system gitconfig and gitattributesGravatar Jason A. Donenfeld
2013-04-08use struct strbuf instead of static buffersGravatar John Keeping
2013-04-08Remove redundant calls to fmt("%s", ...)Gravatar John Keeping
2013-04-08Convert cgit_print_error to a variadic functionGravatar John Keeping
2013-04-08shared.c: add strbuf_ensure_endGravatar John Keeping
2013-04-08html.c: add various strbuf and varadic helpersGravatar John Keeping
2013-04-08Mark char* fields in struct cgit_page as constGravatar John Keeping
2013-04-08Fix out-of-bounds memory accesses with virtual_root=""Gravatar John Keeping
2013-04-08ui-refs.c: Refactor print_tag()Gravatar Lukas Fleischer
2013-04-08ui-refs.c: Remove global header variableGravatar Lukas Fleischer
2013-04-08html.c: Replace strdup() with xstrdup()Gravatar Lukas Fleischer
2013-04-08Always #include corresponding .h in .c filesGravatar John Keeping
2013-04-08cgit.mk: fix dependency handlingGravatar John Keeping
2013-04-08Makefile: re-include cgit.conf in cgit.mkGravatar John Keeping
2013-04-08Do not unnecessarily strdup() environment variablesGravatar Lukas Fleischer
2013-04-08Maŕk cgit_environment members constGravatar Lukas Fleischer