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

try-summary could generate commit shell script #165

Open
mgree opened this issue Jun 11, 2024 · 0 comments
Open

try-summary could generate commit shell script #165

mgree opened this issue Jun 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mgree
Copy link
Contributor

mgree commented Jun 11, 2024

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.

@mgree mgree added the enhancement New feature or request label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant