From c5617016f81b3f912a3ecbb0b14d4b7366a3e49c Mon Sep 17 00:00:00 2001 From: jakemagee Date: Mon, 31 Jul 2017 20:21:24 +0000 Subject: [PATCH] --- doc/forum/Duplicate_files_not_detected.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/Duplicate_files_not_detected.mdwn diff --git a/doc/forum/Duplicate_files_not_detected.mdwn b/doc/forum/Duplicate_files_not_detected.mdwn new file mode 100644 index 0000000000..c1fc323f15 --- /dev/null +++ b/doc/forum/Duplicate_files_not_detected.mdwn @@ -0,0 +1 @@ +Using v6 repository and `git add .` / `git commit`, it appears that copying files to new names results in new files being stored (even though they are obviously the same file). Is there some other command that needs to be executed to have duplicate files detected/removed/linked?