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

Multi does not detect renamed files in status #8

Open
teknomunk opened this issue Jan 28, 2021 · 0 comments
Open

Multi does not detect renamed files in status #8

teknomunk opened this issue Jan 28, 2021 · 0 comments

Comments

@teknomunk
Copy link
Contributor

Currently, when you rename a file, multi status will show a deleted file and a new file instead of a renamed file.

To reproduce:

echo "test" > test.txt
multi commit -m "A commit"
mv test.txt test2.txt
multi status

Current output:

	deleted:  test.txt
	new file: test2.txt

Expected output:

	renamed: test.txt -> test2.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant