summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_copy_--fast_does_not_copy_files.mdwn
blob: 1a595383609c58e14f93de7908525bba887353cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.