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
The try-summary utility of #158 generates a human-readable summary of the changes in the upperdir. We currently use separate commit logic, but we could additionally/instead generate a shell script while computing the summary.
As a pro, this shell script would be an inspectable, durable artifact. It would also save a traversal during commit logic.
As a con, this shell script might end up being slower than try-commit, which only sometimes has invoke rm or mv.
On balance, this feature is currently unplanned. If implementing this behavior would help you, please leave a comment here to let us know.
The text was updated successfully, but these errors were encountered:
The
try-summary
utility of #158 generates a human-readable summary of the changes in the upperdir. We currently use separate commit logic, but we could additionally/instead generate a shell script while computing the summary.As a pro, this shell script would be an inspectable, durable artifact. It would also save a traversal during commit logic.
As a con, this shell script might end up being slower than
try-commit
, which only sometimes has invokerm
ormv
.On balance, this feature is currently unplanned. If implementing this behavior would help you, please leave a comment here to let us know.
The text was updated successfully, but these errors were encountered: