-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendor: prioritize file mappings over directories
File mappings are more specific and should be preferred over directory mappings. As an example we have two mappings: a/ -> c/ b/file -> c/file Any change in c/ should be then result in a patch. If the change is in c/file we must make sure it is linked back to b/file, not erroneously to a/, the sorting does this. Similarly when initializing we first need to copy the a/ dir to c/ and only then copy b/file to c/file.
- Loading branch information
Showing
1 changed file
with
35 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters