summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Merge branch 'jk/diff-external-with-no-index'Junio C Hamano2-1/+14
2024-02-06Merge branch 'kh/maintenance-use-xdg-when-it-should'Junio C Hamano1-0/+6
2024-02-06Merge branch 'tb/pack-bitmap-drop-unused-struct-member'Junio C Hamano1-7/+0
2024-02-06Merge branch 'jt/p4-spell-re-with-raw-string'Junio C Hamano1-13/+13
2024-02-06Merge branch 'ps/reftable-compacted-tables-permission-fix'Junio C Hamano2-2/+29
2024-02-06Merge branch 'jc/reftable-core-fsync'Junio C Hamano9-19/+54
2024-02-06.github/PULL_REQUEST_TEMPLATE.md: add a note about single-commit PRsPhilippe Blain1-0/+3
2024-02-06reftable/record: improve semantics when initializing recordsPatrick Steinhardt6-54/+33
2024-02-06reftable/merged: refactor initialization of iteratorsPatrick Steinhardt1-14/+13
2024-02-06reftable/merged: refactor seeking of recordsPatrick Steinhardt1-33/+21
2024-02-06reftable/stack: use `size_t` to track stack lengthPatrick Steinhardt6-31/+26
2024-02-06reftable/stack: use `size_t` to track stack slices during compactionPatrick Steinhardt1-16/+16
2024-02-06reftable/stack: index segments with `size_t`Patrick Steinhardt3-21/+17
2024-02-06reftable/stack: fix parameter validation when compacting rangePatrick Steinhardt1-11/+13
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt16-61/+68
2024-02-06reftable: introduce macros to grow arraysPatrick Steinhardt7-61/+36
2024-02-06builtin/stash: report failure to write to indexPatrick Steinhardt2-4/+56
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin6-4/+22
2024-02-05pack-objects: enable multi-pack reuse via `feature.experimental`Taylor Blau5-0/+23
2024-02-05t5332-multi-pack-reuse.sh: extract pack-objects helper functionsTaylor Blau1-42/+29
2024-02-03Merge branch 'jk/unit-tests-buildfix' into js/unit-test-suite-runnerJunio C Hamano2-8/+12
2024-02-02t/Makefile: say the default target upfrontJunio C Hamano1-1/+4
2024-02-02Merge branch 'jc/maint-github-actions-update' into jc/github-actions-updateJunio C Hamano3-12/+12
2024-02-02GitHub Actions: update to github-script@v7Junio C Hamano1-1/+1
2024-02-02GitHub Actions: update to checkout@v4Junio C Hamano3-10/+10
2024-02-02The thirteenth batchJunio C Hamano1-0/+19
2024-02-02Merge branch 'zf/subtree-split-fix'Junio C Hamano2-1/+69
2024-02-02Merge branch 'jc/ls-files-doc-update'Junio C Hamano1-5/+18
2024-02-02Merge branch 'jk/fetch-auto-tag-following-fix'Junio C Hamano2-0/+21
2024-02-02Merge branch 'jc/coc-whitespace-fix'Junio C Hamano1-2/+2
2024-02-02Merge branch 'ad/custom-merge-placeholder-for-symbolic-pathnames'Junio C Hamano3-12/+30
2024-02-02Merge branch 'jc/reffiles-tests'Junio C Hamano13-397/+461
2024-02-02Merge branch 'pb/complete-log-more'Junio C Hamano1-1/+14
2024-02-02sparse-index: pass string length to index_file_exists()Jeff Hostetler1-2/+2
2024-02-01imap-send: add missing "strbuf.h" include under NO_CURLPhilippe Blain1-0/+1
2024-02-01reftable: document reading and writing indicesPatrick Steinhardt2-0/+50
2024-02-01reftable/writer: fix writing multi-level indicesPatrick Steinhardt2-4/+60
2024-02-01reftable/writer: simplify writing index recordsPatrick Steinhardt1-15/+3
2024-02-01reftable/writer: use correct type to iterate through index entriesPatrick Steinhardt1-9/+7
2024-02-01reftable/reader: be more careful about errors in indexed seeksPatrick Steinhardt1-0/+3
2024-02-01index-pack: --fsck-objects to take an optional argument for fsck msgsJohn Cai3-13/+38
2024-02-01index-pack: test and document --strict=<msg-id>=<severity>...John Cai3-3/+30
2024-01-31Makefile: simplify output of the libpath_templateJunio C Hamano1-1/+3
2024-01-31ci: update FreeBSD cirrus jobCarlo Marcelo Arenas Belón1-2/+2
2024-01-31t/Makefile: get UNIT_TESTS list from C sourcesJeff King1-1/+4
2024-01-31Makefile: reduce repetitive library pathsJunio C Hamano2-6/+12
2024-01-30Merge branch 'jc/reftable-core-fsync' into ps/reftable-multi-level-indices-fixJunio C Hamano9-19/+54
2024-01-30win32: special-case `ENOSPC` when writing to a pipeJohannes Schindelin1-4/+15
2024-01-30The twelfth batchJunio C Hamano1-0/+23
2024-01-30Merge branch 'sd/negotiate-trace-fix'Junio C Hamano1-1/+1