summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-02-06The fourteenth batchJunio C Hamano-0/+23
2024-02-06Merge branch 'cb/use-freebsd-13-2-at-cirrus-ci'Junio C Hamano-2/+2
2024-02-06Merge branch 'jc/make-libpath-template'Junio C Hamano-6/+14
2024-02-06Merge branch 'rj/test-with-leak-check'Junio C Hamano-1/+9
2024-02-06Merge branch 'jc/t0091-with-unknown-git'Junio C Hamano-2/+2
2024-02-06Merge branch 'js/win32-retry-pipe-write-on-enospc'Junio C Hamano-4/+15
2024-02-06Merge branch 'ps/tests-with-ref-files-backend'Junio C Hamano-38/+79
2024-02-06Merge branch 'jc/comment-style-fixes'Junio C Hamano-7/+7
2024-02-06Merge branch 'jk/diff-external-with-no-index'Junio C Hamano-1/+14
2024-02-06Merge branch 'kh/maintenance-use-xdg-when-it-should'Junio C Hamano-0/+6
2024-02-06Merge branch 'tb/pack-bitmap-drop-unused-struct-member'Junio C Hamano-7/+0
2024-02-06Merge branch 'jt/p4-spell-re-with-raw-string'Junio C Hamano-13/+13
2024-02-06Merge branch 'ps/reftable-compacted-tables-permission-fix'Junio C Hamano-2/+29
2024-02-06Merge branch 'jc/reftable-core-fsync'Junio C Hamano-19/+54
2024-02-06.github/PULL_REQUEST_TEMPLATE.md: add a note about single-commit PRsPhilippe Blain-0/+3
2024-02-06reftable/record: improve semantics when initializing recordsPatrick Steinhardt-54/+33
2024-02-06reftable/merged: refactor initialization of iteratorsPatrick Steinhardt-14/+13
2024-02-06reftable/merged: refactor seeking of recordsPatrick Steinhardt-33/+21
2024-02-06reftable/stack: use `size_t` to track stack lengthPatrick Steinhardt-31/+26
2024-02-06reftable/stack: use `size_t` to track stack slices during compactionPatrick Steinhardt-16/+16
2024-02-06reftable/stack: index segments with `size_t`Patrick Steinhardt-21/+17
2024-02-06reftable/stack: fix parameter validation when compacting rangePatrick Steinhardt-11/+13
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt-61/+68
2024-02-06reftable: introduce macros to grow arraysPatrick Steinhardt-61/+36
2024-02-06builtin/stash: report failure to write to indexPatrick Steinhardt-4/+56
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin-4/+22
2024-02-05pack-objects: enable multi-pack reuse via `feature.experimental`Taylor Blau-0/+23
2024-02-05t5332-multi-pack-reuse.sh: extract pack-objects helper functionsTaylor Blau-42/+29
2024-02-03Merge branch 'jk/unit-tests-buildfix' into js/unit-test-suite-runnerJunio C Hamano-8/+12
2024-02-02t/Makefile: say the default target upfrontJunio C Hamano-1/+4
2024-02-02Merge branch 'jc/maint-github-actions-update' into jc/github-actions-updateJunio C Hamano-12/+12
2024-02-02GitHub Actions: update to github-script@v7Junio C Hamano-1/+1
2024-02-02GitHub Actions: update to checkout@v4Junio C Hamano-10/+10
2024-02-02The thirteenth batchJunio C Hamano-0/+19
2024-02-02Merge branch 'zf/subtree-split-fix'Junio C Hamano-1/+69
2024-02-02Merge branch 'jc/ls-files-doc-update'Junio C Hamano-5/+18
2024-02-02Merge branch 'jk/fetch-auto-tag-following-fix'Junio C Hamano-0/+21
2024-02-02Merge branch 'jc/coc-whitespace-fix'Junio C Hamano-2/+2
2024-02-02Merge branch 'ad/custom-merge-placeholder-for-symbolic-pathnames'Junio C Hamano-12/+30
2024-02-02Merge branch 'jc/reffiles-tests'Junio C Hamano-397/+461
2024-02-02Merge branch 'pb/complete-log-more'Junio C Hamano-1/+14
2024-02-02sparse-index: pass string length to index_file_exists()Jeff Hostetler-2/+2
2024-02-01imap-send: add missing "strbuf.h" include under NO_CURLPhilippe Blain-0/+1
2024-02-01reftable: document reading and writing indicesPatrick Steinhardt-0/+50
2024-02-01reftable/writer: fix writing multi-level indicesPatrick Steinhardt-4/+60
2024-02-01reftable/writer: simplify writing index recordsPatrick Steinhardt-15/+3
2024-02-01reftable/writer: use correct type to iterate through index entriesPatrick Steinhardt-9/+7
2024-02-01reftable/reader: be more careful about errors in indexed seeksPatrick Steinhardt-0/+3
2024-02-01index-pack: --fsck-objects to take an optional argument for fsck msgsJohn Cai-13/+38
2024-02-01index-pack: test and document --strict=<msg-id>=<severity>...John Cai-3/+30