summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano2022-06-111-2/+18
|\
| * t/helper/hexdump: add helper to print hexdump of stdinJeff Hostetler2022-05-271-0/+1
| * fsmonitor--daemon: stub in health threadJeff Hostetler2022-05-271-2/+4
| * fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler2022-05-271-0/+13
* | Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-0/+2
|\ \
| * | t/helper: add 'pack-mtimes' test-toolTaylor Blau2022-05-271-0/+1
| * | pack-mtimes: support reading .mtimes filesTaylor Blau2022-05-271-0/+1
* | | Merge branch 'jx/l10n-workflow-change'Junio C Hamano2022-06-031-28/+125
|\ \ \
| * | | Makefile: add "po-init" rule to initialize po/XX.poÆvar Arnfjörð Bjarmason2022-05-261-1/+39
| * | | Makefile: add "po-update" rule to update po/XX.poJiang Xin2022-05-261-0/+18
| * | | po/git.pot: don't check in result of "make pot"Ævar Arnfjörð Bjarmason2022-05-261-2/+3
| * | | Makefile: remove duplicate and unwanted files in FOUND_SOURCE_FILESJiang Xin2022-05-261-2/+2
| * | | i18n CI: stop allowing non-ASCII source messages in po/git.potÆvar Arnfjörð Bjarmason2022-05-261-2/+4
| * | | Makefile: have "make pot" not "reset --hard"Ævar Arnfjörð Bjarmason2022-05-261-21/+59
| * | | Makefile: generate "po/git.pot" from stable LOCALIZED_CJiang Xin2022-05-261-1/+2
| * | | Makefile: sort source files before feeding to xgettextJiang Xin2022-05-261-4/+3
| |/ /
* | | Merge branch 'ep/coverage-report-wants-test-to-have-run'Junio C Hamano2022-05-261-1/+6
|\ \ \
| * | | Makefile: add a prerequisite to the coverage-report targetElia Pinto2022-04-141-1/+6
* | | | Merge branch 'pw/test-malloc-with-sanitize-address'Junio C Hamano2022-05-111-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: make SANITIZE=address imply TEST_NO_MALLOC_CHECKPhillip Wood2022-04-111-1/+4
| |/ /
* | | Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-04-071-0/+1
|\ \ \
| * | | git-compat-util: really support openssl as a source of entropyCarlo Marcelo Arenas Belón2022-04-061-0/+1
* | | | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-041-0/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | t/helper/fsmonitor-client: create IPC client to talk to FSMonitor DaemonJeff Hostetler2022-03-261-0/+1
| * | | compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler2022-03-261-0/+13
| * | | fsmonitor--daemon: add a built-in fsmonitor daemonJeff Hostetler2022-03-261-0/+1
| * | | fsmonitor: config settings are repository-specificJeff Hostetler2022-03-261-0/+1
| * | | fsmonitor-ipc: create client routines for git-fsmonitor--daemonJeff Hostetler2022-03-261-0/+1
* | | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-261-0/+6
|\ \ \ \
| * | | | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-111-0/+6
| |/ / /
* | | | Merge branch 'jc/stash-drop'Junio C Hamano2022-03-171-0/+1
|\ \ \ \
| * | | | reflog: libify delete reflog function and helpersJohn Cai2022-03-031-0/+1
| |/ / /
* | | | Makefiles: add and use wildcard "mkdir -p" templateÆvar Arnfjörð Bjarmason2022-03-031-5/+7
* | | | Makefile: add "$(QUIET)" boilerplate to shared.makÆvar Arnfjörð Bjarmason2022-03-031-33/+0
* | | | Makefile: move $(comma), $(empty) and $(space) to shared.makÆvar Arnfjörð Bjarmason2022-03-031-4/+0
* | | | Makefile: move ".SUFFIXES" rule to shared.makÆvar Arnfjörð Bjarmason2022-03-031-2/+0
* | | | Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)Ævar Arnfjörð Bjarmason2022-03-031-28/+26
* | | | Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason2022-03-031-10/+3
|/ / /
* | | Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano2022-02-171-8/+3
|\ \ \
| * | | compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason2022-01-261-8/+3
| | |/ | |/|
* | | Merge branch 'bc/csprng-mktemps'Junio C Hamano2022-02-121-0/+34
|\ \ \ | | |/ | |/|
| * | wrapper: add a helper to generate numbers from a CSPRNGbrian m. carlson2022-01-171-0/+34
* | | Merge branch 'ab/config-based-hooks-2'Junio C Hamano2022-02-091-0/+1
|\ \ \ | |_|/ |/| |
| * | hook: add 'run' subcommandEmily Shaffer2022-01-081-0/+1
| |/
* | Merge branch 'ab/makefile-hook-list-dependency-fix'Junio C Hamano2022-01-101-2/+2
|\ \
| * | Makefile: correct the dependency graph of hook-list.hÆvar Arnfjörð Bjarmason2021-12-251-2/+2
* | | Merge branch 'ab/makefile-pager-env-is-used-only-by-pager.c'Junio C Hamano2022-01-101-5/+6
|\ \ \
| * | | Makefile: move -DPAGER_ENV from BASIC_CFLAGS to EXTRA_CPPFLAGSÆvar Arnfjörð Bjarmason2021-12-251-5/+6
* | | | Merge branch 'ab/makefile-msgfmt-wo-stats'Junio C Hamano2022-01-101-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Makefile: don't invoke msgfmt with --statisticsÆvar Arnfjörð Bjarmason2021-12-261-1/+1
| |/ /