summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-23streaming: move logic to read loose objects streams into backendPatrick Steinhardt-178/+164
2025-11-23streaming: make the `odb_read_stream` definition publicPatrick Steinhardt-12/+14
2025-11-23streaming: get rid of `the_repository`Patrick Steinhardt-13/+32
2025-11-23streaming: rely on object sources to create object streamPatrick Steinhardt-41/+24
2025-11-23packfile: introduce function to read object info from a storePatrick Steinhardt-43/+69
2025-11-23streaming: move zlib stream into backendsPatrick Steinhardt-52/+52
2025-11-23streaming: create structure for filtered object streamsPatrick Steinhardt-29/+25
2025-11-23streaming: create structure for packed object streamsPatrick Steinhardt-35/+40
2025-11-23streaming: create structure for loose object streamsPatrick Steinhardt-41/+44
2025-11-23streaming: create structure for in-core object streamsPatrick Steinhardt-19/+25
2025-11-23streaming: allocate stream inside the backend-specific logicPatrick Steinhardt-38/+65
2025-11-23streaming: explicitly pass packfile info when streaming a packed objectPatrick Steinhardt-10/+10
2025-11-23streaming: propagate final object type via the streamPatrick Steinhardt-15/+15
2025-11-23streaming: drop the `open()` callback functionPatrick Steinhardt-22/+15
2025-11-23streaming: rename `git_istream` into `odb_read_stream`Patrick Steinhardt-43/+43
2025-11-21The second batchJunio C Hamano-0/+19
2025-11-21Merge branch 'jc/gitattributes-whitespace-no-indent-fix'Junio C Hamano-1/+1
2025-11-21Merge branch 'kn/maintenance-is-needed'Junio C Hamano-43/+284
2025-11-21Merge branch 'rs/diff-quiet-no-rename'Junio C Hamano-0/+12
2025-11-21fetch: extract out reference committing logicKarthik Nayak-26/+33
2025-11-20config: mark otherwise unused function as file-scope staticJunio C Hamano-2/+1
2025-11-20win32: pthread_cond_init should return a valueGreg Funni-1/+1
2025-11-20win32: return error if SleepConditionVariableCS failsGreg Funni-1/+9
2025-11-20doc: warn against --committer-date-is-author-dateKristoffer Haugsbakk-0/+14
2025-11-19odb: refactor `odb_clear()` to `odb_free()`Patrick Steinhardt-14/+13
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt-23/+30
2025-11-19setup: convert `set_git_dir()` to have file scopePatrick Steinhardt-41/+40
2025-11-19path: move `enter_repo()` into "setup.c"Patrick Steinhardt-118/+123
2025-11-19Merge branch 'ps/object-source-loose' into ps/object-source-managementJunio C Hamano-207/+287
2025-11-19Merge branch 'ps/object-source-loose' into ps/object-read-streamJunio C Hamano-207/+287
2025-11-19doc: convert git push to synopsis styleJean-Noël Avila-179/+201
2025-11-19doc: convert git pull to synopsis styleJean-Noël Avila-39/+38
2025-11-19doc: convert git fetch to synopsis styleJean-Noël Avila-189/+190
2025-11-19Start 2.53 cycleJunio C Hamano-2/+14
2025-11-19Merge branch 'ps/ref-peeled-tags-fixes'Junio C Hamano-11/+11
2025-11-19Merge branch 'kn/refs-optim-cleanup'Junio C Hamano-72/+42
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano-852/+825
2025-11-19Merge branch 'ps/packed-git-in-object-store'Junio C Hamano-172/+223
2025-11-18xdiff: rename rindex -> reference_indexEzekiel Newren-9/+9
2025-11-18xdiff: change rindex from long to size_t in xdfile_tEzekiel Newren-1/+1
2025-11-18xdiff: make xdfile_t.nreff a size_t instead of longEzekiel Newren-8/+8
2025-11-18xdiff: make xdfile_t.nrec a size_t instead of longEzekiel Newren-26/+26
2025-11-18xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hashEzekiel Newren-20/+21
2025-11-18xdiff: use unambiguous types in xdl_hash_record()Ezekiel Newren-21/+21
2025-11-18xdiff: use size_t for xrecord_t.sizeEzekiel Newren-20/+19
2025-11-18xdiff: make xrecord_t.ptr a uint8_t instead of charEzekiel Newren-21/+21
2025-11-18xdiff: use ptrdiff_t for dstart/dendEzekiel Newren-1/+1
2025-11-18doc: define unambiguous type mappings across C and RustEzekiel Newren-0/+226
2025-11-18repo: add --all to git-repo-infoLucas Seiki Oshiro-5/+51
2025-11-18repo: factor out field printing to dedicated functionLucas Seiki Oshiro-16/+18