Commit Graph

1025 Commits (389cc17357e2040c9542d3e085f64a8d2f085e9a)
 

Author SHA1 Message Date
Jason A. Donenfeld 389cc17357 Add branch-sort and repo.branch-sort options. 12 years ago
John Keeping 880223dc84 t0109: chain operations with && 12 years ago
Lukas Fleischer 8d8e84e72a cgit.c: Do not restore unset environment variables 12 years ago
Lukas Fleischer 410da3ac1c t0107: Use `tar -z` for gzip'ed archives 12 years ago
Jason A. Donenfeld dd1f0e5f1b tests: Make sure that git does not access $HOME 12 years ago
John Keeping 9844c60755 tests/.gitignore: update for using Git's test infrastructure 12 years ago
John Keeping c95cc5ec56 tests: use Git's test framework 12 years ago
Jason A. Donenfeld 8a92df033e Do not load user or system gitconfig and gitattributes 12 years ago
John Keeping fb3655df3b use struct strbuf instead of static buffers 12 years ago
John Keeping 42d5476f25 Remove redundant calls to fmt("%s", ...) 12 years ago
John Keeping ed5bd30ebe Convert cgit_print_error to a variadic function 12 years ago
John Keeping d2e20e3814 shared.c: add strbuf_ensure_end 12 years ago
John Keeping fd00d2f9d6 html.c: add various strbuf and varadic helpers 12 years ago
John Keeping 57d09bf448 Mark char* fields in struct cgit_page as const 12 years ago
John Keeping b1f17f168b Fix out-of-bounds memory accesses with virtual_root="" 12 years ago
Lukas Fleischer 4b4a62d507 ui-refs.c: Refactor print_tag() 12 years ago
Lukas Fleischer caca860ba7 ui-refs.c: Remove global header variable 12 years ago
Lukas Fleischer 3edfd83db6 html.c: Replace strdup() with xstrdup() 12 years ago
John Keeping 8f20879431 Always #include corresponding .h in .c files 12 years ago
John Keeping a5e4ad2d8b cgit.mk: fix dependency handling 12 years ago
John Keeping cfb77e97fa Makefile: re-include cgit.conf in cgit.mk 12 years ago
Lukas Fleischer a92678b5f1 Do not unnecessarily strdup() environment variables 12 years ago
Lukas Fleischer 3a84324379 Maŕk cgit_environment members const 12 years ago
Lukas Fleischer 996f86e664 Return const char * in cgit_{httpscheme, hosturl, rooturl}() 12 years ago
John Keeping 849ecd961d Update git to v1.8.2.1 12 years ago
John Keeping 1c32e008c8 ui-blob: don't segfault when no path is given 12 years ago
Lukas Fleischer b60e6bff75 Convert pager navigation into a unordered list 12 years ago
Jason A. Donenfeld 121089ced5 Makefile: remove CGIT-CFLAGS files in clean stage 12 years ago
Lukas Fleischer 977a3ad7bf ui-summary.c: Move urls variable into print_urls() 12 years ago
Lukas Fleischer ef8a97d9c6 Fix colspan values 12 years ago
Jason A. Donenfeld 6d7e3596eb html: check return value of write 12 years ago
Jason A. Donenfeld 40e1d9b617 ui-shared: squelch compiler warning. 12 years ago
John Keeping 7669f7f730 cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh 12 years ago
John Keeping d6768a6709 cgit.mk: don't rebuild everything if CGIT_VERSION changes 12 years ago
John Keeping 1a6feaf5fa ui-patch: use cgit_version not CGIT_VERSION 12 years ago
John Keeping 5f323c1ff4 Makefile: re-use Git's Makefile where possible 12 years ago
John Keeping e1e0e038fd tests: check that Git version are in sync 12 years ago
Jason A. Donenfeld 0255821e22 Merge branch 'wip' 12 years ago
John Keeping 6d8a789d61 ui-shared: fix return type of cgit_self_link 12 years ago
Lukas Fleischer 59fe348dea cgit_print_snapshot_links(): Free prefix variable 12 years ago
Lukas Fleischer bc2f5a6d53 cgit_print_commit(): Free tmp variable 12 years ago
Lukas Fleischer 985d6ca7e7 cgit_print_tree(): Free curr_rev after usage 12 years ago
Lukas Fleischer 0ffdc46f08 find_default_branch(): Free refmatch after usage 12 years ago
Lukas Fleischer fab385ef5c print_tag_downloads(): Free ref variable 12 years ago
Lukas Fleischer 1268afe836 Free reflists after usage 12 years ago
Lukas Fleischer 1a5e8633ce ui-shared.c: Remove unused function print_archive_ref() 12 years ago
Lukas Fleischer 71926bfb34 ui-shared.c: Remove unused function cgit_currurl() 12 years ago
Lukas Fleischer bafab423f2 Mark several functions/variables static 12 years ago
John Keeping d5a43b429a t0107-snapshot: add tests for ZIP archives 12 years ago
John Keeping f9b801a174 tests: make whitespace consistent 12 years ago