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 docs: mention that the "view" object knows about all workspaces 2022-12-08 17:30:29 -08:00
branches.md templater: indicate if branch needs to be pushed to a remote 2022-11-09 22:44:55 -08:00
code-of-conduct.md
config.md cli: load configs from .jj/repo/config.toml 2023-01-07 11:33:12 +09:00
config.toml Documentation for jj resolve and merge tool config 2022-12-03 15:12:40 -08:00
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 feature: support git credential helpers 2022-11-19 22:06:27 -08:00
github.md [Docs]: Add some more documentation on how to work with github. 2023-01-01 16:36:09 +01:00
operation-log.md docs: mention that the "view" object knows about all workspaces 2022-12-08 17:30:29 -08:00
related-work.md docs: hyphenate "working-copy" when used as a compound modifier 2022-08-25 18:08:36 -07:00
revsets.md revset: add unary negate (or set complement) operator '~y' 2022-11-29 15:46:15 +09:00
tutorial.md cmd: Remove the -i option to jj restore. 2022-12-21 08:15:06 -08:00
working-copy.md cli: add a command for updating a stale working copy 2022-12-05 08:50:52 -08:00