summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2019-10-18Merge branch 'dl/allow-running-cocci-verbosely'Junio C Hamano
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-12Makefile: respect $(V) in %.cocci.patch targetDenton Liu
2019-10-11Merge branch 'cb/pcre1-cleanup'Junio C Hamano
2019-10-09Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano
2019-10-07Merge branch 'dl/honor-cflags-in-hdr-check'Junio C Hamano
2019-10-07Merge branch 'sg/progress-fix'Junio C Hamano
2019-10-07Merge branch 'dl/cocci-everywhere'Junio C Hamano
2019-10-06ci: also build and test with MS Visual Studio on Azure PipelinesJohannes Schindelin
2019-10-02Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin
2019-09-28Makefile: emulate compile in $(HCO) target betterDenton Liu
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-17Makefile: run coccicheck on more source filesDenton Liu
2019-09-17Makefile: strip leading ./ in $(FIND_SOURCE_FILES)Denton Liu
2019-09-17Makefile: define THIRD_PARTY_SOURCESDenton Liu
2019-09-17Test the progress displaySZEDER Gábor
2019-09-17Makefile: strip leading ./ in $(LIB_H)Denton Liu
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano
2019-08-26grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1Carlo Marcelo Arenas Belón
2019-08-13repo-settings: consolidate some config settingsDerrick Stolee
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano
2019-07-29bin-wrappers: append `.exe` to target paths if necessaryJohannes Schindelin
2019-07-25Merge branch 'mt/dir-iterator-updates'Junio C Hamano
2019-07-25Merge branch 'ab/test-env'Junio C Hamano
2019-07-19Merge branch 'cc/test-oidmap'Junio C Hamano
2019-07-11dir-iterator: add tests for dir-iterator APIDaniel Ferreira
2019-07-09Merge branch 'jh/msvc'Junio C Hamano
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-06-25Remove fetch-object.{c,h} in favor of promisor-remote.{c,h}Christian Couder
2019-06-25Add initial support for many promisor remotesChristian Couder
2019-06-25msvc: support building Git using MS Visual C++Jeff Hostetler
2019-06-21env--helper: new undocumented builtin wrapping git_env_*()Ævar Arnfjörð Bjarmason
2019-06-20msvc: update Makefile to allow for spaces in the compiler pathJeff Hostetler
2019-06-18t/helper: add test-oidmap.cChristian Couder
2019-06-13Merge branch 'ab/deprecate-R-for-dynpath'Junio C Hamano
2019-06-13Merge branch 'js/rebase-cleanup'Junio C Hamano
2019-05-19Merge branch 'jk/cocci-batch'Junio C Hamano
2019-05-19Makefile: remove the NO_R_TO_GCC_LINKER flagÆvar Arnfjörð Bjarmason
2019-05-15rebase: fold git-rebase--common into the -p backendJohannes Schindelin
2019-05-15Drop unused git-rebase--am.shJohannes Schindelin
2019-05-13Merge branch 'cc/access-on-aix-workaround'Junio C Hamano
2019-05-13Merge branch 'pw/rebase-i-internal'Junio C Hamano
2019-05-13Merge branch 'jc/make-dedup-ls-files-output'Junio C Hamano
2019-05-13Merge branch 'jh/trace2-sid-fix'Junio C Hamano
2019-05-08Merge branch 'js/misc-doc-fixes'Junio C Hamano
2019-05-08coccicheck: make batch size of 0 mean "unlimited"Jeff King
2019-05-07checkout: split part of it to new command 'restore'Nguyễn Thái Ngọc Duy
2019-05-07coccicheck: optionally batch spatch invocationsJeff King
2019-04-25git-compat-util: work around for access(X_OK) under rootClément Chigot
2019-04-22Makefile: dedup list of files obtained from ls-filesJunio C Hamano