jj-vcs/jj

FR: Allow exclusions in sparse checkouts

Open

#1.896 aberto em 22 de jul. de 2023

Ver no GitHub
 (4 comments) (1 reaction) (0 assignees)Rust (1.052 forks)batch import
good first issuepolish🪒🐃

Métricas do repositório

Stars
 (28.830 stars)
Métricas de merge de PR
 (Mesclagem média 23d 5h) (46 fundiu PRs em 30d)

Description

I'd like to be able to specify a few prefixes to exclude from my working copy.

Currently jj sparse set only allows positive patterns. To get what I want, I have to

  • jj sparse set --clear
  • jj sparse set --add everything except the patterns I want to exclude
  • continually repeat that previous step as new paths are introduced

It would be a lot more convenient to just be able to do something like jj sparse set --remove someprefix, or add some negated prefixes via jj sparse set --edit and have it work.

Guia do colaborador