summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* bundle-uri: unit test "key=value" parsingÆvar Arnfjörð Bjarmason2022-10-121-0/+1
* Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3Junio C Hamano2022-08-251-0/+1
|\
| * bundle-uri: create basic file-copy logicDerrick Stolee2022-08-101-0/+1
* | Merge branch 'ab/tech-docs-to-help'Junio C Hamano2022-08-151-0/+1
|\ \
| * | git docs: add a category for user-facing file, repo and command UXÆvar Arnfjörð Bjarmason2022-08-041-0/+1
| |/
* | Merge branch 'rs/mergesort'Junio C Hamano2022-08-031-1/+0
|\ \ | |/ |/|
| * mergesort: remove llist_mergesort()René Scharfe2022-07-181-1/+0
* | Merge branch 'bc/nettle-sha256'Junio C Hamano2022-07-181-0/+10
|\ \
| * | sha256: add support for Nettlebrian m. carlson2022-07-101-0/+10
* | | Merge branch 'ab/cocci-unused'Junio C Hamano2022-07-181-3/+25
|\ \ \
| * | | cocci: have "coccicheck{,-pending}" depend on "coccicheck-test"Ævar Arnfjörð Bjarmason2022-07-061-0/+2
| * | | cocci: add a "coccicheck-test" target and test *.cocci rulesÆvar Arnfjörð Bjarmason2022-07-061-0/+19
| * | | Makefile & .gitignore: ignore & clean "git.res", not "*.res"Ævar Arnfjörð Bjarmason2022-07-061-1/+1
| * | | Makefile: remove mandatory "spatch" arguments from SPATCH_FLAGSÆvar Arnfjörð Bjarmason2022-07-061-2/+3
| |/ /
* | | Merge branch 'ab/build-gitweb'Junio C Hamano2022-07-181-10/+21
|\ \ \ | |/ / |/| |
| * | gitweb/Makefile: add a "NO_GITWEB" parameterÆvar Arnfjörð Bjarmason2022-06-281-0/+7
| * | Makefile: build 'gitweb' in the default targetSZEDER Gábor2022-06-281-0/+1
| * | gitweb/Makefile: include in top-level MakefileÆvar Arnfjörð Bjarmason2022-06-281-10/+13
* | | 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
| |/ / /