From a8f061147f3c25bc2b01bef798df029a619889c0 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:15:15 +1000 Subject: [PATCH] Fix two files with different extensions having the same object name (#1295) --- src/command_helpers.rs | 3 +++ tests/test.rs | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/command_helpers.rs b/src/command_helpers.rs index adedab29..62e36629 100644 --- a/src/command_helpers.rs +++ b/src/command_helpers.rs @@ -327,6 +327,9 @@ pub(crate) fn objects_from_files(files: &[Arc], dst: &Path) -> Result