summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-02http: fix memory leak in fetch_and_setup_pack_index()LorenzoPegorari1-3/+5
2026-06-02http: cleanup function fetch_and_setup_pack_index()LorenzoPegorari1-2/+0
2026-06-02sub-process: use gentle handshake to avoid die() on startup failureMichael Montalbo2-6/+37
2026-06-01odb/source-loose: drop pointer to the "files" sourcePatrick Steinhardt3-8/+9
2026-06-01odb/source-loose: stub out remaining callbacksPatrick Steinhardt1-0/+22
2026-06-01odb/source-loose: wire up `write_object_stream()` callbackPatrick Steinhardt3-2/+27
2026-06-01object-file: refactor writing objects to use loose sourcePatrick Steinhardt6-49/+53
2026-06-01odb/source-loose: wire up `write_object()` callbackPatrick Steinhardt4-58/+63
2026-06-01loose: refactor object map to operate on `struct odb_source_loose`Patrick Steinhardt3-28/+30
2026-06-01odb/source-loose: wire up `freshen_object()` callbackPatrick Steinhardt4-19/+10
2026-06-01odb/source-loose: drop `odb_source_loose_has_object()`Patrick Steinhardt3-20/+12
2026-06-01odb/source-loose: wire up `count_objects()` callbackPatrick Steinhardt5-78/+65
2026-06-01odb/source-loose: wire up `find_abbrev_len()` callbackPatrick Steinhardt4-52/+41
2026-06-01odb/source-loose: wire up `for_each_object()` callbackPatrick Steinhardt5-305/+297
2026-06-01odb/source-loose: wire up `read_object_stream()` callbackPatrick Steinhardt4-200/+222
2026-06-01odb/source-loose: wire up `read_object_info()` callbackPatrick Steinhardt4-39/+44
2026-06-01odb/source-loose: wire up `close()` callbackPatrick Steinhardt2-0/+7
2026-06-01odb/source-loose: wire up `reprepare()` callbackPatrick Steinhardt5-13/+9
2026-06-01odb/source-loose: start converting to a proper `struct odb_source`Patrick Steinhardt6-20/+63
2026-06-01odb/source-loose: store pointer to "files" instead of generic sourcePatrick Steinhardt4-7/+8
2026-06-01odb/source-loose: move loose source into "odb/" subsystemPatrick Steinhardt6-28/+47
2026-06-01git-gui: remove unnecessary 'cd $_gitworktree' from do_gitkJohannes Sixt1-5/+1
2026-06-01git-gui: use HEAD as current branch when detachedMark Levedahl1-0/+3
2026-05-31The 10th batchJunio C Hamano1-0/+27
2026-05-31Merge branch 'sp/doc-range-diff-takes-notes'Junio C Hamano1-1/+1
2026-05-31Merge branch 'ps/gitlab-ci-macOS-improvements'Junio C Hamano1-3/+3
2026-05-31Merge branch 'pt/fsmonitor-linux'Junio C Hamano20-63/+1272
2026-05-31Merge branch 'sa/cat-file-batch-mailmap-switch'Junio C Hamano3-4/+143
2026-05-31Merge branch 'ps/graph-lane-limit'Junio C Hamano5-24/+311
2026-05-31Merge branch 'jk/commit-graph-lazy-load-fallback'Junio C Hamano2-1/+55
2026-05-31Merge branch 'jr/bisect-custom-terms-in-output'Junio C Hamano5-80/+131
2026-05-31Merge branch 'tc/generate-configlist-fix-for-older-ninja'Junio C Hamano1-1/+4
2026-05-31Merge branch 'kk/tips-reachable-from-bases-optim'Junio C Hamano2-12/+56
2026-05-31Merge branch 'ed/check-connected-close-err-fd'Junio C Hamano0-0/+0
2026-05-31Merge branch 'ed/check-connected-close-err-fd-2.53'Junio C Hamano1-0/+2
2026-05-30Merge branch 'ds/path-walk-filters' into tb/pack-path-walk-bitmap-delta-islandsJunio C Hamano12-78/+1124
2026-05-30docs: fix typos and grammarWeijie Yuan14-14/+14
2026-05-29daemon: guard NULL REMOTE_PORT in execute() loggingSebastien Tardif1-1/+1
2026-05-29daemon: fix IPv6 address truncation in ip2str()Sebastien Tardif1-7/+7
2026-05-29daemon: fix IPv6 address corruption in lookup_hostname()Sebastien Tardif1-2/+13
2026-05-29line-log: allow non-patch diff formats with -LMichael Montalbo3-7/+54
2026-05-29line-log: integrate -L output with the standard log-tree pipelineMichael Montalbo7-42/+59
2026-05-29revision: move -L setup before output_format-to-diff derivationMichael Montalbo1-8/+8
2026-05-29doc: clarify that --word-diff operates on line-level hunksMichael Montalbo1-0/+8
2026-05-29t3070: skip ls-files tests with backslash patterns on WindowsKristofer Karlsson1-6/+13
2026-05-29commit: remove deprecated functionsKristoffer Haugsbakk1-19/+0
2026-05-29*: replace deprecated free_commit_listKristoffer Haugsbakk3-5/+5
2026-05-28revision: use priority queue for non-limited streaming walksKristofer Karlsson4-41/+41
2026-05-28revision: introduce rev_walk_mode to clarify get_revision_1()Kristofer Karlsson1-14/+48
2026-05-28pack-objects: call release_revisions() after cruft traversalKristofer Karlsson1-0/+1