diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-02-20 17:58:32 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-20 17:58:32 +0000 |
commit | 6354cfbe8476582c7080cbf84c6c4ddf67709ead (patch) | |
tree | 0d76dd8aeebbf38b7ad0188769bbf690e655f786 /doc | |
parent | a922c2aff87d5ae7e6c54296aade2da7086d6fb1 (diff) |
Added a comment: Could I get a "version", brethren?
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/copy_unused_and_unused_not_agreeing/comment_2_15559ba19393f5c061f77bc56379f8e1._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/copy_unused_and_unused_not_agreeing/comment_2_15559ba19393f5c061f77bc56379f8e1._comment b/doc/bugs/copy_unused_and_unused_not_agreeing/comment_2_15559ba19393f5c061f77bc56379f8e1._comment new file mode 100644 index 000000000..a3a3c119f --- /dev/null +++ b/doc/bugs/copy_unused_and_unused_not_agreeing/comment_2_15559ba19393f5c061f77bc56379f8e1._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.172" + subject="Could I get a "version", brethren?" + date="2014-02-20T17:58:32Z" + content=""" +I think there are two bugs here. I just reproduced and fixed a bug that would caused `git annex unused` to sometimes not notice certain unused keys when in direct mode. That's why the number you were finding in direct and indirect was different. + +That does not explain why `copy --unused` would not operate on unused files when in direct mode. A problem I have not managed to reproduce.. + +There was a recent change to the format of the .git/annex/unused.log, which temporarily broke reading it (fixed in 5.20140210). This could be some version skew problem, as while the new git-annex version can read the old log format, the old git-annex version will ignore the new log format. +"""]] |