ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src/merge_tools
Martin von Zweigbergk f36f4ad257 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
2024-09-09 07:49:55 -07:00
..
builtin.rs store: make write_file() async 2024-09-04 18:34:11 -07:00
diff_working_copies.rs cli: make paths to auto-track configurable, add jj track 2024-09-09 07:49:55 -07:00
external.rs store: make write_file() async 2024-09-04 18:34:11 -07:00
mod.rs conflicts: make describe() simply return string 2024-08-28 10:23:57 +09:00