summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Git 2.45-rc1v2.45.0-rc1Junio C Hamano2024-04-232-1/+11
* Merge branch 'ps/run-auto-maintenance-in-receive-pack'Junio C Hamano2024-04-234-18/+31
|\
| * builtin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt2024-04-172-12/+11
| * run-command: introduce function to prepare auto-maintenance processPatrick Steinhardt2024-04-172-6/+20
* | Merge branch 'pk/bisect-use-show'Junio C Hamano2024-04-231-15/+24
|\ \
| * | bisect: report the found commit with "show"Peter Krefting2024-04-151-15/+24
* | | A bit more topics before -rc1Junio C Hamano2024-04-231-0/+33
* | | Merge branch 'rs/apply-reject-long-name'Junio C Hamano2024-04-231-16/+17
|\ \ \
| * | | apply: avoid using fixed-size buffer in write_out_one_reject()René Scharfe2024-04-161-16/+17
* | | | Merge branch 'mr/rerere-crash-fix'Junio C Hamano2024-04-232-0/+68
|\ \ \ \
| * | | | rerere: fix crashes due to unmatched opening conflict markersMarcel Röthke2024-04-162-0/+68
* | | | | Merge branch 'rs/imap-send-simplify-cmd-issuing-codepath'Junio C Hamano2024-04-231-23/+12
|\ \ \ \ \
| * | | | | imap-send: increase command size limitRené Scharfe2024-04-151-23/+12
* | | | | | Merge branch 'xx/rfc2822-date-format-in-doc'Junio C Hamano2024-04-232-2/+2
|\ \ \ \ \ \
| * | | | | | Documentation: fix typos describing date formatXing Xin2024-04-122-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'ps/missing-btmp-fix'Junio C Hamano2024-04-233-23/+42
|\ \ \ \ \ \
| * | | | | | pack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt2024-04-153-23/+42
* | | | | | | Merge branch 'la/format-trailer-info'Junio C Hamano2024-04-232-62/+32
|\ \ \ \ \ \ \
| * | | | | | | trailer: finish formatting unificationLinus Arver2024-03-153-16/+9
| * | | | | | | trailer: begin formatting unificationLinus Arver2024-03-153-39/+19
| * | | | | | | format_trailer_info(): append newline for non-trailer linesLinus Arver2024-03-153-22/+11
| * | | | | | | format_trailer_info(): drop redundant unfold_value()Linus Arver2024-03-151-3/+0
| * | | | | | | format_trailer_info(): use trailer_item objectsLinus Arver2024-03-153-19/+30
* | | | | | | | Merge branch 'dd/t9604-use-posix-timezones'Junio C Hamano2024-04-231-6/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | t9604: Fix test for musl libc and new DebianĐoàn Trần Công Danh2024-04-101-6/+23
* | | | | | | | | Merge branch 'rj/launch-editor-error-message'Junio C Hamano2024-04-231-4/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | launch_editor: waiting message on errorRubén Justo2024-04-151-4/+3
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'yb/replay-doc-linkfix'Junio C Hamano2024-04-231-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: fix linkgit referenceYehezkel Bernat2024-04-151-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'rs/no-openssl-compilation-fix-on-macos'Junio C Hamano2024-04-231-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-compat-util: fix NO_OPENSSL on current macOSRené Scharfe2024-04-151-0/+1
* | | | | | | | | | Merge branch 'ta/fast-import-parse-path-fix'Junio C Hamano2024-04-233-267/+560
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fast-import: make comments more preciseThalia Archibald2024-04-151-3/+3
| * | | | | | | | | | fast-import: forbid escaped NUL in pathsThalia Archibald2024-04-153-0/+4
| * | | | | | | | | | fast-import: document C-style escapes for pathsThalia Archibald2024-04-152-5/+11
| * | | | | | | | | | fast-import: improve documentation for path quotingThalia Archibald2024-04-151-12/+18
| * | | | | | | | | | fast-import: remove dead strbufThalia Archibald2024-04-151-5/+0
| * | | | | | | | | | fast-import: allow unquoted empty path for rootThalia Archibald2024-04-152-176/+190
| * | | | | | | | | | fast-import: directly use strbufs for pathsThalia Archibald2024-04-151-37/+27
| * | | | | | | | | | fast-import: tighten path unquotingThalia Archibald2024-04-152-44/+322
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ps/reftable-block-iteration-optim'Junio C Hamano2024-04-235-178/+229
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | reftable/block: avoid copying block iterators on seekPatrick Steinhardt2024-04-152-20/+14
| * | | | | | | | | | reftable/block: reuse `zstream` state on inflationPatrick Steinhardt2024-04-153-10/+19
| * | | | | | | | | | reftable/block: open-code call to `uncompress2()`Patrick Steinhardt2024-04-151-10/+28
| * | | | | | | | | | reftable/block: reuse uncompressed blocksPatrick Steinhardt2024-04-153-19/+26
| * | | | | | | | | | reftable/reader: iterate to next block in placePatrick Steinhardt2024-04-152-21/+28
| * | | | | | | | | | reftable/block: move ownership of block reader into `struct table_iter`Patrick Steinhardt2024-04-153-83/+100
| * | | | | | | | | | reftable/block: introduce `block_reader_release()`Patrick Steinhardt2024-04-153-1/+8
| * | | | | | | | | | reftable/block: better grouping of functionsPatrick Steinhardt2024-04-152-36/+36
| * | | | | | | | | | reftable/block: merge `block_iter_seek()` and `block_reader_seek()`Patrick Steinhardt2024-04-154-16/+8