summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2024-07-12Merge branch 'rs/simplify-submodule-helper-super-prefix-invocation'Junio C Hamano
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-07-01submodule--helper: use strvec_pushf() for --super-prefixRené Scharfe
2024-06-28Merge branch 'rs/difftool-env-simplify' into maint-2.45Junio C Hamano
2024-06-28Merge branch 'js/for-each-repo-keep-going' into maint-2.45Junio C Hamano
2024-06-28Merge branch 'aj/stash-staged-fix' into maint-2.45Junio C Hamano
2024-06-28Merge branch 'xx/disable-replace-when-building-midx' into maint-2.45Junio C Hamano
2024-06-27Merge branch 'kz/merge-fail-early-upon-refresh-failure'Junio C Hamano
2024-06-24Merge branch 'jc/add-i-retire-usebuiltin-config'Junio C Hamano
2024-06-24Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano
2024-06-20Merge branch 'jc/heads-are-branches'Junio C Hamano
2024-06-20Merge branch 'pw/rebase-i-error-message'Junio C Hamano
2024-06-20Merge branch 'rj/format-patch-auto-cover-with-interdiff'Junio C Hamano
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano
2024-06-18merge: avoid write merge state when unable to write indexKyle Zhao
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-17Merge branch 'jk/am-retry'Junio C Hamano
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano
2024-06-14oidset: pass hash algorithm when parsing filePatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `is_empty_{blob,tree}_oid()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2024-06-14remote: drop checks for zero-url caseJeff King
2024-06-14remote: simplify url/pushurl selectionJeff King
2024-06-14remote: use strvecs to store remote url/pushurlJeff King
2024-06-14archive: fix check for missing urlJeff King
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano
2024-06-12Merge branch 'jk/sparse-leakfix'Junio C Hamano
2024-06-12Merge branch 'gt/t-hash-unit-test'Junio C Hamano
2024-06-11builtin/blame: fix leaking ignore revs filesPatrick Steinhardt
2024-06-11builtin/blame: fix leaking prefixed pathsPatrick Steinhardt
2024-06-11merge: fix leaking merge basesPatrick Steinhardt
2024-06-11builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`Patrick Steinhardt
2024-06-11builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`Patrick Steinhardt
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt
2024-06-11builtin/stash: fix leak in `show_stash()`Patrick Steinhardt
2024-06-11revision: free diff optionsPatrick Steinhardt
2024-06-11builtin/log: fix leaking commit list in git-cherry(1)Patrick Steinhardt
2024-06-11builtin/merge-recursive: fix leaking object ID basesPatrick Steinhardt
2024-06-11builtin/difftool: plug memory leaks in `run_dir_diff()`Patrick Steinhardt
2024-06-11object-name: free leaking object contextsPatrick Steinhardt
2024-06-11builtin/rev-list: fix leaking bitmap index when calculating disk usagePatrick Steinhardt
2024-06-11biultin/rev-parse: fix memory leaks in `--parseopt` modePatrick Steinhardt
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt
2024-06-10Merge branch 'jk/leakfixes'Junio C Hamano
2024-06-07format-patch: assume --cover-letter for diff in multi-patch seriesRubén Justo