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

How do we handle renamed files? #37

Open
CodyRay opened this issue Feb 26, 2016 · 1 comment
Open

How do we handle renamed files? #37

CodyRay opened this issue Feb 26, 2016 · 1 comment

Comments

@CodyRay
Copy link
Member

CodyRay commented Feb 26, 2016

Discovered that there is at least one more possibility, right now we are ignoring added and deleted.

public enum StatusEnum
{
    Added,
    Modified,
    Removed,
    Renamed
}
@MRose90
Copy link
Member

MRose90 commented Apr 10, 2016

Possibly just throw a warning that says "This file has been renamed"

This was referenced Apr 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants