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

jj: include default features #171181

Merged
merged 2 commits into from
May 9, 2024

Commits on May 9, 2024

  1. jj: include default features

    At the moment, this only includes specifically the `watchman` feature,
    which can dramatically improve performance on large repositories; and
    the project is pretty careful about adding new features to the list of
    defaults.
    
    Additionally:
    
    - Explicitly depend on watchman for default features.
    - Skip now-unnecessary `--bin` arg.
    
    Co-authored-by: Rui Chen <rui@chenrui.dev>
    chriskrycho and chenrui333 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4dceb7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f47af3d View commit details
    Browse the repository at this point in the history