mv: add check_dir_in_index() and solve general dir check issue
Shaoxuan Yuan committed about 4 years ago
mv: use flags mode for update_mode
Shaoxuan Yuan committed about 4 years ago
mv: check if <destination> exists in index to handle overwriting
Shaoxuan Yuan committed about 4 years ago
mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
Shaoxuan Yuan committed about 4 years ago
mv: decouple if/else-if checks using goto
Shaoxuan Yuan committed about 4 years ago
mv: update sparsity after moving from out-of-cone to in-cone
Shaoxuan Yuan committed about 4 years ago
t1092: mv directory from out-of-cone to in-cone
Shaoxuan Yuan committed about 4 years ago
t7002: add tests for moving out-of-cone file/directory
Shaoxuan Yuan committed about 4 years ago
test-tool delta: fix a memory leak
Ævar Arnfjörð Bjarmason committed about 4 years ago
test-tool ref-store: fix a memory leak
Ævar Arnfjörð Bjarmason committed about 4 years ago
test-tool bloom: fix memory leaks
Ævar Arnfjörð Bjarmason committed about 4 years ago
test-tool json-writer: fix memory leaks
Ævar Arnfjörð Bjarmason committed about 4 years ago
test-tool regex: call regfree(), fix memory leaks
Ævar Arnfjörð Bjarmason committed about 4 years ago
test-tool urlmatch-normalization: fix a memory leak
Ævar Arnfjörð Bjarmason committed about 4 years ago
test-tool {dump,scrap}-cache-tree: fix memory leaks
Ævar Arnfjörð Bjarmason committed about 4 years ago
test-tool path-utils: fix a memory leak
Ævar Arnfjörð Bjarmason committed about 4 years ago
test-tool test-hash: fix a memory leak
Ævar Arnfjörð Bjarmason committed about 4 years ago
pull: fix a "struct oid_array" memory leak
Ævar Arnfjörð Bjarmason committed about 4 years ago
cat-file: fix a common "struct object_context" memory leak
Ævar Arnfjörð Bjarmason committed about 4 years ago
Ævar Arnfjörð Bjarmason committed about 4 years ago