summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2020-02-25Merge branch 'bw/remote-rename-update-config'Junio C Hamano
2020-02-10pull --rebase/remote rename: document and honor single-letter abbreviations r...Bert Wesarg
2020-01-30Merge branch 'jk/asan-build-fix'Junio C Hamano
2020-01-16Makefile: use compat regex with SANITIZE=addressJeff King
2020-01-15t: directly test parse_pathspec_file()Alexandr Miloslavskiy
2019-12-25Merge branch 'js/add-p-in-c'Junio C Hamano
2019-12-25Merge branch 'jc/drop-gen-hdrs'Junio C Hamano
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano
2019-12-16fix-typo: consecutive-word duplicationsryenus
2019-12-13Makefile: drop GEN_HDRSJunio C Hamano
2019-12-13built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin
2019-12-05Merge branch 'js/builtin-add-i'Junio C Hamano
2019-11-22sparse-checkout: create builtin with 'list' subcommandDerrick Stolee
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee
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