ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Martin von Zweigbergk 82829813d6 docs: don't recommend running cargo fmt in the background
Running `cargo fmt` while you're working in an editor means that you
may lose changes because of a race:

1. Your editor reads version X of file
2. `cargo fmt` reads version X
3. You save version Y from your editor
4. `cargo fmt` saves version Z, replacing Y
2023-01-12 11:50:02 -08:00
..
technical
branches.md
code-of-conduct.md
config.md cli: load configs from .jj/repo/config.toml 2023-01-07 11:33:12 +09:00
config.toml
conflicts.md docs: indent conflict marker examples to not confuse tools 2022-12-12 16:20:40 -08:00
contributing.md docs: don't recommend running cargo fmt in the background 2023-01-12 11:50:02 -08:00
git-comparison.md Rename jj touchup to jj diffedit 2022-12-21 08:15:06 -08:00
git-compatibility.md
github.md [Docs]: Add some more documentation on how to work with github. 2023-01-01 16:36:09 +01:00
operation-log.md
related-work.md
revsets.md
tutorial.md cmd: Remove the -i option to jj restore. 2022-12-21 08:15:06 -08:00
working-copy.md