git-annex/doc/bugs/add_-J_fails_with_not_found
Joey Hess 85ed38a574
Avoid repeated checking that files passed on the command line exist.
git annex add, git annex lock etc make multiple seek passes,
and each seek pass checked that files existed. That was unncessary
redundant work.

Fixed by adding a new WorkTreeItem type, make seek actions use it,
and check that the files exist when constructing it.

This commit was supported by the NSF-funded DataLad project.
2017-10-16 14:10:20 -04:00
..
comment_1_daf1f53ac77f664ca0ce572c1bdc45ee._comment
comment_2_441ded7e239f26ab3a27a2c43a6d0856._comment
comment_3_9749c2722b5520e13448128b68fcfaed._comment
comment_4_983aa78a20672e4d2b1b74a922eeba0a._comment Avoid repeated checking that files passed on the command line exist. 2017-10-16 14:10:20 -04:00
comment_5_c18b38456d58900f5710a311eced9f34._comment Avoid repeated checking that files passed on the command line exist. 2017-10-16 14:10:20 -04:00