summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2025-06-25Merge branch 'jc/you-still-use-whatchanged'Junio C Hamano2-8/+21
2025-06-25receive-pack: handle reference deletions separatelyKarthik Nayak1-34/+68
2025-06-24Merge branch 'kj/stash-onbranch-submodule-fix'Junio C Hamano1-2/+8
2025-06-24Merge branch 'pw/stash-p-pathspec-fixes'Junio C Hamano1-3/+7
2025-06-23submodule: look up remotes by URL firstJacob Keller1-1/+25
2025-06-23submodule: move get_default_remote_submodule()Jacob Keller1-16/+16
2025-06-23submodule--helper: improve logic for fallback remote nameJacob Keller1-41/+5
2025-06-23dir: move starts_with_dot(_dot)_slash to dir.hJacob Keller1-12/+0
2025-06-23remote: remove branch->merge_name and fix branch_release()Jacob Keller1-1/+1
2025-06-23repack: exclude cruft pack(s) from the MIDX where possibleTaylor Blau1-20/+167
2025-06-23pack-objects: introduce '--stdin-packs=follow'Taylor Blau1-22/+64
2025-06-23pack-objects: swap 'show_{object,commit}_pack_hint'Taylor Blau1-6/+6
2025-06-23pack-objects: fix typo in 'show_object_pack_hint()'Taylor Blau1-1/+1
2025-06-23pack-objects: perform name-hash traversal for unpacked objectsTaylor Blau1-8/+12
2025-06-23pack-objects: declare 'rev_info' for '--stdin-packs' earlierTaylor Blau1-33/+34
2025-06-23pack-objects: factor out handling '--stdin-packs'Taylor Blau1-6/+12
2025-06-23pack-objects: limit scope in 'add_object_entry_from_pack()'Taylor Blau1-1/+1
2025-06-23pack-objects: use standard option incompatibility functionsTaylor Blau1-9/+11
2025-06-18Merge branch 'ly/submodule-update-failure-leakfix'Junio C Hamano1-1/+3
2025-06-18Merge branch 'ly/commit-buffer-reencode-leakfix'Junio C Hamano2-1/+3
2025-06-17Merge branch 'jk/diff-no-index-with-pathspec'Junio C Hamano1-1/+1
2025-06-17Merge branch 'ly/fetch-pack-leakfix'Junio C Hamano1-2/+5
2025-06-17Merge branch 'ly/commit-graph-graph-write-leakfix'Junio C Hamano1-0/+1
2025-06-17Merge branch 'ly/do-not-localize-bug-messages'Junio C Hamano2-2/+2
2025-06-17Merge branch 'vd/cat-file-objectmode-update'Junio C Hamano1-3/+11
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano2-36/+396
2025-06-13merge/pull: extend merge.stat configuration variable to cover --compact-summaryJunio C Hamano1-2/+29
2025-06-13merge/pull: add the "--compact-summary" optionJunio C Hamano2-4/+38
2025-06-12builtin/stash: provide a way to import stashes from a refbrian m. carlson1-0/+167
2025-06-12builtin/stash: provide a way to export stashes to a refbrian m. carlson1-0/+260
2025-06-12builtin/stash: factor out revision parsing into a functionbrian m. carlson1-11/+22
2025-06-11stash: fix incorrect branch name in stash messageK Jayatheerth1-2/+8
2025-06-09rebase: write script before initializing stateØystein Walle1-21/+21
2025-06-08builtin/submodule--helper: fix leak when remote_submodule_branch() failedLidong Yan1-1/+3
2025-06-07stash: allow "git stash [<options>] --patch <pathspec>" to assume pushPhillip Wood1-3/+7
2025-06-07stash: allow "git stash -p <pathspec>" to assume push againPhillip Wood1-1/+1
2025-06-05repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode ()Lidong Yan2-1/+3
2025-06-04commit-graph: fix start_delayed_progress() leakLidong Yan1-0/+1
2025-06-04builtin/fetch-pack: cleanup before return errorLidong Yan1-2/+5
2025-06-03cat-file.c: add batch handling for submodulesVictoria Dye1-1/+4
2025-06-03cat-file: add %(objectmode) atomVictoria Dye1-2/+7
2025-06-03Merge branch 'bs/total-ram-bsd'Junio C Hamano1-1/+3
2025-06-03BUG(): remove leading underscore of the format stringLidong Yan2-2/+2
2025-06-03builtin/maintenance: fix locking race when handling "gc" taskPatrick Steinhardt1-14/+27
2025-06-03builtin/gc: avoid global state in `gc_before_repack()`Patrick Steinhardt1-15/+9
2025-06-03usage: allow dying without writing an error messagePatrick Steinhardt4-11/+11
2025-06-03builtin/maintenance: fix locking race with refs and reflogs tasksPatrick Steinhardt1-2/+2
2025-06-03builtin/maintenance: split into foreground and background tasksPatrick Steinhardt1-21/+49
2025-06-03builtin/maintenance: fix typedef for function pointersPatrick Steinhardt1-5/+5
2025-06-03builtin/maintenance: extract function to run tasksPatrick Steinhardt1-12/+23