ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara ccabb11890 templater: wrap RefName with Rc to copy OnceCell around
Because template is declarative language, and is evaluated as a tree, there
will be multiple copies of the same RefName object. This patch allows us to
cache ahead/behind counts which will be lazily calculated.
2024-05-10 08:36:38 +09:00
..
examples revset: support custom filter extensions 2024-05-06 10:42:01 -04:00
src templater: wrap RefName with Rc to copy OnceCell around 2024-05-10 08:36:38 +09:00
testing
tests templater: add helper method that unwraps Option<T> property 2024-05-09 08:51:34 +09:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE