summaryrefslogtreecommitdiffstats
path: root/lockfile.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-08The eleventh batchJunio C Hamano1-0/+20
2022-08-06The tenth batchJunio C Hamano1-8/+11
2022-08-06Downmerge a bit more for 2.37.xJunio C Hamano1-0/+17
2022-08-03The ninth batchJunio C Hamano1-0/+25
2022-08-01Documentation/git-reflog: remove unneeded \ from \{Glen Choo1-1/+1
2022-08-01symbolic-ref: refuse to set syntactically invalid targetLinus Torvalds3-2/+14
2022-08-01The eighth batchJunio C Hamano1-0/+16
2022-08-01merge-ort: do leave trace2 region even if checkout failsJohannes Schindelin1-0/+3
2022-08-01merge-ort: clean up after failed mergeJohannes Schindelin1-0/+2
2022-07-31config.mak.dev: squelch -Wno-missing-braces for older gccJeff King1-0/+4
2022-07-29lstat(mingw): correctly detect ENOTDIR scenariosJohannes Schindelin1-2/+2
2022-07-29mingw: remove unneeded `NO_CURL` directiveJohannes Schindelin1-1/+0
2022-07-29mingw: remove unneeded `NO_GETTEXT` directiveJohannes Schindelin1-1/+0
2022-07-29windows: include the Python bits when building Git for WindowsJohannes Schindelin1-1/+2
2022-07-29t5351: avoid using `test_cmp` for binary dataJohannes Schindelin1-1/+1
2022-07-29t5351: avoid relying on `core.fsyncMethod = batch` to be supportedJohannes Schindelin2-2/+10
2022-07-28CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaksÆvar Arnfjörð Bjarmason1-0/+1
2022-07-28upload-pack: fix a memory leak in create_pack_file()Ævar Arnfjörð Bjarmason2-0/+2
2022-07-28leak tests: mark passing SANITIZE=leak tests as leak-freeÆvar Arnfjörð Bjarmason37-1/+38
2022-07-28leak tests: don't skip some tests under SANITIZE=leakÆvar Arnfjörð Bjarmason7-10/+10
2022-07-28test-lib: have the "check" mode for SANITIZE=leak consider leak logsÆvar Arnfjörð Bjarmason4-2/+95
2022-07-28test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check modeÆvar Arnfjörð Bjarmason2-8/+43
2022-07-28test-lib: simplify by removing test_externalÆvar Arnfjörð Bjarmason6-154/+28
2022-07-28tests: move copy/pasted PERL + Test::More checks to a lib-perl.shÆvar Arnfjörð Bjarmason4-28/+25
2022-07-28t/Makefile: don't remove test-results in "clean-except-prove-cache"Ævar Arnfjörð Bjarmason3-3/+3
2022-07-28test-lib: add a SANITIZE=leak logging modeÆvar Arnfjörð Bjarmason2-1/+34
2022-07-28t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" descriptionÆvar Arnfjörð Bjarmason2-7/+4
2022-07-28test-lib: add a --invert-exit-code switchÆvar Arnfjörð Bjarmason2-2/+115
2022-07-28test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUTÆvar Arnfjörð Bjarmason1-10/+6
2022-07-28test-lib: don't set GIT_EXIT_OK before calling test_atexit_handlerÆvar Arnfjörð Bjarmason1-2/+2
2022-07-28test-lib: use $1, not $@ in test_known_broken_{ok,failure}_Ævar Arnfjörð Bjarmason1-4/+4
2022-07-27Downmerge a handful of fixes for 2.37.x maintenance trackJunio C Hamano2-1/+48
2022-07-27The seventh batchJunio C Hamano1-0/+29
2022-07-27cmake: support local installations of gitCarlo Marcelo Arenas Belón1-1/+1
2022-07-27write_midx_bitmap(): drop unused refs_snapshot parameterJeff King1-2/+1
2022-07-27config.c: NULL check when reading protected configGlen Choo1-3/+8
2022-07-27fetch-pack: write effective filter to trace2Jonathan Tan1-14/+26
2022-07-27gitweb: remove title shortening heuristicsJulien Rouhaud1-17/+0
2022-07-23ls-files: introduce "--format" optionZheNing Hu3-1/+228
2022-07-23merge: do not exit restore_state() prematurelyElijah Newren2-4/+38
2022-07-23merge: ensure we can actually restore pre-merge stateElijah Newren1-5/+5
2022-07-23merge: make restore_state() restore staged state tooElijah Newren2-4/+11
2022-07-23merge: fix save_state() to work when there are stat-dirty filesElijah Newren2-0/+19
2022-07-23merge: do not abort early if one strategy fails to handle the mergeElijah Newren4-3/+22
2022-07-23merge: abort if index does not match HEAD for trivial mergesElijah Newren2-1/+36
2022-07-23merge-resolve: abort if index does not match HEADElijah Newren2-0/+23
2022-07-23merge-ort-wrappers: make printed message match the one from recursiveElijah Newren1-2/+2
2022-07-23builtin/cat-file.c: support NUL-delimited input with `-z`Taylor Blau3-5/+72
2022-07-23t1006: extract --batch-command inputs to variablesTaylor Blau1-14/+16
2022-07-23The sixth batchJunio C Hamano1-1/+16