summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2022-07-01mv: check if out-of-cone file exists in index with SKIP_WORKTREE bitShaoxuan Yuan1-2/+19
2022-07-01mv: decouple if/else-if checks using gotoShaoxuan Yuan1-56/+77
2022-07-01mv: update sparsity after moving from out-of-cone to in-coneShaoxuan Yuan1-0/+17
2022-07-01pull: fix a "struct oid_array" memory leakÆvar Arnfjörð Bjarmason1-6/+10
2022-07-01cat-file: fix a common "struct object_context" memory leakÆvar Arnfjörð Bjarmason1-10/+22
2022-07-01gc: fix a memory leakÆvar Arnfjörð Bjarmason1-1/+7
2022-07-01checkout: avoid "struct unpack_trees_options" leakÆvar Arnfjörð Bjarmason1-14/+22
2022-07-01merge-file: fix memory leaks on error pathÆvar Arnfjörð Bjarmason1-4/+6
2022-07-01merge-file: refactor for subsequent memory leak fixÆvar Arnfjörð Bjarmason1-12/+14
2022-07-01cat-file: fix a memory leak in --batch-command modeÆvar Arnfjörð Bjarmason1-0/+1
2022-07-01revert: free "struct replay_opts" membersÆvar Arnfjörð Bjarmason1-0/+3
2022-07-01clone: fix memory leak in wanted_peer_refs()Ævar Arnfjörð Bjarmason1-0/+1
2022-07-01check-ref-format: fix trivial memory leakÆvar Arnfjörð Bjarmason1-3/+8
2022-06-30submodule--helper: remove display path helperGlen Choo1-16/+8
2022-06-30submodule--helper update: use --super-prefixGlen Choo1-20/+10
2022-06-30submodule--helper: remove unused SUPPORT_SUPER_PREFIX flagsÆvar Arnfjörð Bjarmason1-3/+3
2022-06-30submodule--helper: use correct display path helperGlen Choo1-11/+3
2022-06-30submodule--helper: don't recreate recursive prefixGlen Choo1-11/+4
2022-06-30submodule--helper update: use display path helperGlen Choo1-14/+5
2022-06-30Merge branch 'ab/submodule-cleanup' into gc/submodule-use-super-prefixJunio C Hamano1-24/+50
2022-06-28submodule--helper: eliminate internal "--update" optionGlen Choo1-20/+13
2022-06-28submodule--helper: understand --checkout, --merge and --rebase synonymsÆvar Arnfjörð Bjarmason1-0/+30
2022-06-28submodule--helper: report "submodule" as our name in some "-h" outputÆvar Arnfjörð Bjarmason1-9/+9
2022-06-28submodule--helper: rename "absorb-git-dirs" to "absorbgitdirs"Ævar Arnfjörð Bjarmason1-2/+2
2022-06-28submodule--helper: have --require-init imply --initÆvar Arnfjörð Bjarmason1-1/+4
2022-06-22merge-tree: add a --allow-unrelated-histories flagElijah Newren1-1/+6
2022-06-22merge-tree: allow `ls-files -u` style info to be NUL terminatedElijah Newren1-1/+3
2022-06-22merge-ort: optionally produce machine-readable outputElijah Newren1-1/+2
2022-06-22merge-tree: provide easy access to `ls-files -u` style infoElijah Newren1-1/+10
2022-06-22merge-tree: provide a list of which files have conflictsElijah Newren1-3/+23
2022-06-22merge-tree: support including merge messages in outputElijah Newren1-2/+19
2022-06-22merge-tree: implement real mergesElijah Newren1-1/+40
2022-06-22merge-tree: add option parsing and initial shell for real merge functionElijah Newren1-9/+75
2022-06-22merge-tree: move logic for existing merge into new functionElijah Newren1-4/+8
2022-06-22merge-tree: rename merge_trees() to trivial_merge_trees()Elijah Newren1-4/+4
2022-06-22grep: add --max-count command line optionCarlos López1-0/+9
2022-06-21mktree: do not check type of remote objectsRichard Oliver1-2/+9
2022-06-21branch: drop unused worktrees variableJeff King1-4/+0
2022-06-21fetch: stop passing around unused worktrees variableJeff King1-15/+9
2022-06-20name-rev: prefix annotate-stdin with '--' in messageAlexander Shopov1-1/+1
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin5-5/+5
2022-06-17Merge branch 'js/misc-fixes'Junio C Hamano1-0/+1
2022-06-17remote: handle negative refspecs in git remote showJacob Keller1-2/+10
2022-06-16submodule--helper: avoid memory leak when fetching submodulesJohannes Schindelin1-0/+1
2022-06-16builtin/rebase: remove a redundant space in l10n stringFangyi Zhou1-1/+1
2022-06-15Merge branch 'po/rebase-preserve-merges'Junio C Hamano1-5/+9
2022-06-15Merge branch 'jc/revert-show-parent-info'Junio C Hamano1-0/+7
2022-06-15push: fix capitalisation of the option name autoSetupMergeFangyi Zhou1-1/+1
2022-06-15branch: use branch_checked_out() when deleting refsDerrick Stolee1-4/+3
2022-06-15fetch: use new branch_checked_out() and add testsDerrick Stolee1-14/+8