summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX8 <Johannes@web>2013-03-11 06:08:23 +0000
committerGravatar admin <admin@branchable.com>2013-03-11 06:08:23 +0000
commit8f4926e54cd16b2847cde97ac91ddf4c14fb8168 (patch)
treef2273851ef02ae3b24427376d58cb19aef09f88b /doc
parentc7041e0bd171832114182a2ba5d10ab6cd1723d6 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Direct_mode_keeps_re-checksuming_duplicated_files.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/Direct_mode_keeps_re-checksuming_duplicated_files.mdwn b/doc/bugs/Direct_mode_keeps_re-checksuming_duplicated_files.mdwn
new file mode 100644
index 000000000..845b48a99
--- /dev/null
+++ b/doc/bugs/Direct_mode_keeps_re-checksuming_duplicated_files.mdwn
@@ -0,0 +1,22 @@
+##What steps will reproduce the problem?
+
+ mkdir test
+ git init
+ git annex init "test"
+ echo "test" > a
+ echo "test" > b
+ git annex add a b
+ git annex sync
+ git annex direct
+ git annex sync | grep add
+ git annex sync | grep add
+
+##What is the expected output? What do you see instead?
+
+The last two syncs shouldn't need to add or checksum anything.
+Firstly, the output is very confusing because the files have already been added.
+Secondly, the sync can take quite a while if you have lots of duplicates or a lot of files that are incidentally similar.
+
+##What version of git-annex are you using? On what operating system?
+
+git-annex version: 4.20130227 on Archlinux