summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lo/sparse-universal-zero-init'Junio C Hamano2020-06-021-1/+1
|\
| * sparse: allow '{ 0 }' to be used without warningsLuc Van Oostenryck2020-05-241-1/+1
* | Merge branch 'cb/no-more-gmtime'Junio C Hamano2020-05-201-8/+0
|\ \
| * | compat: remove gmtimeCarlo Marcelo Arenas Belón2020-05-141-8/+0
| * | Merge branch 'jk/asan-build-fix' into maintJunio C Hamano2020-02-141-0/+3
| |\ \
* | \ \ Merge branch 'es/bugreport'Junio C Hamano2020-05-011-3/+15
|\ \ \ \
| * | | | bugreport: add tool to generate debugging infoEmily Shaffer2020-04-161-0/+5
| * | | | help: move list_config_help to builtin/helpEmily Shaffer2020-04-161-3/+10
| |/ / /
* | | | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-0/+2
|\ \ \ \
| * | | | bloom.c: add the murmur3 hash implementationGarima Singh2020-03-301-0/+2
* | | | | Merge branch 'jk/build-with-right-curl'Junio C Hamano2020-05-011-5/+10
|\ \ \ \ \
| * | | | | Makefile: avoid running curl-config unnecessarilyJeff King2020-04-051-2/+2
| * | | | | Makefile: use curl-config --cflagsJeff King2020-03-271-1/+7
| * | | | | Makefile: avoid running curl-config multiple timesJeff King2020-03-271-4/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'dl/merge-autostash'Junio C Hamano2020-04-291-38/+40
|\ \ \ \ \
| * | | | | reset: extract reset_head() from rebaseDenton Liu2020-04-101-0/+1
| * | | | | Makefile: ASCII-sort += listsDenton Liu2020-03-241-38/+39
| |/ / / /
* | | | | Merge branch 'dl/libify-a-few'Junio C Hamano2020-04-281-0/+2
|\ \ \ \ \
| * | | | | Lib-ify prune-packedDenton Liu2020-03-241-0/+1
| * | | | | Lib-ify fmt-merge-msgDenton Liu2020-03-241-0/+1
| |/ / / /
* | | | | Merge branch 'ma/doc-discard-docbook-xsl-1.73'Junio C Hamano2020-04-281-6/+0
|\ \ \ \ \
| * | | | | Doc: drop support for docbook-xsl before 1.73.0Martin Ågren2020-03-291-3/+0
| * | | | | Doc: drop support for docbook-xsl before 1.72.0Martin Ågren2020-03-291-3/+0
| |/ / / /
* | | | | Merge branch 'jk/oid-array-cleanups'Junio C Hamano2020-04-221-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | test-tool: rename sha1-array to oid-arrayJeff King2020-03-301-1/+1
| * | | | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
| |/ / /
* | | | Merge branch 'tg/retire-scripted-stash'Junio C Hamano2020-03-261-1/+0
|\ \ \ \
| * | | | stash: remove the stash.useBuiltin settingThomas Gummerer2020-03-051-1/+0
| |/ / /
* | | | Merge branch 'hw/advise-ng'Junio C Hamano2020-03-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | advice: revamp advise APIHeba Waly2020-03-051-0/+1
| |/ /
* | | Merge branch 'bw/remote-rename-update-config'Junio C Hamano2020-02-251-0/+1
|\ \ \
| * | | pull --rebase/remote rename: document and honor single-letter abbreviations r...Bert Wesarg2020-02-101-0/+1
| |/ /
* | | Merge branch 'jk/asan-build-fix'Junio C Hamano2020-01-301-0/+3
|\ \ \ | | |/ | |/|
| * | Makefile: use compat regex with SANITIZE=addressJeff King2020-01-161-0/+3
* | | t: directly test parse_pathspec_file()Alexandr Miloslavskiy2020-01-151-0/+1
| |/ |/|
* | Merge branch 'js/add-p-in-c'Junio C Hamano2019-12-251-0/+1
|\ \
| * | built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin2019-12-131-0/+1
* | | Merge branch 'jc/drop-gen-hdrs'Junio C Hamano2019-12-251-3/+2
|\ \ \
| * | | Makefile: drop GEN_HDRSJunio C Hamano2019-12-131-3/+2
* | | | Merge branch 'ds/sparse-cone'Junio C Hamano2019-12-251-0/+1
|\ \ \ \
| * | | | sparse-checkout: create builtin with 'list' subcommandDerrick Stolee2019-11-221-0/+1
| | |_|/ | |/| |
* | | | fix-typo: consecutive-word duplicationsryenus2019-12-161-1/+1
| |/ / |/| |
* | | Merge branch 'js/builtin-add-i'Junio C Hamano2019-12-051-0/+1
|\ \ \ | | |/ | |/|
| * | Start to implement a built-in version of `git add --interactive`Johannes Schindelin2019-11-141-0/+1
| |/
* | test-tool: use 'read-graph' helperDerrick Stolee2019-11-131-0/+1
|/
* Merge branch 'dl/allow-running-cocci-verbosely'Junio C Hamano2019-10-181-1/+2
|\
| * Makefile: respect $(V) in %.cocci.patch targetDenton Liu2019-10-121-1/+2
* | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-151-0/+4
|\ \
| * | ci: also build and test with MS Visual Studio on Azure PipelinesJohannes Schindelin2019-10-061-0/+4
* | | Merge branch 'cb/pcre1-cleanup'Junio C Hamano2019-10-111-7/+2
|\ \ \