-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
status --annex basic <untrackedfile>
fails with unnecessary annex call
#7032
Labels
Comments
adswa
added a commit
to adswa/datalad
that referenced
this issue
Nov 10, 2022
Fixes datalad#7032. When datalad status --annex is called on an untracked file specifically, it will invoke an annex query that we already know will fail. This commit adds a check if any specifically added file as a path is untracked, and if so, prevent the annex query from being run on it.
adswa
added a commit
to adswa/datalad
that referenced
this issue
Nov 10, 2022
Fixes datalad#7032. When datalad status --annex is called on an untracked file specifically, it will invoke an annex query that we already know will fail. This commit adds a check if any specifically added file as a path is untracked, and if so, prevent the annex query from being run on it.
christian-monch
pushed a commit
to christian-monch/datalad
that referenced
this issue
Nov 15, 2022
Fixes datalad#7032. When datalad status --annex is called on an untracked file specifically, it will invoke an annex query that we already know will fail. This commit adds a check if any specifically added file as a path is untracked, and if so, prevent the annex query from being run on it.
adswa
added a commit
to adswa/datalad
that referenced
this issue
Nov 17, 2022
Fixes datalad#7032. When datalad status --annex is called on an untracked file specifically, it will invoke an annex query that we already know will fail. This commit adds a check if any specifically added file as a path is untracked, and if so, prevent the annex query from being run on it.
adswa
added a commit
to adswa/datalad
that referenced
this issue
Nov 21, 2022
Fixes datalad#7032. When datalad status --annex is called on an untracked file specifically, it will invoke an annex query that we already know will fail. This commit adds a check if any specifically added file as a path is untracked, and if so, prevent the annex query from being run on it.
Issue fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an untracked file in a dataset:
When I ask for
--annex basic
it attempts to run annex for this file,although it could not possibly be in annex.
The text was updated successfully, but these errors were encountered: