summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-16Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.42Johannes Schindelin1-5/+31
2024-04-16Merge branch 'jk/httpd-test-updates'Johannes Schindelin3-32/+12
2024-04-16Merge branch 'jk/http-test-fixes'Johannes Schindelin5-114/+122
2024-04-16ci(linux-asan/linux-ubsan): let's save some timeJohannes Schindelin1-0/+4
2024-04-16test-lib: ignore uninteresting LSan outputJeff King1-0/+1
2024-04-16ci: upgrade to using macos-13Johannes Schindelin2-7/+5
2024-04-16Merge branch 'jh/fsmonitor-darwin-modernize'Johannes Schindelin2-14/+25
2024-04-16The twentieth batchJunio C Hamano1-0/+22
2024-04-16Merge branch 'pw/t3428-cleanup'Junio C Hamano1-37/+30
2024-04-16Merge branch 'ba/osxkeychain-updates'Junio C Hamano2-67/+308
2024-04-16Merge branch 'jt/reftable-geometric-compaction'Junio C Hamano6-137/+144
2024-04-16Merge branch 'tb/make-indent-conditional-with-non-spaces'Junio C Hamano5-135/+136
2024-04-16Merge branch 'rs/usage-fallback-to-show-message-format'Junio C Hamano1-1/+4
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano12-44/+44
2024-04-16Merge branch 'sj/userdiff-c-sharp'Junio C Hamano21-6/+352
2024-04-16Merge branch 'tb/t7700-fixup'Junio C Hamano1-0/+2
2024-04-16Merge branch 'jc/local-extern-shell-rules'Junio C Hamano9-19/+37
2024-04-16apply: avoid using fixed-size buffer in write_out_one_reject()René Scharfe1-16/+17
2024-04-16rerere: fix crashes due to unmatched opening conflict markersMarcel Röthke2-0/+68
2024-04-15The ninteenth batchJunio C Hamano1-0/+35
2024-04-15Merge branch 'jc/t2104-style-fixes'Junio C Hamano0-0/+0
2024-04-15Merge branch 'jc/unleak-core-excludesfile'Junio C Hamano2-1/+4
2024-04-15Merge branch 'jk/libcurl-8.7-regression-workaround'Junio C Hamano4-1/+14
2024-04-15Merge branch 'ps/t0610-umask-fix'Junio C Hamano1-28/+39
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano9-25/+46
2024-04-15Merge branch 'ds/fetch-config-parse-microfix'Junio C Hamano1-0/+1
2024-04-15Merge branch 'rs/apply-reject-fd-leakfix'Junio C Hamano1-2/+5
2024-04-15Merge branch 'rs/apply-lift-path-length-limit'Junio C Hamano4-30/+9
2024-04-15Merge branch 'ma/win32-unix-domain-socket'Junio C Hamano7-2/+50
2024-04-15imap-send: increase command size limitRené Scharfe1-23/+12
2024-04-15bisect: report the found commit with "show"Peter Krefting1-15/+24
2024-04-15Documentation: fix linkgit referenceYehezkel Bernat1-1/+1
2024-04-15git-compat-util: fix NO_OPENSSL on current macOSRené Scharfe1-0/+1
2024-04-15pack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt3-23/+42
2024-04-15reftable/block: avoid copying block iterators on seekPatrick Steinhardt2-20/+14
2024-04-15reftable/block: reuse `zstream` state on inflationPatrick Steinhardt3-10/+19
2024-04-15reftable/block: open-code call to `uncompress2()`Patrick Steinhardt1-10/+28
2024-04-15reftable/block: reuse uncompressed blocksPatrick Steinhardt3-19/+26
2024-04-15reftable/reader: iterate to next block in placePatrick Steinhardt2-21/+28
2024-04-15reftable/block: move ownership of block reader into `struct table_iter`Patrick Steinhardt3-83/+100
2024-04-15reftable/block: introduce `block_reader_release()`Patrick Steinhardt3-1/+8
2024-04-15reftable/block: better grouping of functionsPatrick Steinhardt2-36/+36
2024-04-15reftable/block: merge `block_iter_seek()` and `block_reader_seek()`Patrick Steinhardt4-16/+8
2024-04-15reftable/block: rename `block_reader_start()`Patrick Steinhardt5-6/+6
2024-04-15launch_editor: waiting message on errorRubén Justo1-4/+3
2024-04-15fast-import: make comments more preciseThalia Archibald1-3/+3
2024-04-15fast-import: forbid escaped NUL in pathsThalia Archibald3-0/+4
2024-04-15fast-import: document C-style escapes for pathsThalia Archibald2-5/+11
2024-04-15fast-import: improve documentation for path quotingThalia Archibald1-10/+16
2024-04-15fast-import: remove dead strbufThalia Archibald1-5/+0