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

What about move/renames? not supported for each offline state #8

Closed
ArneBachmann opened this issue Oct 23, 2017 · 5 comments
Closed
Assignees
Labels
Milestone

Comments

@ArneBachmann
Copy link
Owner

No description provided.

@ArneBachmann
Copy link
Owner Author

Could be implemented as simple rm / rename / add (tracked files)

@ArneBachmann
Copy link
Owner Author

ArneBachmann commented Nov 12, 2017

Only relevant in tracking or picky mode, simple mode simply picks up any changes anyway.
In tracking mode, however, rename would only work if there's an explicit tracking pattern, not a glob pattern that matches the renamed file or folder, or we have to include complex detection logic to take care of that.

@ArneBachmann ArneBachmann added this to the Future milestone Nov 13, 2017
@ArneBachmann
Copy link
Owner Author

Since in simple mode not necessary, we could turn this around in renaming tracking patterns first-hand and checking what files might be affected and need renaming too, with some intelligent hints.

@ArneBachmann ArneBachmann modified the milestones: Future, 1.1 Dec 14, 2017
ArneBachmann added a commit that referenced this issue Dec 21, 2017
@ArneBachmann
Copy link
Owner Author

Don't forget to create dirs if necessary

@ArneBachmann
Copy link
Owner Author

Working on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant