mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-28 15:34:22 +00:00
415ae5c0f9
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> |
||
---|---|---|
.. | ||
design | ||
technical | ||
branches.md | ||
cli-reference.md | ||
code-of-conduct.md | ||
config.md | ||
config.toml | ||
conflicts.md | ||
contributing.md | ||
FAQ.md | ||
git-comparison.md | ||
git-compatibility.md | ||
github.md | ||
glossary.md | ||
index.md | ||
install-and-setup.md | ||
operation-log.md | ||
related-work.md | ||
revsets.md | ||
sapling-comparison.md | ||
templates.md | ||
testimonials.md | ||
tutorial.md | ||
windows.md | ||
working-copy.md |