Skip to content

Multi does not detect renamed files in status #8

@teknomunk

Description

@teknomunk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions