summaryrefslogtreecommitdiff
path: root/doc/todo/annex_add___40__-u__124__--update__41___mode
Commit message (Collapse)AuthorAge
* git annex add -u now supported, analagous to git add -uGravatar Joey Hess2017-04-07
Unlike git add -u, git annex add -u does not update the index for files removed from the working tree. But then, "git add ." stages removals, and "git annex add ." does not, so that's an existing divergence. Seems that --update --batch would need to run git ls-files once per line of batch input, which would surely be too slow, so just throw an error for that. This commit was supported by the NSF-funded DataLad project.