You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should be replaced with git ls-tree. I cannot come up with a use case where an extractor would want to process uncommitted work tree content. Recommending ls-file communicates something that likely leads to faulty implementations.
The text was updated successfully, but these errors were encountered:
http://docs.datalad.org/projects/metalad/en/latest/user_guide/writing-extractors.html recommends using
git ls-file
under Tips.I think this should be replaced with
git ls-tree
. I cannot come up with a use case where an extractor would want to process uncommitted work tree content. Recommendingls-file
communicates something that likely leads to faulty implementations.The text was updated successfully, but these errors were encountered: