summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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-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
2019-04-22Merge branch 'js/check-docs-exe'Junio C Hamano
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano
2019-04-19rebase -i: combine rebase--interactive.c with rebase.cPhillip Wood
2019-04-19Turn `git serve` into a test helperJohannes Schindelin
2019-04-19check-docs: do not bother checking for legacy scripts' documentationJohannes Schindelin
2019-04-19docs: exclude documentation for commands that have been excludedJohannes Schindelin
2019-04-19check-docs: allow command-list.txt to contain excluded commandsJohannes Schindelin
2019-04-19help -a: do not list commands that are excluded from the buildJohannes Schindelin
2019-04-19Makefile: drop the NO_INSTALL variableJohannes Schindelin
2019-04-16Merge branch 'ab/drop-scripted-rebase'Junio C Hamano
2019-04-16trace2: use system/global config for default trace2 settingsJeff Hostetler
2019-04-15remote-testgit: move it into the support directory for t5801Johannes Schindelin
2019-04-09Merge branch 'jk/sha1dc'Junio C Hamano
2019-04-02checkout: split part of it to new command 'switch'Nguyễn Thái Ngọc Duy
2019-04-01check-docs: fix for setups where executables have an extensionJohannes Schindelin
2019-04-01check-docs: do not expect guide pages to correspond to commandsJohannes Schindelin
2019-04-01check-docs: really look at the documented commands againJohannes Schindelin
2019-03-20Merge branch 'ab/makefile-help-devs-more'Junio C Hamano
2019-03-20rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason
2019-03-13Makefile: fix unaligned loads in sha1dc with UBSanJeff King
2019-03-11Merge branch 'js/find-lib-h-with-ls-files-when-possible'Junio C Hamano
2019-03-11Merge branch 'rj/hdr-check-gcrypt-fix'Junio C Hamano
2019-03-07stash: optionally use the scripted version againJohannes Schindelin
2019-03-07stash: convert `stash--helper.c` into `stash.c`Paul-Sebastian Ungureanu