aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cache.c: cache ls_cache output properlyJohn Keeping2013-05-222-7/+14
* tests: introduce strip_header() helper functionJohn Keeping2013-05-222-2/+10
* shared.c: use die_errno() where appropriateJohn Keeping2013-05-221-5/+4
* html.c: die when write failsJohn Keeping2013-05-221-1/+1
* ui-log: add <span/> around commit decorationsJohn Keeping2013-05-221-0/+2
* Makefile: fix parallel "make test"John Keeping2013-05-221-5/+3
* cache.c: fix cache_lsJohn Keeping2013-05-181-4/+10
* t0109: "function" is a bash-ismJohn Keeping2013-05-131-1/+1
* New mailing list.Jason A. Donenfeld2013-05-131-2/+3
* ui-snapshot: do not access $HOMEJason A. Donenfeld2013-04-302-0/+10
* t0001: validate Git -rcN version numbers correctlyJohn Keeping2013-04-271-1/+6
* git: update to 1.8.2.2John Keeping2013-04-272-1/+1
* scan-tree: fix regression in section-from-path=-1John Keeping2013-04-171-0/+2
* t0001: ignore ".dirty" suffix on Git versionJohn Keeping2013-04-151-1/+1
* tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping2013-04-151-0/+1
* t0109: test more URLsJohn Keeping2013-04-151-4/+20
* cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld2013-04-101-9/+11
* ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer2013-04-101-2/+6
* t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer2013-04-101-4/+10
* tests/: Do not use `sed -i`Lukas Fleischer2013-04-102-5/+8
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-105-22/+46
* t0109: chain operations with &&John Keeping2013-04-101-1/+1
* cgit.c: Do not restore unset environment variablesLukas Fleischer2013-04-101-2/+4
* t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer2013-04-091-1/+1
* tests: Make sure that git does not access $HOMEJason A. Donenfeld2013-04-081-0/+25
* tests/.gitignore: update for using Git's test infrastructureJohn Keeping2013-04-082-3/+3
* tests: use Git's test frameworkJohn Keeping2013-04-0813-291/+239
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-083-2/+24
* use struct strbuf instead of static buffersJohn Keeping2013-04-0812-243/+305
* Remove redundant calls to fmt("%s", ...)John Keeping2013-04-082-3/+3
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-0811-45/+57
* shared.c: add strbuf_ensure_endJohn Keeping2013-04-082-0/+8
* html.c: add various strbuf and varadic helpersJohn Keeping2013-04-083-4/+63
* Mark char* fields in struct cgit_page as constJohn Keeping2013-04-082-7/+8
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-084-18/+25
* ui-refs.c: Refactor print_tag()Lukas Fleischer2013-04-081-29/+27
* ui-refs.c: Remove global header variableLukas Fleischer2013-04-081-6/+0
* html.c: Replace strdup() with xstrdup()Lukas Fleischer2013-04-081-5/+2
* Always #include corresponding .h in .c filesJohn Keeping2013-04-0822-8/+20
* cgit.mk: fix dependency handlingJohn Keeping2013-04-081-0/+8
* Makefile: re-include cgit.conf in cgit.mkJohn Keeping2013-04-081-0/+2
* Do not unnecessarily strdup() environment variablesLukas Fleischer2013-04-081-15/+10
* Maŕk cgit_environment members constLukas Fleischer2013-04-082-12/+12
* Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer2013-04-083-9/+9
* Update git to v1.8.2.1John Keeping2013-04-084-5/+6
* ui-blob: don't segfault when no path is givenJohn Keeping2013-04-071-1/+1
* Convert pager navigation into a unordered listLukas Fleischer2013-03-203-9/+20
* Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld2013-03-201-1/+1
* ui-summary.c: Move urls variable into print_urls()Lukas Fleischer2013-03-201-6/+14
* Fix colspan valuesLukas Fleischer2013-03-203-14/+28