You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto-track = none() makes all directories untracked (or non-auto-tracked to be precise.) New untracked files in those directories aren't caught right now.
BTW, there's another issue that jj status won't notice untracked files if watchman is enabled.
Description
With
snapshot.auto-track
set tonone()
jj st
seems to only show untracked files at the root of the repository.Steps to Reproduce the Problem
Expected Behavior
Second
jj st
should've shown a? test-dir/something
line, or maybe a? test-dir
line if the entire dir is untracked.Actual Behavior
It doesn't show that, and in fact if
test-file
was not there it would say "The working copy is clean"Specifications
The text was updated successfully, but these errors were encountered: