summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt7-24/+36
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt14-44/+38
2026-08-05mailmap: change primary address for D. Ben KnobleD. Ben Knoble1-0/+1
2026-08-03mailmap: change primary address for Christian CouderChristian Couder1-1/+1
2026-08-03The 10th batchJunio C Hamano1-0/+21
2026-08-03Merge branch 'en/submodule-insteadof-remote-match'Junio C Hamano2-3/+30
2026-08-03Merge branch 'jc/remote-insteadof-leakfix'Junio C Hamano1-2/+9
2026-08-03Merge branch 'af/clone-revision-v0-segfault-fix'Junio C Hamano2-1/+9
2026-08-03Merge branch 'jc/exclude-first-parent-seen'Junio C Hamano2-2/+26
2026-08-03Merge branch 'hn/url-push-tracking'Junio C Hamano6-6/+203
2026-08-03t7528: fix failure under cshKenneth Lorber1-1/+1
2026-08-02bisect: add --reset-when-found to leave when doneHarald Nordgren4-11/+280
2026-08-02bisect: let bisect_reset() optionally check out quietlyHarald Nordgren1-5/+7
2026-07-31add: introduce '--resolved' optionJunio C Hamano6-7/+230
2026-07-31read-cache: add remove_file_from_index_with_flags()Junio C Hamano2-4/+18
2026-07-31merge-ll: consolidate conflict marker scanning logicJunio C Hamano4-56/+39
2026-07-31read-cache: reindentJunio C Hamano1-32/+34
2026-07-30The 9th batchJunio C Hamano1-0/+44
2026-07-30Merge branch 'ps/odb-move-loose-object-writing'Junio C Hamano12-548/+550
2026-07-30Merge branch 'tl/gitweb-shorten-hashes-with-modes'Junio C Hamano2-5/+26
2026-07-30Merge branch 'ps/cat-file-remote-object-info'Junio C Hamano23-91/+1444
2026-07-30Merge branch 'jt/config-lock-timeout'Junio C Hamano5-5/+54
2026-07-30Merge branch 'tn/stash-avoid-sparse-index-expansion'Junio C Hamano4-8/+71
2026-07-30Merge branch 'sk/userdiff-swift'Junio C Hamano15-0/+86
2026-07-30Merge branch 'ty/migrate-excludes-file'Junio C Hamano13-86/+158
2026-07-30Merge branch 'ty/migrate-trust-executable-bit'Junio C Hamano12-33/+76
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano21-52/+110
2026-07-30mv: reject a destination whose leading path is missing or a symlinkLucas Zamboni Orioli2-2/+145
2026-07-30mv: name both source and destination when rename failsLucas Zamboni Orioli1-1/+1
2026-07-30doc: replay: move “default” to the right-hand sideKristoffer Haugsbakk2-2/+8
2026-07-30doc: replay: use a nested description listKristoffer Haugsbakk1-4/+4
2026-07-30doc: replay: improve config descriptionKristoffer Haugsbakk2-6/+11
2026-07-30doc: link to config for git-replay(1)Kristoffer Haugsbakk2-0/+6
2026-07-30merge-base: add tests for --is-ancestorNikolaus Schuetz1-0/+31
2026-07-28t0014: generate deprecated command names dynamicallyJeff King1-4/+9
2026-07-28t0014: factor out choice of deprecated commandsJeff King1-10/+13
2026-07-28mingw: skip symlink type auto-detection for network share targetsJohannes Schindelin1-0/+23
2026-07-28SQUASH???Junio C Hamano1-0/+3
2026-07-28regexec: work around macOS TRE leak on invalid UTF-8Chungmin Lee8-0/+154
2026-07-28pack-bitmap: handle objects at bitmap position zeroDavid Lin2-2/+14
2026-07-28merge: fix leak with merge.defaultToUpstreamToon Claes2-2/+22
2026-07-28cat-file: handle content request for --batch-command without typeJeff King2-0/+11
2026-07-28diff-lib: skip paths outside prefix in oneway_diff()Jeff King1-0/+5
2026-07-28diff-lib: drop stale comment about advancing o->posJeff King1-3/+1
2026-07-28Merge branch 'jk/diff-relative-cached-unmerged' into jk/diff-relative-cached-...Junio C Hamano2-1/+20
2026-07-28diff-lib: add idx/tree sanity check to oneway_diffJeff King1-0/+10
2026-07-27t: use commit_body to extract commit message bodiesShlok Kulshreshtha13-123/+72
2026-07-27test-lib-functions: add commit_body helperShlok Kulshreshtha2-0/+19
2026-07-27fetch-pack: accept "pack" output for packfile URIsTed Nyman2-15/+49
2026-07-27http: permit unlinking partial packs on WindowsTed Nyman2-1/+37