summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* scalar: create a rudimentary executableJohannes Schindelin2021-12-051-0/+9
* Merge branch 'ab/sh-retire-helper-functions'Junio C Hamano2021-11-301-16/+10
|\
| * git-sh-setup: remove "sane_grep", it's not needed anymoreÆvar Arnfjörð Bjarmason2021-10-221-5/+1
| * Makefile: remove $(NO_CURL) from $(SCRIPT_DEFINES)Ævar Arnfjörð Bjarmason2021-10-221-2/+1
| * Makefile: remove $(GIT_VERSION) from $(SCRIPT_DEFINES)Ævar Arnfjörð Bjarmason2021-10-221-1/+1
| * Makefile: move git-SCRIPT-DEFINES adjacent to $(SCRIPT_DEFINES)Ævar Arnfjörð Bjarmason2021-10-221-8/+7
* | Merge branch 'ab/make-sparse-for-real'Junio C Hamano2021-10-301-1/+1
|\ \ | |/ |/|
| * Makefile: remove redundant GIT-CFLAGS dependency from "sparse"Ævar Arnfjörð Bjarmason2021-10-221-1/+1
* | Merge branch 'js/retire-preserve-merges'Junio C Hamano2021-10-191-2/+0
|\ \
| * | rebase: drop support for `--preserve-merges`Johannes Schindelin2021-09-081-2/+0
* | | Merge branch 'ab/make-sparse-for-real'Junio C Hamano2021-10-141-3/+6
|\ \ \ | | |/ | |/|
| * | Makefile: make the "sparse" target non-.PHONYÆvar Arnfjörð Bjarmason2021-09-231-3/+6
* | | Merge branch 'ab/config-based-hooks-1'Junio C Hamano2021-10-141-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-241-7/+0
| * | | Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H)Ævar Arnfjörð Bjarmason2021-09-241-3/+2
| * | | Makefile: stop hardcoding {command,config}-list.hÆvar Arnfjörð Bjarmason2021-09-241-2/+4
| * | | Makefile: mark "check" target as .PHONYÆvar Arnfjörð Bjarmason2021-09-241-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-041-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-041-0/+1
|\ \ \ \ \
| * | | | | Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedanticÆvar Arnfjörð Bjarmason2021-09-231-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ab/make-clean-depend-dirs'Junio C Hamano2021-10-041-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-211-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-211-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-061-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-201-2/+2
* | | | Merge branch 'es/trace2-log-parent-process-name'Junio C Hamano2021-08-251-0/+4
|\ \ \ \
| * | | | tr2: make process info collection platform-genericEmily Shaffer2021-07-221-0/+4
* | | | | Merge branch 'js/expand-runtime-prefix'Junio C Hamano2021-08-251-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
| |/ / /