Skip to content
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

After file rename, added file does not show up in wf status #174

Closed
davidpcaldwell opened this issue May 8, 2020 · 1 comment
Closed
Labels
wf wf command-line tool or its libraries

Comments

@davidpcaldwell
Copy link
Owner

It's already in the index.

@davidpcaldwell davidpcaldwell added this to the backlog milestone May 27, 2020
@davidpcaldwell davidpcaldwell removed this from the backlog milestone Jun 17, 2020
@davidpcaldwell davidpcaldwell added the wf wf command-line tool or its libraries label Apr 16, 2021
@davidpcaldwell
Copy link
Owner Author

Description wasn't really right; the output of git status creates only one entry in this case, and we were parsing it incompletely.

The git API has been changed to reflect the status entries more thoroughly. The standard status command now uses the richer types to more accurately display the current state of the working tree and index.

There is a manual test in the standard project implementation tests called issue174 that demonstrates the behavior.

davidpcaldwell added a commit that referenced this issue Jun 25, 2022
Resolve #174: parse git status renames correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wf wf command-line tool or its libraries
Projects
Status: Done
Development

No branches or pull requests

1 participant