This commit is contained in:
parent
ee3be251a6
commit
f003603e8c
1 changed files with 16 additions and 0 deletions
16
doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn
Normal file
16
doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn
Normal file
|
@ -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.
|
Loading…
Reference in a new issue