summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/drop-scripted-rebase'Junio C Hamano2019-04-161-1/+0
|\
| * rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason2019-03-201-1/+0
* | Merge branch 'jk/sha1dc'Junio C Hamano2019-04-091-0/+1
|\ \
| * | Makefile: fix unaligned loads in sha1dc with UBSanJeff King2019-03-131-0/+1
* | | Merge branch 'ab/makefile-help-devs-more'Junio C Hamano2019-03-201-30/+33
|\ \ \ | |_|/ |/| |
| * | Makefile: allow for combining DEVELOPER=1 and CFLAGS="..."Ævar Arnfjörð Bjarmason2019-02-241-2/+6
| * | Makefile: move the setting of *FLAGS closer to "include"Ævar Arnfjörð Bjarmason2019-02-241-18/+22
| * | Makefile: Move *_LIBS assignment into its own sectionÆvar Arnfjörð Bjarmason2019-02-241-1/+3
| * | Makefile: add/remove comments at top and tweak whitespaceÆvar Arnfjörð Bjarmason2019-02-241-7/+3
| * | Makefile: move "strip" assignment down from flagsÆvar Arnfjörð Bjarmason2019-02-241-1/+1
| * | Makefile: remove an out-of-date commentÆvar Arnfjörð Bjarmason2019-02-241-3/+0
| |/
* | Merge branch 'js/find-lib-h-with-ls-files-when-possible'Junio C Hamano2019-03-111-2/+3
|\ \
| * | Makefile: use `git ls-files` to list header files, if possibleJohannes Schindelin2019-03-051-2/+3
| |/
* | Merge branch 'rj/hdr-check-gcrypt-fix'Junio C Hamano2019-03-111-1/+4
|\ \
| * | Makefile: fix 'hdr-check' when GCRYPT not installedRamsay Jones2019-03-061-1/+4
* | | trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.shJeff Hostetler2019-02-231-0/+1
* | | trace2: create new combined trace facilityJeff Hostetler2019-02-231-1/+13
| |/ |/|
* | tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin2019-02-191-0/+1
* | Merge branch 'bc/utf16-portability-fix'Junio C Hamano2019-02-141-0/+7
|\ \
| * | utf8: handle systems that don't write BOM for UTF-16brian m. carlson2019-02-121-0/+7
* | | Merge branch 'nd/fileno-may-be-macro'Junio C Hamano2019-02-141-0/+7
|\ \ \ | |/ / |/| |
| * | git-compat-util: work around fileno(fp) that is a macroDuy Nguyen2019-02-121-0/+7
| |/
* | Merge branch 'ds/coverage-prove'Junio C Hamano2019-02-091-0/+5
|\ \
| * | Makefile: add coverage-prove targetDerrick Stolee2019-01-291-0/+5
| |/
* | Merge branch 'rj/sparse-flags'Junio C Hamano2019-02-071-5/+9
|\ \
| * | Makefile: improve SPARSE_FLAGS customisationRamsay Jones2019-02-051-5/+9
| |/
* | Merge branch 'js/vsts-ci'Junio C Hamano2019-02-071-0/+11
|\ \
| * | ci: parallelize testing on WindowsJohannes Schindelin2019-01-291-0/+10
| * | tests: optionally write results as JUnit-style .xmlJohannes Schindelin2019-01-291-0/+1
| |/
* | Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano2019-02-071-1/+0
|\ \
| * | rebase: implement --merge via the interactive machineryElijah Newren2019-01-071-1/+0
| |/
* | Merge branch 'js/commit-graph-chunk-table-fix'Junio C Hamano2019-02-051-1/+2
|\ \
| * | Makefile: correct example fuzz buildJosh Steadmon2019-01-161-1/+1
| * | commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon2019-01-161-0/+1
| |/
* | Merge branch 'bc/sha-256'Junio C Hamano2019-01-291-0/+22
|\ \ | |/ |/|
| * hash: add an SHA-256 implementation using OpenSSLbrian m. carlson2018-11-141-0/+7
| * sha256: add an SHA-256 implementation using libgcryptbrian m. carlson2018-11-141-2/+11
| * Add a base implementation of SHA-256 supportbrian m. carlson2018-11-141-0/+4
| * t/helper: add a test helper to compute hash speedbrian m. carlson2018-11-141-0/+1
| * t: make the sha1 test-tool helper genericbrian m. carlson2018-11-141-0/+1
* | Merge branch 'sb/cocci-pending'Junio C Hamano2018-11-191-2/+5
|\ \
| * | coccicheck: introduce 'pending' semantic patchesSZEDER Gábor2018-11-141-2/+5
* | | Merge branch 'js/test-git-installed'Junio C Hamano2018-11-191-0/+1
|\ \ \
| * | | tests: explicitly use `git.exe` on WindowsJohannes Schindelin2018-11-161-0/+1
* | | | Merge branch 'dd/poll-dot-h'Junio C Hamano2018-11-191-1/+7
|\ \ \ \
| * | | | git-compat-util: prefer poll.h to sys/poll.hĐoàn Trần Công Danh2018-11-141-1/+7
| |/ / /
* | | | Merge branch 'ab/dynamic-gettext-poison'Junio C Hamano2018-11-191-7/+1
|\ \ \ \
| * | | | Makefile: ease dynamic-gettext-poison transitionJunio C Hamano2018-11-091-1/+1
| * | | | i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason2018-11-091-7/+1
| | |/ / | |/| |
* | | | Merge branch 'js/fuzz-cxxflags'Junio C Hamano2018-11-181-2/+4
|\ \ \ \