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
{{ message }}
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
If you stage a file and then delete it, git ls-files will still include that file. However, because this is using the default glob settings, it will fail for single-file globs. If this behaviour is kept, it should at least catch the exception and print a nicer error.
IMHO this behaviour should be disabled on default, but I'd settle for a flag if that's desired too.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you stage a file and then delete it,
git ls-files
will still include that file. However, because this is using the default glob settings, it will fail for single-file globs. If this behaviour is kept, it should at least catch the exception and print a nicer error.IMHO this behaviour should be disabled on default, but I'd settle for a flag if that's desired too.
The text was updated successfully, but these errors were encountered: