summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn')
-rw-r--r--doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn4
1 files changed, 3 insertions, 1 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
index 1a5953836..ada844a14 100644
--- a/doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn
+++ b/doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn
@@ -5,7 +5,7 @@ Workflow:
% git commit -a -m "foo"
# commit summary
% git annex copy . --to remote --fast
- # all files listed with "ok
+ # all files listed with "ok"
% git annex copy . --to remote
# again, lists all files, _but the new ones are actually copied, this time_.
@@ -14,3 +14,5 @@ This happens no matter if I
% git push
before copy or not.
+
+PS: Arguably, a copy should push automagically.