builtin/help: fix leaks in `check_git_cmd()`
Patrick Steinhardt committed over 1 year ago
help: fix leaking return value from `help_unknown_cmd()`
Patrick Steinhardt committed over 1 year ago
help: fix leaking `struct cmdnames`
Patrick Steinhardt committed over 1 year ago
help: refactor to not use globals for reading config
Patrick Steinhardt committed over 1 year ago
builtin/sparse-checkout: fix leaking sanitized patterns
Patrick Steinhardt committed over 1 year ago
split-index: fix memory leak in `move_cache_to_base_index()`
Patrick Steinhardt committed over 1 year ago
git: refactor builtin handling to use a `struct strvec`
Patrick Steinhardt committed over 1 year ago
git: refactor alias handling to use a `struct strvec`
Patrick Steinhardt committed over 1 year ago
strvec: introduce new `strvec_splice()` function
Patrick Steinhardt committed over 1 year ago
line-log: fix leak when rewriting commit parents
Patrick Steinhardt committed over 1 year ago
bisect: fix various cases where we leak commit list items
Patrick Steinhardt committed over 1 year ago
bisect: fix leaking commit list items in `check_merge_base()`
Patrick Steinhardt committed over 1 year ago
bisect: fix multiple leaks in `bisect_next_all()`
Patrick Steinhardt committed over 1 year ago
bisect: fix leaking `current_bad_oid`
Patrick Steinhardt committed over 1 year ago
bisect: fix leaking string in `handle_bad_merge_base()`
Patrick Steinhardt committed over 1 year ago
bisect: fix leaking good/bad terms when reading multipe times
Patrick Steinhardt committed over 1 year ago
builtin/blame: fix leaking blame entries with `--incremental`
Patrick Steinhardt committed over 1 year ago
ref: add symlink ref content check for files backend
shejialuo committed over 1 year ago
ref: check whether the target of the symref is a ref
shejialuo committed over 1 year ago
ref: add basic symref content check for files backend
shejialuo committed over 1 year ago