ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Yuya Nishihara 4984e611f4 templater: add "parent_commit_ids" keyword
A list type isn't so useful without a map operation, but List<CommitId>
is at least printable. Maybe we can experiment with it to craft a map
operation.

If a map operation is introduced, this keyword might be replaced with
"parents.map(|commit| commit.commit_id)", where parents is of List<Commit>
type, and the .map() method will probably return List<Template>.
2023-03-07 11:33:15 +09:00
..
technical
branches.md
code-of-conduct.md
config.md templater: require infix ++ operator to concatenate expressions 2023-03-01 16:39:23 +09:00
config.toml Update docs/config.toml with new way to show relative timestamps 2023-02-15 21:26:14 -08:00
conflicts.md
contributing.md contributing.md: Add a link to the "Comprehensive Rust" course 2023-01-25 21:10:10 -08:00
git-comparison.md
git-compatibility.md docs: Update section about support for .gitignores 2023-03-01 18:03:31 -08:00
github.md style: fix typos found by codespell 2023-01-28 07:23:45 -08:00
operation-log.md operation-log.md: Give a brief description of @, +, - 2023-02-18 22:42:51 -08:00
related-work.md
revsets.md Clarify that files() is relative 2023-03-06 13:54:38 +09:00
templates.md templater: add "parent_commit_ids" keyword 2023-03-07 11:33:15 +09:00
tutorial.md tutorial: update with recent changes, plus some other editing 2023-02-14 06:06:58 -08:00
working-copy.md workspace: add a root subcommand to print the workspace root path 2023-01-24 16:53:54 +01:00