You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Talking with @angelhof about this, we realized there's a tricky interaction with process_changes when you have multiple lowerdirs: you have to replay the merge to do the comparison.
The correct solution is to mergerfs mount the layers of lowerdir and compare against that merged lowerdir (rather than the $local_file which just absolutizes to the real system root).
But until we have a use case where someone would want to use summaries and multiple lowerdirs (hs doesn't want the summaries), we should punt on this and give a warning that -L implies -n.
* feat: add -L flag to support one or more lower directories
* docs: shell completion, manpage, and readme update
* test: add test to test merging multiple lowerdirs, and also invoking -L multiple times
Note that currently -L implies -n (will not commit changes), support for that is being tracked in #142
---------
Co-authored-by: gliargovas <gliarovas@aueb.gr>
Co-authored-by: Ezri Zhu <me@ezrizhu.com>
Reviewed-by: Michael Greenberg <michael.greenberg@stevens.edu>
Reviewed-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com>
Originally posted by @mgree in #122 (comment)
The text was updated successfully, but these errors were encountered: