expand_user_path: allow in-flight topics to keep using the old name
Junio C Hamano committed about 5 years ago
reset: clear_unpack_trees_porcelain to plug leak
Andrzej Hunt committed about 5 years ago
builtin/rebase: fix options.strategy memory lifecycle
Andrzej Hunt committed about 5 years ago
builtin/merge: free found_ref when done
Andrzej Hunt committed about 5 years ago
builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv
Andrzej Hunt committed about 5 years ago
convert: release strbuf to avoid leak
Andrzej Hunt committed about 5 years ago
read-cache: call diff_setup_done to avoid leak
Andrzej Hunt committed about 5 years ago
ref-filter: also free head for ATOM_HEAD to avoid leak
Andrzej Hunt committed about 5 years ago
diffcore-rename: move old_dir/new_dir definition to plug leak
Andrzej Hunt committed about 5 years ago
builtin/for-each-repo: remove unnecessary argv copy to plug leak
Andrzej Hunt committed about 5 years ago
builtin/submodule--helper: release unused strbuf to avoid leak
Andrzej Hunt committed about 5 years ago
environment: move strbuf into block to plug leak
Andrzej Hunt committed about 5 years ago
fmt-merge-msg: free newly allocated temporary strings when done
Andrzej Hunt committed about 5 years ago
interpolate_path(): allow specifying paths relative to the runtime prefix
Johannes Schindelin committed about 5 years ago
Use a better name for the function interpolating paths
Johannes Schindelin committed about 5 years ago
expand_user_path(): clarify the role of the `real_home` parameter
Johannes Schindelin committed about 5 years ago
expand_user_path(): remove stale part of the comment
Johannes Schindelin committed about 5 years ago
tests: exercise the RUNTIME_PREFIX feature
Johannes Schindelin committed about 5 years ago
submodule: drop unused sm_name parameter from show_fetch_remotes()
Jeff King committed about 5 years ago
ZheNing Hu committed about 5 years ago