jj/docs
Yuya Nishihara 0de36918e4 config: merge and print inline tables as values
Before, "jj config get"/"list" and .get() functions processed inline tables as
tables (or directories in filesystem analogy), whereas "set"/"unset" processed
ones as values (or files.) This patch makes all commands and functions process
inline tables as values. We rarely use the inline table syntax, and it's very
hard to pack many (unrelated) values into an inline table. TOML doesn't allow
newlines between { .. }. Our common use case is to define color styles, which
wouldn't be meant to inherit attributes from the default settings.

The default pager setting is flattened in case user overrides pager.env without
changing the command args.
2024-12-12 10:11:51 +09:00
..
design docs: in sparse-v2.md, use Markdown warning admonition 2024-12-07 13:50:44 -08:00
governance docs: introduce temporary governance voting process 2024-09-12 15:19:46 -07:00
technical bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
bookmarks.md docs: suggest "jj bookmark move" where makes sense 2024-12-11 10:37:45 +09:00
cli-reference.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
code-of-conduct.md docs: s/socio-economics/socioeconomics/ per codespell suggestion 2024-05-24 11:34:03 +09:00
community_tools.md docs/community_tools.md: add paragraph about jj-fzf 2024-11-16 23:49:03 +01:00
config.md config: merge and print inline tables as values 2024-12-12 10:11:51 +09:00
config.toml docs: document git.fetch and git.push config options 2024-02-09 12:03:42 -06:00
conflicts.md docs: rewrite conflict marker docs to include new styles 2024-11-23 08:28:47 -06:00
contributing.md docs: collapse contributing.md suggested cargo install commands 2024-12-11 11:05:47 -08:00
design_doc_blueprint.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
design_docs.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
FAQ.md docs: suggest "jj bookmark move" where makes sense 2024-12-11 10:37:45 +09:00
filesets.md cli: enable fileset by default 2024-07-24 10:49:46 +09:00
git-comparison.md docs: git blame comparison 2024-11-19 09:58:28 -08:00
git-compatibility.md docs/git-compatibility.md: preserve working copy files when co-locating 2024-11-22 19:20:36 +01:00
github.md docs: suggest "jj bookmark move" where makes sense 2024-12-11 10:37:45 +09:00
glossary.md docs: try to clarify that changes are not a first-class concept 2024-11-16 14:20:37 -08:00
index.md docs: add link to roadmap from docs main page 2024-09-04 00:03:32 -07:00
install-and-setup.md docs: update installation docs to say that cmake is needed 2024-12-06 08:23:27 -08:00
operation-log.md bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
related-work.md politics: delete references to Pijul 2024-04-14 13:16:08 -07:00
revsets.md revset: allow tags() to take a pattern for an argument 2024-11-20 00:47:23 +00:00
roadmap.md docs: Make the Roadmap a toplevel website entry 2024-11-16 11:11:59 +01:00
sapling-comparison.md docs: explain that jj was started 3 years before Sapling announcement 2024-06-20 05:24:28 +09:00
templates.md templater: add != operator as user would probably expect that it exists 2024-11-10 21:41:24 +09:00
testimonials.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
tutorial.md tutorial: fix conflict formatting issue 2024-11-25 16:47:59 -06:00
windows.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
working-copy.md docs: add more detail to section about stale working copies 2024-10-30 18:13:48 -07:00