summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2024-10-18Merge branch 'ps/maintenance-start-crash-fix'Taylor Blau1-2/+5
2024-10-18Merge branch 'kh/checkout-ignore-other-docfix'Taylor Blau1-1/+1
2024-10-17builtin/shortlog: explicitly set hash algo when there is no repoWolfgang Müller1-0/+12
2024-10-16builtin/credential-cache: fix missing parameter for stub functionPatrick Steinhardt1-1/+2
2024-10-15Merge branch 'jk/fsmonitor-event-listener-race-fix'Taylor Blau1-3/+3
2024-10-15Merge branch 'xx/remote-server-option-config'Taylor Blau3-8/+4
2024-10-15Merge branch 'jh/config-unset-doc-fix'Taylor Blau1-2/+2
2024-10-14trailer: spread usage of "trailer_block" languageLinus Arver1-12/+13
2024-10-11archive: remove the_repository global variableJohn Cai1-3/+2
2024-10-11annotate: remove usage of the_repository globalJohn Cai1-3/+2
2024-10-11git: pass in repo to builtin based on setup_git_directory_gentlyJohn Cai1-1/+2
2024-10-10Merge branch 'ps/leakfixes-part-8'Junio C Hamano8-21/+100
2024-10-10checkout: refer to other-worktree branch, not refKristoffer Haugsbakk1-1/+1
2024-10-10builtin/gc: fix crash when running `git maintenance start`Patrick Steinhardt1-2/+5
2024-10-09submodule: correct remote name with fetchDaniel Black1-1/+8
2024-10-08git-config.1: remove value from positional args in unset usageJosh Heinrichs1-2/+2
2024-10-08fsmonitor: initialize fs event listener before accepting clientsJeff King1-2/+0
2024-10-08simple-ipc: split async server initialization and runningJeff King1-3/+5
2024-10-08worktree: link worktrees with relative pathsCaleb White1-7/+9
2024-10-08ls-remote: leakfix for not clearing server_optionsXing Xin1-0/+1
2024-10-08fetch: respect --server-option when fetching multiple remotesXing Xin1-0/+2
2024-10-08transport: introduce parse_transport_option() methodXing Xin1-8/+1
2024-10-04Merge branch 'kn/osx-fsmonitor-with-submodules-fix'Junio C Hamano1-0/+1
2024-10-04fsmonitor OSX: fix hangs for submodulesKoji Nakamaru1-0/+1
2024-10-02Merge branch 'jk/http-leakfixes'Junio C Hamano4-1/+17
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano6-82/+165
2024-10-02Merge branch 'ds/sparse-checkout-expansion-advice'Junio C Hamano1-0/+5
2024-09-30Merge branch 'ds/background-maintenance-with-credential'Junio C Hamano1-7/+46
2024-09-30Merge branch 'pw/submodule-process-sigpipe'Junio C Hamano1-1/+5
2024-09-30builtin/send-pack: fix leaking list of push optionsPatrick Steinhardt1-0/+1
2024-09-30remote: fix leaking push reportsPatrick Steinhardt1-1/+4
2024-09-30pack-write: fix return parameter of `write_rev_file_order()`Patrick Steinhardt1-4/+3
2024-09-30builtin/revert: fix leaking `gpg_sign` and `strategy` configPatrick Steinhardt1-4/+13
2024-09-30builtin/clone: fix leaking repo state when cloning with bundle URIsPatrick Steinhardt1-0/+27
2024-09-30builtin/pack-redundant: fix various memory leaksPatrick Steinhardt1-6/+34
2024-09-30builtin/stash: fix leaking `pathspec_from_file`Patrick Steinhardt1-1/+3
2024-09-30builtin/annotate: fix leaking args vectorPatrick Steinhardt1-5/+15
2024-09-30Merge branch 'jk/http-leakfixes' into ps/leakfixes-part-8Junio C Hamano4-1/+17
2024-09-30Merge branch 'ps/leakfixes-part-7' into ps/leakfixes-part-8Junio C Hamano6-82/+165
2024-09-27builtin/maintenance: fix leak in `get_schedule_cmd()`Patrick Steinhardt1-47/+80
2024-09-27builtin/maintenance: fix leaking config stringPatrick Steinhardt1-2/+2
2024-09-27builtin/difftool: plug several trivial memory leaksPatrick Steinhardt1-0/+6
2024-09-27builtin/repack: fix leaking configurationPatrick Steinhardt1-15/+42
2024-09-27builtin/pull: fix leaking "ff" optionPatrick Steinhardt1-4/+7
2024-09-27builtin/submodule--helper: fix leaking remote ref on errorsPatrick Steinhardt1-4/+9
2024-09-27builtin/submodule--helper: fix leaking error bufferPatrick Steinhardt1-0/+2
2024-09-27builtin/submodule--helper: clear child process when not running itPatrick Steinhardt1-3/+7
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt1-0/+1
2024-09-27builtin/help: fix leaking `html_path` when reading config multiple timesPatrick Steinhardt1-1/+2
2024-09-27builtin/help: fix dangling reference to `html_path`Patrick Steinhardt1-6/+7