jj/docs
Yuya Nishihara a2a9b7decb templater: add coalesce() function that selects first non-empty content
This can be used to flatten nested "if()"s. It's not exactly the same as "case"
or "switch" expression, but works reasonably well in template. It's not uncommon
to show placeholder text in place of an empty content, and a nullish value
(e.g. empty string, list, option) is usually rendered as an empty text.
2024-03-28 10:51:47 +09:00
..
design
technical
branches.md
cli-reference.md
code-of-conduct.md
config.md templater: add coalesce() function that selects first non-empty content 2024-03-28 10:51:47 +09:00
config.toml
conflicts.md
contributing.md
FAQ.md docs: add FAQ for why to use new-then-amend over edit 2024-03-14 11:32:53 -07:00
git-comparison.md docs: Add missing "jj" to swap rebase example 2024-03-19 05:58:52 -07:00
git-compatibility.md
github.md
glossary.md
index.md
install-and-setup.md Add archlinux instructions to install-and-setup.md 2024-03-13 21:35:08 -07:00
operation-log.md
related-work.md
revsets.md
sapling-comparison.md
templates.md templater: add coalesce() function that selects first non-empty content 2024-03-28 10:51:47 +09:00
testimonials.md
tutorial.md move: deprecate the command 2024-03-11 09:25:17 -07:00
windows.md
working-copy.md