summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-04-17ci(linux32): add a note about Actions that must not be updatedJohannes Schindelin-2/+2
2024-04-17GitHub Actions: update to github-script@v7Junio C Hamano-1/+1
2024-04-17ci: bump remaining outdated Actions versionsJohannes Schindelin-8/+8
2024-04-17GitHub Actions: update to checkout@v4Junio C Hamano-9/+9
2024-04-17Merge branch 'quicker-asan-lsan'Johannes Schindelin-0/+4
2024-04-17Merge branch 'jk/test-lsan-denoise-output'Johannes Schindelin-0/+1
2024-04-16Merge branch 'js/ci-use-macos-13'Johannes Schindelin-21/+30
2024-04-16Merge branch 'backport/jk/libcurl-8.7-regression-workaround' into maint-2.39Johannes Schindelin-1/+14
2024-04-16Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42Johannes Schindelin-5/+31
2024-04-16Merge branch 'jk/httpd-test-updates'Johannes Schindelin-32/+12
2024-04-16Merge branch 'jk/http-test-fixes'Johannes Schindelin-114/+122
2024-04-16ci(linux-asan/linux-ubsan): let's save some timeJohannes Schindelin-0/+4
2024-04-16test-lib: ignore uninteresting LSan outputJeff King-0/+1
2024-04-16ci: upgrade to using macos-13Johannes Schindelin-7/+5
2024-04-16Merge branch 'jh/fsmonitor-darwin-modernize'Johannes Schindelin-14/+25
2024-04-16The twentieth batchJunio C Hamano-0/+22
2024-04-16Merge branch 'pw/t3428-cleanup'Junio C Hamano-37/+30
2024-04-16Merge branch 'ba/osxkeychain-updates'Junio C Hamano-69/+310
2024-04-16Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano-138/+145
2024-04-16Merge branch 'tb/make-indent-conditional-with-non-spaces'Junio C Hamano-135/+136
2024-04-16Merge branch 'rs/usage-fallback-to-show-message-format'Junio C Hamano-1/+4
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano-44/+44
2024-04-16Merge branch 'sj/userdiff-c-sharp'Junio C Hamano-6/+352
2024-04-16Merge branch 'tb/t7700-fixup'Junio C Hamano-0/+2
2024-04-16Merge branch 'jc/local-extern-shell-rules'Junio C Hamano-19/+37
2024-04-16apply: avoid using fixed-size buffer in write_out_one_reject()René Scharfe-16/+17
2024-04-16rerere: fix crashes due to unmatched opening conflict markersMarcel Röthke-0/+68
2024-04-15The ninteenth batchJunio C Hamano-0/+35
2024-04-15Merge branch 'jc/t2104-style-fixes'Junio C Hamano-0/+0
2024-04-15Merge branch 'jc/unleak-core-excludesfile'Junio C Hamano-1/+4
2024-04-15Merge branch 'jk/libcurl-8.7-regression-workaround'Junio C Hamano-1/+14
2024-04-15Merge branch 'ps/t0610-umask-fix'Junio C Hamano-28/+39
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano-25/+46
2024-04-15Merge branch 'ds/fetch-config-parse-microfix'Junio C Hamano-0/+1
2024-04-15Merge branch 'rs/apply-reject-fd-leakfix'Junio C Hamano-2/+5
2024-04-15Merge branch 'rs/apply-lift-path-length-limit'Junio C Hamano-30/+9
2024-04-15Merge branch 'ma/win32-unix-domain-socket'Junio C Hamano-2/+50
2024-04-15imap-send: increase command size limitRené Scharfe-23/+12
2024-04-15bisect: report the found commit with "show"Peter Krefting-15/+24
2024-04-15Documentation: fix linkgit referenceYehezkel Bernat-1/+1
2024-04-15git-compat-util: fix NO_OPENSSL on current macOSRené Scharfe-0/+1
2024-04-15pack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt-23/+42
2024-04-15reftable/block: avoid copying block iterators on seekPatrick Steinhardt-20/+14
2024-04-15reftable/block: reuse `zstream` state on inflationPatrick Steinhardt-10/+19
2024-04-15reftable/block: open-code call to `uncompress2()`Patrick Steinhardt-10/+28
2024-04-15reftable/block: reuse uncompressed blocksPatrick Steinhardt-19/+26
2024-04-15reftable/reader: iterate to next block in placePatrick Steinhardt-21/+28
2024-04-15reftable/block: move ownership of block reader into `struct table_iter`Patrick Steinhardt-83/+100
2024-04-15reftable/block: introduce `block_reader_release()`Patrick Steinhardt-1/+8
2024-04-15reftable/block: better grouping of functionsPatrick Steinhardt-36/+36