Age | Commit message (Expand) | Author | Files | Lines |
2019-03-20 | Merge branch 'ab/makefile-help-devs-more' | Junio C Hamano | 1 | -30/+33 |
2019-03-11 | Merge branch 'js/find-lib-h-with-ls-files-when-possible' | Junio C Hamano | 1 | -2/+3 |
2019-03-11 | Merge branch 'rj/hdr-check-gcrypt-fix' | Junio C Hamano | 1 | -1/+4 |
2019-03-06 | Makefile: fix 'hdr-check' when GCRYPT not installed | Ramsay Jones | 1 | -1/+4 |
2019-03-05 | Makefile: use `git ls-files` to list header files, if possible | Johannes Schindelin | 1 | -2/+3 |
2019-02-24 | Makefile: allow for combining DEVELOPER=1 and CFLAGS="..." | Ævar Arnfjörð Bjarmason | 1 | -2/+6 |
2019-02-24 | Makefile: move the setting of *FLAGS closer to "include" | Ævar Arnfjörð Bjarmason | 1 | -18/+22 |
2019-02-24 | Makefile: Move *_LIBS assignment into its own section | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
2019-02-24 | Makefile: add/remove comments at top and tweak whitespace | Ævar Arnfjörð Bjarmason | 1 | -7/+3 |
2019-02-24 | Makefile: move "strip" assignment down from flags | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2019-02-24 | Makefile: remove an out-of-date comment | Ævar Arnfjörð Bjarmason | 1 | -3/+0 |
2019-02-22 | trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh | Jeff Hostetler | 1 | -0/+1 |
2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -1/+13 |
2019-02-19 | tests: teach the test-tool to generate NUL bytes and use it | Johannes Schindelin | 1 | -0/+1 |
2019-02-13 | Merge branch 'bc/utf16-portability-fix' | Junio C Hamano | 1 | -0/+7 |
2019-02-13 | Merge branch 'nd/fileno-may-be-macro' | Junio C Hamano | 1 | -0/+7 |
2019-02-12 | git-compat-util: work around fileno(fp) that is a macro | Duy Nguyen | 1 | -0/+7 |
2019-02-11 | utf8: handle systems that don't write BOM for UTF-16 | brian m. carlson | 1 | -0/+7 |
2019-02-08 | Merge branch 'ds/coverage-prove' | Junio C Hamano | 1 | -0/+5 |
2019-02-06 | Merge branch 'rj/sparse-flags' | Junio C Hamano | 1 | -5/+9 |
2019-02-06 | Merge branch 'js/vsts-ci' | Junio C Hamano | 1 | -0/+11 |
2019-02-06 | Merge branch 'en/rebase-merge-on-sequencer' | Junio C Hamano | 1 | -1/+0 |
2019-02-05 | Merge branch 'js/commit-graph-chunk-table-fix' | Junio C Hamano | 1 | -1/+2 |
2019-02-05 | Makefile: improve SPARSE_FLAGS customisation | Ramsay Jones | 1 | -5/+9 |
2019-01-29 | Merge branch 'bc/sha-256' | Junio C Hamano | 1 | -0/+22 |
2019-01-29 | Makefile: add coverage-prove target | Derrick Stolee | 1 | -0/+5 |
2019-01-29 | ci: parallelize testing on Windows | Johannes Schindelin | 1 | -0/+10 |
2019-01-29 | tests: optionally write results as JUnit-style .xml | Johannes Schindelin | 1 | -0/+1 |
2019-01-15 | Makefile: correct example fuzz build | Josh Steadmon | 1 | -1/+1 |
2019-01-15 | commit-graph, fuzz: add fuzzer for commit-graph | Josh Steadmon | 1 | -0/+1 |
2019-01-07 | rebase: implement --merge via the interactive machinery | Elijah Newren | 1 | -1/+0 |
2018-11-19 | Merge branch 'sb/cocci-pending' | Junio C Hamano | 1 | -2/+5 |
2018-11-19 | Merge branch 'js/test-git-installed' | Junio C Hamano | 1 | -0/+1 |
2018-11-19 | Merge branch 'dd/poll-dot-h' | Junio C Hamano | 1 | -1/+7 |
2018-11-19 | Merge branch 'ab/dynamic-gettext-poison' | Junio C Hamano | 1 | -7/+1 |
2018-11-18 | Merge branch 'js/fuzz-cxxflags' | Junio C Hamano | 1 | -2/+4 |
2018-11-18 | Merge branch 'js/mingw-res-rebuild' | Junio C Hamano | 1 | -1/+1 |
2018-11-18 | Merge branch 'jk/curl-ldflags' | Junio C Hamano | 1 | -15/+15 |
2018-11-18 | Merge branch 'nd/pthreads' | Junio C Hamano | 1 | -1/+1 |
2018-11-16 | Makefile: use FUZZ_CXXFLAGS for linking fuzzers | Josh Steadmon | 1 | -2/+4 |
2018-11-16 | tests: explicitly use `git.exe` on Windows | Johannes Schindelin | 1 | -0/+1 |
2018-11-14 | hash: add an SHA-256 implementation using OpenSSL | brian m. carlson | 1 | -0/+7 |
2018-11-14 | sha256: add an SHA-256 implementation using libgcrypt | brian m. carlson | 1 | -2/+11 |
2018-11-14 | Add a base implementation of SHA-256 support | brian m. carlson | 1 | -0/+4 |
2018-11-14 | t/helper: add a test helper to compute hash speed | brian m. carlson | 1 | -0/+1 |
2018-11-14 | t: make the sha1 test-tool helper generic | brian m. carlson | 1 | -0/+1 |
2018-11-14 | git-compat-util: prefer poll.h to sys/poll.h | Đoàn Trần Công Danh | 1 | -1/+7 |
2018-11-14 | coccicheck: introduce 'pending' semantic patches | SZEDER Gábor | 1 | -2/+5 |
2018-11-13 | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 1 | -0/+1 |
2018-11-13 | Merge branch 'nd/config-split' | Junio C Hamano | 1 | -1/+1 |