Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ab/make-sparse-for-real' | Junio C Hamano | 2021-10-29 | 1 | -1/+1 |
|\ | |||||
| * | Makefile: remove redundant GIT-CFLAGS dependency from "sparse" | Ævar Arnfjörð Bjarmason | 2021-10-21 | 1 | -1/+1 |
* | | Merge branch 'js/retire-preserve-merges' | Junio C Hamano | 2021-10-18 | 1 | -2/+0 |
|\ \ | |||||
| * | | rebase: drop support for `--preserve-merges` | Johannes Schindelin | 2021-09-07 | 1 | -2/+0 |
* | | | Merge branch 'ab/make-sparse-for-real' | Junio C Hamano | 2021-10-13 | 1 | -3/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | Makefile: make the "sparse" target non-.PHONY | Ævar Arnfjörð Bjarmason | 2021-09-22 | 1 | -3/+6 |
* | | | Merge branch 'ab/config-based-hooks-1' | Junio C Hamano | 2021-10-13 | 1 | -13/+15 |
|\ \ \ | |||||
| * | | | hook-list.h: add a generated list of hooks, like config-list.h | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -1/+7 |
| * | | | hook.[ch]: move find_hook() from run-command.c to hook.c | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -0/+1 |
| * | | | Makefile: remove an out-of-date comment | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -7/+0 |
| * | | | Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H) | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -3/+2 |
| * | | | Makefile: stop hardcoding {command,config}-list.h | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -2/+4 |
| * | | | Makefile: mark "check" target as .PHONY | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -0/+1 |
* | | | | Merge branch 'ab/sanitize-leak-ci' | Junio C Hamano | 2021-10-11 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -0/+5 |
* | | | | | Merge branch 'ab/make-compdb-fix' | Junio C Hamano | 2021-10-03 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -0/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ab/auto-depend-with-pedantic' | Junio C Hamano | 2021-10-03 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedantic | Ævar Arnfjörð Bjarmason | 2021-09-22 | 1 | -0/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ab/make-clean-depend-dirs' | Junio C Hamano | 2021-10-03 | 1 | -1/+0 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes | Ævar Arnfjörð Bjarmason | 2021-09-22 | 1 | -1/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ab/http-drop-old-curl-plus' | Junio C Hamano | 2021-09-23 | 1 | -9/+2 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Makefile: drop support for curl < 7.9.8 (again) | Ævar Arnfjörð Bjarmason | 2021-09-13 | 1 | -9/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'ab/make-tags-cleanup' | Junio C Hamano | 2021-09-20 | 1 | -13/+19 |
|\ \ \ | |||||
| * | | | Makefile: normalize clobbering & xargs for tags targets | Ævar Arnfjörð Bjarmason | 2021-08-05 | 1 | -8/+9 |
| * | | | Makefile: remove "cscope.out", not "cscope*" in cscope.out target | Ævar Arnfjörð Bjarmason | 2021-08-05 | 1 | -2/+2 |
| * | | | Makefile: don't use "FORCE" for tags targets | Ævar Arnfjörð Bjarmason | 2021-07-22 | 1 | -8/+12 |
| * | | | Makefile: add QUIET_GEN to "cscope" target | Ævar Arnfjörð Bjarmason | 2021-06-29 | 1 | -1/+1 |
| * | | | Makefile: move ".PHONY: cscope" near its target | Ævar Arnfjörð Bjarmason | 2021-06-29 | 1 | -1/+2 |
* | | | | Merge branch 'cb/pedantic-build-for-developers' | Junio C Hamano | 2021-09-20 | 1 | -20/+2 |
|\ \ \ \ | |||||
| * | | | | developer: enable pedantic by default | Carlo Marcelo Arenas Belón | 2021-09-03 | 1 | -2/+2 |
| * | | | | gettext: remove optional non-standard parens in N_() definition | Ævar Arnfjörð Bjarmason | 2021-09-03 | 1 | -19/+1 |
* | | | | | Merge branch 'bs/install-strip' | Junio C Hamano | 2021-09-15 | 1 | -3/+12 |
|\ \ \ \ \ | |||||
| * | | | | | make: add INSTALL_STRIP option variable | Bagas Sanjaya | 2021-09-05 | 1 | -3/+12 |
| |/ / / / | |||||
* | | | | | Merge branch 'ab/no-more-check-bindir' | Junio C Hamano | 2021-09-15 | 1 | -2/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Makefile: remove the check_bindir script | Ævar Arnfjörð Bjarmason | 2021-09-07 | 1 | -2/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'sg/make-fix-ar-invocation' | Junio C Hamano | 2021-09-03 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Makefile: remove archives before manipulating them with 'ar' | SZEDER Gábor | 2021-08-19 | 1 | -2/+2 |
* | | | | Merge branch 'es/trace2-log-parent-process-name' | Junio C Hamano | 2021-08-24 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | tr2: make process info collection platform-generic | Emily Shaffer | 2021-07-22 | 1 | -0/+4 |
* | | | | | Merge branch 'js/expand-runtime-prefix' | Junio C Hamano | 2021-08-24 | 1 | -0/+5 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | tests: exercise the RUNTIME_PREFIX feature | Johannes Schindelin | 2021-07-26 | 1 | -0/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'ab/getcwd-test' | Junio C Hamano | 2021-08-04 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | t0001: fix broken not-quite getcwd(3) test in bed67874e2 | Ævar Arnfjörð Bjarmason | 2021-07-30 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge branch 'ew/many-alternate-optim' | Junio C Hamano | 2021-07-28 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | oidtree: a crit-bit tree for odb_loose_cache | Eric Wong | 2021-07-07 | 1 | -0/+3 |
| |/ / / | |||||
* | | | | Merge branch 'js/ci-windows-update' | Junio C Hamano | 2021-07-22 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | artifacts-tar: respect NO_GETTEXT | Johannes Schindelin | 2021-07-06 | 1 | -1/+4 |
| |/ / / | |||||
* | | | | Merge branch 'jt/partial-clone-submodule-1' | Junio C Hamano | 2021-07-16 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | promisor-remote: teach lazy-fetch in any repo | Jonathan Tan | 2021-06-28 | 1 | -0/+1 |
| |/ / / |