summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2019-03-07stash: convert apply to builtinJoel Teichroeb-0/+1
2019-03-06Makefile: fix 'hdr-check' when GCRYPT not installedRamsay Jones-1/+4
2019-03-05Makefile: use `git ls-files` to list header files, if possibleJohannes Schindelin-2/+3
2019-02-24Makefile: allow for combining DEVELOPER=1 and CFLAGS="..."Ævar Arnfjörð Bjarmason-2/+6
2019-02-24Makefile: move the setting of *FLAGS closer to "include"Ævar Arnfjörð Bjarmason-18/+22
2019-02-24Makefile: Move *_LIBS assignment into its own sectionÆvar Arnfjörð Bjarmason-1/+3
2019-02-24Makefile: add/remove comments at top and tweak whitespaceÆvar Arnfjörð Bjarmason-7/+3
2019-02-24Makefile: move "strip" assignment down from flagsÆvar Arnfjörð Bjarmason-1/+1
2019-02-24Makefile: remove an out-of-date commentÆvar Arnfjörð Bjarmason-3/+0
2019-02-22trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.shJeff Hostetler-0/+1
2019-02-22trace2: create new combined trace facilityJeff Hostetler-1/+13
2019-02-19tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin-0/+1
2019-02-13Merge branch 'bc/utf16-portability-fix'Junio C Hamano-0/+7
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano-0/+7
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen-0/+7
2019-02-11utf8: handle systems that don't write BOM for UTF-16brian m. carlson-0/+7
2019-02-08Merge branch 'ds/coverage-prove'Junio C Hamano-0/+5
2019-02-06Merge branch 'rj/sparse-flags'Junio C Hamano-5/+9
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano-0/+11
2019-02-06Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano-1/+0
2019-02-05Merge branch 'js/commit-graph-chunk-table-fix'Junio C Hamano-1/+2
2019-02-05Makefile: improve SPARSE_FLAGS customisationRamsay Jones-5/+9
2019-01-29Merge branch 'bc/sha-256'Junio C Hamano-0/+22
2019-01-29Makefile: add coverage-prove targetDerrick Stolee-0/+5
2019-01-29ci: parallelize testing on WindowsJohannes Schindelin-0/+10
2019-01-29tests: optionally write results as JUnit-style .xmlJohannes Schindelin-0/+1
2019-01-15Makefile: correct example fuzz buildJosh Steadmon-1/+1
2019-01-15commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon-0/+1
2019-01-07rebase: implement --merge via the interactive machineryElijah Newren-1/+0
2018-11-19Merge branch 'sb/cocci-pending'Junio C Hamano-2/+5
2018-11-19Merge branch 'js/test-git-installed'Junio C Hamano-0/+1
2018-11-19Merge branch 'dd/poll-dot-h'Junio C Hamano-1/+7
2018-11-19Merge branch 'ab/dynamic-gettext-poison'Junio C Hamano-7/+1
2018-11-18Merge branch 'js/fuzz-cxxflags'Junio C Hamano-2/+4
2018-11-18Merge branch 'js/mingw-res-rebuild'Junio C Hamano-1/+1
2018-11-18Merge branch 'jk/curl-ldflags'Junio C Hamano-15/+15
2018-11-18Merge branch 'nd/pthreads'Junio C Hamano-1/+1
2018-11-16Makefile: use FUZZ_CXXFLAGS for linking fuzzersJosh Steadmon-2/+4
2018-11-16tests: explicitly use `git.exe` on WindowsJohannes Schindelin-0/+1
2018-11-14hash: add an SHA-256 implementation using OpenSSLbrian m. carlson-0/+7
2018-11-14sha256: add an SHA-256 implementation using libgcryptbrian m. carlson-2/+11
2018-11-14Add a base implementation of SHA-256 supportbrian m. carlson-0/+4
2018-11-14t/helper: add a test helper to compute hash speedbrian m. carlson-0/+1
2018-11-14t: make the sha1 test-tool helper genericbrian m. carlson-0/+1
2018-11-14git-compat-util: prefer poll.h to sys/poll.hĐoàn Trần Công Danh-1/+7
2018-11-14coccicheck: introduce 'pending' semantic patchesSZEDER Gábor-2/+5
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano-0/+1
2018-11-13Merge branch 'nd/config-split'Junio C Hamano-1/+1
2018-11-09Makefile: ease dynamic-gettext-poison transitionJunio C Hamano-1/+1
2018-11-09i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason-7/+1