summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | Makefile: use FUZZ_CXXFLAGS for linking fuzzersJosh Steadmon2018-11-161-2/+4
* | | | | Merge branch 'js/mingw-res-rebuild'Junio C Hamano2018-11-181-1/+1
|\ \ \ \ \
| * | | | | Windows: force-recompile git.res for differing architecturesJohannes Schindelin2018-11-071-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/curl-ldflags'Junio C Hamano2018-11-181-15/+15
|\ \ \ \ \
| * | | | | build: link with curl-defined linker flagsJames Knight2018-11-051-15/+15
| |/ / / /
* | | | | Merge branch 'nd/pthreads'Junio C Hamano2018-11-181-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | thread-utils: macros to unconditionally compile pthreads APINguyễn Thái Ngọc Duy2018-10-291-1/+1
* | | | | Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano2018-11-131-0/+1
|\ \ \ \ \
| * | | | | t/helper: add test-submodule-nested-repo-configAntonio Ospite2018-10-311-0/+1
* | | | | | Merge branch 'nd/config-split'Junio C Hamano2018-11-131-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update makefile in preparation for Documentation/config/*.txtNguyễn Thái Ngọc Duy2018-10-291-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'ag/rebase-i-in-c'Junio C Hamano2018-11-021-3/+2
|\ \ \ \ \
| * | | | | rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin2018-10-091-1/+0
| * | | | | rebase -i: remove git-rebase--interactive.shAlban Gruin2018-10-091-3/+1
| * | | | | rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin2018-10-091-0/+1
| * | | | | rebase -i: rewrite append_todo_help() in CAlban Gruin2018-08-101-0/+1
* | | | | | Merge branch 'pk/rebase-in-c'Junio C Hamano2018-11-021-1/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | rebase: refactor common shell functions into their own filePratik Karki2018-08-061-0/+1
| * | | | | rebase: start implementing it as a builtinPratik Karki2018-08-061-1/+2
* | | | | | Merge branch 'js/fuzzer'Junio C Hamano2018-10-261-0/+33
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | fuzz: add fuzz testing for packfile indices.Josh Steadmon2018-10-151-0/+1
| * | | | | fuzz: add basic fuzz testing target.Josh Steadmon2018-10-151-0/+32
* | | | | | Merge branch 'bp/rename-test-env-var'Junio C Hamano2018-10-191-3/+3
|\ \ \ \ \ \
| * | | | | | read-cache: update TEST_GIT_INDEX_VERSION supportBen Peart2018-09-281-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'rj/header-check'Junio C Hamano2018-10-161-0/+12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Makefile: add a hdr-check targetRamsay Jones2018-09-201-0/+12
* | | | | | Merge branch 'nd/test-tool'Junio C Hamano2018-10-101-5/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Makefile: add a hint about TEST_BUILTINS_OBJSNguyễn Thái Ngọc Duy2018-09-111-0/+2
| * | | | | t/helper: merge test-dump-fsmonitor into test-toolNguyễn Thái Ngọc Duy2018-09-111-1/+1
| * | | | | t/helper: merge test-parse-options into test-toolNguyễn Thái Ngọc Duy2018-09-111-1/+1
| * | | | | t/helper: merge test-pkt-line into test-toolNguyễn Thái Ngọc Duy2018-09-111-1/+1
| * | | | | t/helper: merge test-dump-untracked-cache into test-toolNguyễn Thái Ngọc Duy2018-09-111-1/+1
| * | | | | t/helper: keep test-tool command list sortedNguyễn Thái Ngọc Duy2018-09-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'js/mingw-o-append'Junio C Hamano2018-09-241-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |