jj/cli
Yuya Nishihara 04063a0efd templater: remove IntoTemplate abstraction, use extension method instead
This is a remainder of the previous refactoring series. into_template() could be
implemented as a non-extension method, which allows us to get rid of .clone()
from Literal property extraction. However, there wasn't measurable difference.
Let's not try to overly optimize things. It's probably simpler to switch to
Rc<str> if .clone() really matters.
2024-05-09 08:51:34 +09:00
..
examples revset: support custom filter extensions 2024-05-06 10:42:01 -04:00
src templater: remove IntoTemplate abstraction, use extension method instead 2024-05-09 08:51:34 +09:00
testing
tests cli jj util completion --help: Make the terminal output a bit prettier 2024-05-08 11:40:54 -07:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE