summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2024-08-09diff-tree: fix crash when used with --remerge-diffXing Xin1-0/+13
2024-08-08Merge branch 'dd/notes-empty-no-edit-by-default'Junio C Hamano1-12/+10
2024-08-08builtin/refs: add verify subcommandshejialuo1-0/+34
2024-08-08fsck: make "fsck_error" callback genericshejialuo2-4/+6
2024-08-08fsck: rename objects-related fsck error functionsshejialuo1-7/+7
2024-08-08builtin/submodule: allow "add" to use different ref storage formatPatrick Steinhardt1-1/+15
2024-08-08builtin/clone: propagate ref storage format to submodulesPatrick Steinhardt1-2/+8
2024-08-08builtin/submodule: allow cloning with different ref storage formatPatrick Steinhardt1-0/+30
2024-08-06Merge branch 'ps/leakfixes-part-3' into ps/leakfixes-part-4Junio C Hamano15-69/+175
2024-08-06midx: implement support for writing incremental MIDX chainsTaylor Blau2-2/+8
2024-08-06t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau1-10/+2
2024-08-05set errno=0 before strtoX callsKyle Lippincott1-0/+1
2024-08-02builtin/ls-remote: fall back to SHA1 outside of a repoPatrick Steinhardt1-0/+15
2024-08-01Merge branch 'as/show-ref-option-help-update'Junio C Hamano1-2/+2
2024-08-01builtin/credential-cache: fix trivial leaksPatrick Steinhardt1-2/+7
2024-08-01builtin/worktree: fix leaking derived branch namesPatrick Steinhardt1-3/+4
2024-08-01builtin/shortlog: fix various trivial memory leaksPatrick Steinhardt1-0/+1
2024-08-01builtin/rerere: fix various trivial memory leaksPatrick Steinhardt1-1/+7
2024-08-01builtin/credential-store: fix leaking credentialPatrick Steinhardt1-0/+1
2024-08-01builtin/show-branch: fix several memory leaksPatrick Steinhardt1-16/+36
2024-08-01builtin/rev-parse: fix memory leak with `--parseopt`Patrick Steinhardt1-1/+4
2024-08-01builtin/stash: fix various trivial memory leaksPatrick Steinhardt1-2/+16
2024-08-01builtin/remote: fix various trivial memory leaksPatrick Steinhardt1-7/+32
2024-08-01builtin/remote: fix leaking strings in `branch_list`Patrick Steinhardt1-2/+3
2024-08-01builtin/ls-remote: fix leaking `pattern` stringsPatrick Steinhardt1-14/+10
2024-08-01builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`Patrick Steinhardt1-2/+7
2024-08-01builtin/submodule--helper: fix leaking clone depth parameterPatrick Steinhardt1-6/+5
2024-08-01builtin/name-rev: fix various trivial memory leaksPatrick Steinhardt1-2/+4
2024-08-01builtin/describe: fix trivial memory leak when describing blobPatrick Steinhardt1-0/+1
2024-08-01builtin/describe: fix leaking array when running diff-indexPatrick Steinhardt1-3/+3
2024-08-01builtin/describe: fix memory leak with `--contains=`Patrick Steinhardt1-1/+17
2024-08-01builtin/log: fix leaking branch name when creating cover lettersPatrick Steinhardt1-1/+3
2024-08-01builtin/replay: plug leaking `advance_name` variablePatrick Steinhardt1-6/+14
2024-07-31Merge branch 'tn/doc-commit-fix'Junio C Hamano1-1/+1
2024-07-31Merge branch 'jc/checkout-no-op-switch-errors'Junio C Hamano1-7/+14
2024-07-31Merge branch 'ad/merge-with-diff-algorithm'Junio C Hamano7-7/+7
2024-07-29patch-id: tighten code to detect the patch headerJunio C Hamano1-13/+36
2024-07-29patch-id: rewrite code that detects the beginning of a patchJunio C Hamano1-8/+21
2024-07-29patch-id: make get_one_patchid() more extensibleJunio C Hamano1-5/+20
2024-07-29patch-id: call flush_current_id() only when neededJunio C Hamano1-4/+4
2024-07-29notes: do not trigger editor when adding an empty noteDavid Disseldorp1-12/+10
2024-07-25show-ref: improve short help messages of optionsAlexander Shopov1-2/+2
2024-07-22doc: remove dangling closing parenthesisTomas Nordin1-1/+1
2024-07-17Merge branch 'js/var-git-shell-path'Junio C Hamano1-1/+2
2024-07-17Merge branch 'kn/push-empty-fix'Junio C Hamano1-14/+7
2024-07-15Merge branch 'as/describe-broken-refresh-index-fix'Junio C Hamano1-0/+12
2024-07-13merge-recursive: honor diff.algorithmAntonin Delpeuch7-7/+7
2024-07-13var(win32): do report the GIT_SHELL_PATH that is actually usedJohannes Schindelin1-1/+2
2024-07-12builtin/push: call set_refspecs after validating remoteKarthik Nayak1-14/+7
2024-07-12Merge branch 'rs/simplify-submodule-helper-super-prefix-invocation'Junio C Hamano1-11/+6