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: make paths to auto-track configurable, add jj track #4338

Merged
merged 1 commit into from
Sep 9, 2024

Commits on Sep 7, 2024

  1. cli: make paths to auto-track configurable, add jj track

    It's a pretty frequent request to have support for turning off
    auto-tracking of new files and to have a command to manually track
    them instead. This patch adds a `snapshot.auto-track` config to decide
    which paths to auto-track (defaults to `all()`). It also adds a `jj
    track` command to manually track the untracked paths.
    
    This patch does not include displaying the untracked paths in `jj
    status`, so for now this is probably only useful in colocated repos
    where you can run `git status` to find the untracked files.
    
    #323
    martinvonz committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    c212e24 View commit details
    Browse the repository at this point in the history