jj/docs
Yuya Nishihara 7525fac12a templater: add special "self" variable to refer to top-level object
This allows us to call alias function with the top-level object.

For convenience, all self.<method>()s are available as keywords. I don't think
we'll want to deprecate them. It would be tedious if we had to specify
-T'self.commit_id()' instead of -Tcommit_id.
2024-02-25 09:01:04 +09:00
..
design
technical
branches.md
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 sign: Update documentation 2024-02-20 00:02:08 +00:00
config.toml
conflicts.md
contributing.md
FAQ.md
git-comparison.md document the jj equivalent of git reset --soft 2024-02-10 08:49:03 -08:00
git-compatibility.md
github.md
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 revset: disable parsing rules of legacy dag range operator 2024-02-14 10:04:56 +09:00
sapling-comparison.md
templates.md templater: add special "self" variable to refer to top-level object 2024-02-25 09:01:04 +09:00
tutorial.md
windows.md
working-copy.md