summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web>2011-04-01 10:46:23 +0000
committerGravatar admin <admin@branchable.com>2011-04-01 10:46:23 +0000
commitf003603e8cc191efbba31b1f19b0086cd374635f (patch)
tree0f429ce0131a2391641c5e98f243a533213d625d
parentee3be251a6480ea997c1e7c2c0aa86a046332aff (diff)
-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.