ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Austin Seipp 415ae5c0f9 docs: make it clear ui. refers to a toml section
There was a question on Discord about why using Difftastic wasn't working as the
diff tool. The root cause was putting `ui.diff.tool` in the wrong toml section,
when the `ui.` component actually refers to the `[ui]` section itself.

This reads kind of weirdly too because _immediately_ after this, the alternative
option of using the `merge-tools` section is suggested; except it uses `[merge-
tools.<name>]` which makes it immediately clear it's a section on its own.

This simply these two examples more consistent with each other, by using `[ui]`
instead of `ui.` to make it clear `ui.` is a top-level section.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2024-03-03 11:25:03 -06:00
..
design
technical
branches.md docs: Add a short section on branch movement. 2024-03-02 15:51:58 +01:00
cli-reference.md docs, CLI reference: use include-markdown instead of a symlink 2024-02-12 10:28:09 -08:00
code-of-conduct.md
config.md docs: make it clear ui. refers to a toml section 2024-03-03 11:25:03 -06:00
config.toml docs: document git.fetch and git.push config options 2024-02-09 12:03:42 -06:00
conflicts.md
contributing.md rust: bump MSRV to 1.76.0 2024-02-09 15:48:01 -06:00
FAQ.md docs: Add FAQ item for git log 2024-02-06 15:03:51 -07:00
git-comparison.md Docs: Add note about jj edit to Git comparison 2024-03-03 16:23:28 +08:00
git-compatibility.md docs: update remaining references on "jj init --git-repo" 2024-02-28 09:03:16 +09:00
github.md cli: unblock "jj git init --colocate" in existing Git repo directory 2024-02-28 09:03:16 +09:00
glossary.md
index.md
install-and-setup.md completion: Add support for Nushell completions 2024-02-18 19:08:38 +01:00
operation-log.md
related-work.md
revsets.md docs: update revset alias example to something very different from builtins 2024-03-03 21:35:41 +09:00
sapling-comparison.md
templates.md templater: add string.len() and list.len() methods 2024-03-01 08:51:20 +09:00
testimonials.md docs: Add a Testmonials page. 2024-02-25 14:20:33 +01:00
tutorial.md cli: deprecate jj checkout 2024-02-03 17:21:56 -06:00
windows.md docs: add guidance for handling CRLF on Windows 2024-02-26 10:06:06 -08:00
working-copy.md