Age | Commit message (Expand) | Author | Lines |
2013-05-25 | readme: Accept multiple candidates and test them. | Jason A. Donenfeld | -31/+95 |
2013-05-25 | ui-summary: Pass filename to about-filter | Jason A. Donenfeld | -8/+22 |
2013-05-25 | ui-summary: Use default branch for readme if : prefix | Jason A. Donenfeld | -2/+9 |
2013-05-25 | cgit.c: Do not reset HOME after unsetting it. | Jason A. Donenfeld | -22/+0 |
2013-05-25 | cgit.c: sync repo config printing with struct cgit_repo | Jason A. Donenfeld | -0/+14 |
2013-05-25 | git: update to 1.8.3 | John Keeping | -1/+1 |
2013-05-22 | cache.c: cache ls_cache output properly | John Keeping | -7/+14 |
2013-05-22 | tests: introduce strip_header() helper function | John Keeping | -2/+10 |
2013-05-22 | shared.c: use die_errno() where appropriate | John Keeping | -5/+4 |
2013-05-22 | html.c: die when write fails | John Keeping | -1/+1 |
2013-05-22 | ui-log: add <span/> around commit decorations | John Keeping | -0/+2 |
2013-05-22 | Makefile: fix parallel "make test" | John Keeping | -5/+3 |
2013-05-18 | cache.c: fix cache_ls | John Keeping | -4/+10 |
2013-05-13 | t0109: "function" is a bash-ism | John Keeping | -1/+1 |
2013-05-13 | New mailing list. | Jason A. Donenfeld | -2/+3 |
2013-04-30 | ui-snapshot: do not access $HOME | Jason A. Donenfeld | -0/+10 |
2013-04-27 | t0001: validate Git -rcN version numbers correctly | John Keeping | -1/+6 |
2013-04-27 | git: update to 1.8.2.2 | John Keeping | -1/+1 |
2013-04-17 | scan-tree: fix regression in section-from-path=-1 | John Keeping | -0/+2 |
2013-04-15 | t0001: ignore ".dirty" suffix on Git version | John Keeping | -1/+1 |
2013-04-15 | tests: set TEST_OUTPUT_DIRECTORY to the CGit test directory | John Keeping | -0/+1 |
2013-04-15 | t0109: test more URLs | John Keeping | -4/+20 |
2013-04-10 | cgitrc.5.txt: Specify when scan-path must be defined before. | Jason A. Donenfeld | -9/+11 |
2013-04-10 | ui-snapshot.c: Prepend "V" when guessing ref names | Lukas Fleischer | -2/+6 |
2013-04-10 | t0107: Skip ZIP tests if unzip(1) isn't available | Lukas Fleischer | -4/+10 |
2013-04-10 | tests/: Do not use `sed -i` | Lukas Fleischer | -5/+8 |
2013-04-10 | Add branch-sort and repo.branch-sort options. | Jason A. Donenfeld | -22/+46 |
2013-04-10 | t0109: chain operations with && | John Keeping | -1/+1 |
2013-04-10 | cgit.c: Do not restore unset environment variables | Lukas Fleischer | -2/+4 |
2013-04-09 | t0107: Use `tar -z` for gzip'ed archives | Lukas Fleischer | -1/+1 |
2013-04-08 | tests: Make sure that git does not access $HOME | Jason A. Donenfeld | -0/+25 |
2013-04-08 | tests/.gitignore: update for using Git's test infrastructure | John Keeping | -3/+3 |
2013-04-08 | tests: use Git's test framework | John Keeping | -291/+239 |
2013-04-08 | Do not load user or system gitconfig and gitattributes | Jason A. Donenfeld | -2/+24 |
2013-04-08 | use struct strbuf instead of static buffers | John Keeping | -243/+305 |
2013-04-08 | Remove redundant calls to fmt("%s", ...) | John Keeping | -3/+3 |
2013-04-08 | Convert cgit_print_error to a variadic function | John Keeping | -45/+57 |
2013-04-08 | shared.c: add strbuf_ensure_end | John Keeping | -0/+8 |
2013-04-08 | html.c: add various strbuf and varadic helpers | John Keeping | -4/+63 |
2013-04-08 | Mark char* fields in struct cgit_page as const | John Keeping | -7/+8 |
2013-04-08 | Fix out-of-bounds memory accesses with virtual_root="" | John Keeping | -18/+25 |
2013-04-08 | ui-refs.c: Refactor print_tag() | Lukas Fleischer | -29/+27 |
2013-04-08 | ui-refs.c: Remove global header variable | Lukas Fleischer | -6/+0 |
2013-04-08 | html.c: Replace strdup() with xstrdup() | Lukas Fleischer | -5/+2 |
2013-04-08 | Always #include corresponding .h in .c files | John Keeping | -8/+20 |
2013-04-08 | cgit.mk: fix dependency handling | John Keeping | -0/+8 |
2013-04-08 | Makefile: re-include cgit.conf in cgit.mk | John Keeping | -0/+2 |
2013-04-08 | Do not unnecessarily strdup() environment variables | Lukas Fleischer | -15/+10 |
2013-04-08 | Maŕk cgit_environment members const | Lukas Fleischer | -12/+12 |
2013-04-08 | Return const char * in cgit_{httpscheme, hosturl, rooturl}() | Lukas Fleischer | -9/+9 |