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

cli: add global option to not commit transaction #4457

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 13, 2024

  1. cli: add global option to not commit transaction

    This patch adds a global `--no-commit-transaction` flag that prevents
    publishing of most operations, including the ones created by
    `snapshot_working_copy()` and `finish_transaction()`. The operations
    are still created as usual.
    
    We may want to follow up with a `jj op publish/commit/adopt` command
    for publishing an operation that was not committed.
    
    Closes #2562
    martinvonz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    762f5e0 View commit details
    Browse the repository at this point in the history