summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn b/doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn
new file mode 100644
index 000000000..1a5953836
--- /dev/null
+++ b/doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn
@@ -0,0 +1,16 @@
+Workflow:
+
+ % git annex add
+ # list new files
+ % git commit -a -m "foo"
+ # commit summary
+ % git annex copy . --to remote --fast
+ # all files listed with "ok
+ % git annex copy . --to remote
+ # again, lists all files, _but the new ones are actually copied, this time_.
+
+This happens no matter if I
+
+ % git push
+
+before copy or not.