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
conflicts.md
contributing.md
git-comparison.md
git-compatibility.md docs: Update section about support for .gitignores 2023-03-01 18:03:31 -08:00
github.md
operation-log.md
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
working-copy.md