summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/make-sparse-for-real'Junio C Hamano2021-10-291-1/+1
|\
| * Makefile: remove redundant GIT-CFLAGS dependency from "sparse"Ævar Arnfjörð Bjarmason2021-10-211-1/+1
* | Merge branch 'js/retire-preserve-merges'Junio C Hamano2021-10-181-2/+0
|\ \
| * | rebase: drop support for `--preserve-merges`Johannes Schindelin2021-09-071-2/+0
* | | Merge branch 'ab/make-sparse-for-real'Junio C Hamano2021-10-131-3/+6
|\ \ \ | | |/ | |/|
| * | Makefile: make the "sparse" target non-.PHONYÆvar Arnfjörð Bjarmason2021-09-221-3/+6
* | | Merge branch 'ab/config-based-hooks-1'Junio C Hamano2021-10-131-13/+15
|\ \ \
| * | | hook-list.h: add a generated list of hooks, like config-list.hÆvar Arnfjörð Bjarmason2021-09-271-1/+7
| * | | hook.[ch]: move find_hook() from run-command.c to hook.cÆvar Arnfjörð Bjarmason2021-09-271-0/+1
| * | | Makefile: remove an out-of-date commentÆvar Arnfjörð Bjarmason2021-09-231-7/+0
| * | | Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H)Ævar Arnfjörð Bjarmason2021-09-231-3/+2
| * | | Makefile: stop hardcoding {command,config}-list.hÆvar Arnfjörð Bjarmason2021-09-231-2/+4
| * | | Makefile: mark "check" target as .PHONYÆvar Arnfjörð Bjarmason2021-09-231-0/+1
* | | | Merge branch 'ab/sanitize-leak-ci'Junio C Hamano2021-10-111-0/+5
|\ \ \ \
| * | | | Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONSÆvar Arnfjörð Bjarmason2021-09-231-0/+5
* | | | | Merge branch 'ab/make-compdb-fix'Junio C Hamano2021-10-031-0/+1
|\ \ \ \ \
| * | | | | Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yesÆvar Arnfjörð Bjarmason2021-09-271-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ab/auto-depend-with-pedantic'Junio C Hamano2021-10-031-0/+1
|\ \ \ \ \
| * | | | | Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedanticÆvar Arnfjörð Bjarmason2021-09-221-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ab/make-clean-depend-dirs'Junio C Hamano2021-10-031-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yesÆvar Arnfjörð Bjarmason2021-09-221-1/+0
| | |/ / | |/| |
* | | | Merge branch 'ab/http-drop-old-curl-plus'Junio C Hamano2021-09-231-9/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Makefile: drop support for curl < 7.9.8 (again)Ævar Arnfjörð Bjarmason2021-09-131-9/+2
| | |/ | |/|
* | | Merge branch 'ab/make-tags-cleanup'Junio C Hamano2021-09-201-13/+19
|\ \ \
| * | | Makefile: normalize clobbering & xargs for tags targetsÆvar Arnfjörð Bjarmason2021-08-051-8/+9
| * | | Makefile: remove "cscope.out", not "cscope*" in cscope.out targetÆvar Arnfjörð Bjarmason2021-08-051-2/+2
| * | | Makefile: don't use "FORCE" for tags targetsÆvar Arnfjörð Bjarmason2021-07-221-8/+12
| * | | Makefile: add QUIET_GEN to "cscope" targetÆvar Arnfjörð Bjarmason2021-06-291-1/+1
| * | | Makefile: move ".PHONY: cscope" near its targetÆvar Arnfjörð Bjarmason2021-06-291-1/+2
* | | | Merge branch 'cb/pedantic-build-for-developers'Junio C Hamano2021-09-201-20/+2
|\ \ \ \
| * | | | developer: enable pedantic by defaultCarlo Marcelo Arenas Belón2021-09-031-2/+2
| * | | | gettext: remove optional non-standard parens in N_() definitionÆvar Arnfjörð Bjarmason2021-09-031-19/+1
* | | | | Merge branch 'bs/install-strip'Junio C Hamano2021-09-151-3/+12
|\ \ \ \ \
| * | | | | make: add INSTALL_STRIP option variableBagas Sanjaya2021-09-051-3/+12
| |/ / / /
* | | | | Merge branch 'ab/no-more-check-bindir'Junio C Hamano2021-09-151-2/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Makefile: remove the check_bindir scriptÆvar Arnfjörð Bjarmason2021-09-071-2/+1
| | |_|/ | |/| |
* | | | Merge branch 'sg/make-fix-ar-invocation'Junio C Hamano2021-09-031-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Makefile: remove archives before manipulating them with 'ar'SZEDER Gábor2021-08-191-2/+2
* | | | Merge branch 'es/trace2-log-parent-process-name'Junio C Hamano2021-08-241-0/+4
|\ \ \ \
| * | | | tr2: make process info collection platform-genericEmily Shaffer2021-07-221-0/+4
* | | | | Merge branch 'js/expand-runtime-prefix'Junio C Hamano2021-08-241-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tests: exercise the RUNTIME_PREFIX featureJohannes Schindelin2021-07-261-0/+5
| | |_|/ | |/| |
* | | | Merge branch 'ab/getcwd-test'Junio C Hamano2021-08-041-0/+1
|\ \ \ \
| * | | | t0001: fix broken not-quite getcwd(3) test in bed67874e2Ævar Arnfjörð Bjarmason2021-07-301-0/+1
| |/ / /
* | | | Merge branch 'ew/many-alternate-optim'Junio C Hamano2021-07-281-0/+3
|\ \ \ \
| * | | | oidtree: a crit-bit tree for odb_loose_cacheEric Wong2021-07-071-0/+3
| |/ / /
* | | | Merge branch 'js/ci-windows-update'Junio C Hamano2021-07-221-1/+4
|\ \ \ \
| * | | | artifacts-tar: respect NO_GETTEXTJohannes Schindelin2021-07-061-1/+4
| |/ / /
* | | | Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano2021-07-161-0/+1
|\ \ \ \
| * | | | promisor-remote: teach lazy-fetch in any repoJonathan Tan2021-06-281-0/+1
| |/ / /