Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scalar: create a rudimentary executable | Johannes Schindelin | 2021-12-05 | 1 | -0/+9 |
* | Merge branch 'ab/sh-retire-helper-functions' | Junio C Hamano | 2021-11-30 | 1 | -16/+10 |
|\ | |||||
| * | git-sh-setup: remove "sane_grep", it's not needed anymore | Ævar Arnfjörð Bjarmason | 2021-10-22 | 1 | -5/+1 |
| * | Makefile: remove $(NO_CURL) from $(SCRIPT_DEFINES) | Ævar Arnfjörð Bjarmason | 2021-10-22 | 1 | -2/+1 |
| * | Makefile: remove $(GIT_VERSION) from $(SCRIPT_DEFINES) | Ævar Arnfjörð Bjarmason | 2021-10-22 | 1 | -1/+1 |
| * | Makefile: move git-SCRIPT-DEFINES adjacent to $(SCRIPT_DEFINES) | Ævar Arnfjörð Bjarmason | 2021-10-22 | 1 | -8/+7 |
* | | Merge branch 'ab/make-sparse-for-real' | Junio C Hamano | 2021-10-30 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Makefile: remove redundant GIT-CFLAGS dependency from "sparse" | Ævar Arnfjörð Bjarmason | 2021-10-22 | 1 | -1/+1 |
* | | Merge branch 'js/retire-preserve-merges' | Junio C Hamano | 2021-10-19 | 1 | -2/+0 |
|\ \ | |||||
| * | | rebase: drop support for `--preserve-merges` | Johannes Schindelin | 2021-09-08 | 1 | -2/+0 |
* | | | Merge branch 'ab/make-sparse-for-real' | Junio C Hamano | 2021-10-14 | 1 | -3/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | Makefile: make the "sparse" target non-.PHONY | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -3/+6 |
* | | | Merge branch 'ab/config-based-hooks-1' | Junio C Hamano | 2021-10-14 | 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-24 | 1 | -7/+0 |
| * | | | Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H) | Ævar Arnfjörð Bjarmason | 2021-09-24 | 1 | -3/+2 |
| * | | | Makefile: stop hardcoding {command,config}-list.h | Ævar Arnfjörð Bjarmason | 2021-09-24 | 1 | -2/+4 |
| * | | | Makefile: mark "check" target as .PHONY | Ævar Arnfjörð Bjarmason | 2021-09-24 | 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-04 | 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-04 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedantic | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -0/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ab/make-clean-depend-dirs' | Junio C Hamano | 2021-10-04 | 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-21 | 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-21 | 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-06 | 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-20 | 1 | -2/+2 |
* | | | | Merge branch 'es/trace2-log-parent-process-name' | Junio C Hamano | 2021-08-25 | 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-25 | 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 |
| |/ / / |