summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-23streaming: rely on object sources to create object streamPatrick Steinhardt1-41/+24
2025-11-23packfile: introduce function to read object info from a storePatrick Steinhardt3-43/+69
2025-11-23streaming: move zlib stream into backendsPatrick Steinhardt1-52/+52
2025-11-23streaming: create structure for filtered object streamsPatrick Steinhardt1-29/+25
2025-11-23streaming: create structure for packed object streamsPatrick Steinhardt1-35/+40
2025-11-23streaming: create structure for loose object streamsPatrick Steinhardt1-41/+44
2025-11-23streaming: create structure for in-core object streamsPatrick Steinhardt1-19/+25
2025-11-23streaming: allocate stream inside the backend-specific logicPatrick Steinhardt1-36/+63
2025-11-23streaming: explicitly pass packfile info when streaming a packed objectPatrick Steinhardt1-10/+10
2025-11-23streaming: propagate final object type via the streamPatrick Steinhardt1-15/+15
2025-11-23streaming: drop the `open()` callback functionPatrick Steinhardt1-22/+15
2025-11-23streaming: rename `git_istream` into `odb_read_stream`Patrick Steinhardt7-43/+43
2025-11-21The second batchJunio C Hamano1-0/+19
2025-11-21Merge branch 'jc/gitattributes-whitespace-no-indent-fix'Junio C Hamano1-1/+1
2025-11-21Merge branch 'kn/maintenance-is-needed'Junio C Hamano14-43/+284
2025-11-21Merge branch 'rs/diff-quiet-no-rename'Junio C Hamano2-0/+12
2025-11-21fetch: extract out reference committing logicKarthik Nayak1-26/+33
2025-11-20config: mark otherwise unused function as file-scope staticJunio C Hamano2-2/+1
2025-11-20win32: pthread_cond_init should return a valueGreg Funni1-1/+1
2025-11-20win32: return error if SleepConditionVariableCS failsGreg Funni2-1/+9
2025-11-20doc: warn against --committer-date-is-author-dateKristoffer Haugsbakk2-0/+14
2025-11-19odb: refactor `odb_clear()` to `odb_free()`Patrick Steinhardt3-14/+13
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt10-23/+30
2025-11-19setup: convert `set_git_dir()` to have file scopePatrick Steinhardt2-41/+40
2025-11-19path: move `enter_repo()` into "setup.c"Patrick Steinhardt8-118/+123
2025-11-19Merge branch 'ps/object-source-loose' into ps/object-source-managementJunio C Hamano12-207/+287
2025-11-19Merge branch 'ps/object-source-loose' into ps/object-read-streamJunio C Hamano12-207/+287
2025-11-19doc: convert git push to synopsis styleJean-Noël Avila2-172/+194
2025-11-19doc: convert git pull to synopsis styleJean-Noël Avila4-39/+38
2025-11-19doc: convert git fetch to synopsis styleJean-Noël Avila6-188/+189
2025-11-19Start 2.53 cycleJunio C Hamano3-2/+14
2025-11-19Merge branch 'ps/ref-peeled-tags-fixes'Junio C Hamano5-11/+11
2025-11-19Merge branch 'kn/refs-optim-cleanup'Junio C Hamano11-72/+42
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano67-852/+825
2025-11-19Merge branch 'ps/packed-git-in-object-store'Junio C Hamano9-172/+223
2025-11-18xdiff: rename rindex -> reference_indexEzekiel Newren3-9/+9
2025-11-18xdiff: change rindex from long to size_t in xdfile_tEzekiel Newren1-1/+1
2025-11-18xdiff: make xdfile_t.nreff a size_t instead of longEzekiel Newren2-8/+8
2025-11-18xdiff: make xdfile_t.nrec a size_t instead of longEzekiel Newren6-26/+26
2025-11-18xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hashEzekiel Newren5-20/+21
2025-11-18xdiff: use unambiguous types in xdl_hash_record()Ezekiel Newren4-21/+21
2025-11-18xdiff: use size_t for xrecord_t.sizeEzekiel Newren5-20/+19
2025-11-18xdiff: make xrecord_t.ptr a uint8_t instead of charEzekiel Newren7-21/+21
2025-11-18xdiff: use ptrdiff_t for dstart/dendEzekiel Newren1-1/+1
2025-11-18doc: define unambiguous type mappings across C and RustEzekiel Newren3-0/+226
2025-11-18repo: add --all to git-repo-infoLucas Seiki Oshiro3-5/+51
2025-11-18repo: factor out field printing to dedicated functionLucas Seiki Oshiro1-16/+18
2025-11-18worktree list: quote pathsPhillip Wood2-3/+22
2025-11-18worktree list: fix column spacingPhillip Wood2-24/+33
2025-11-18test-mktemp: plug memory and descriptor leaksJeff King1-1/+7