ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
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
..
examples Switch to ignore crate for gitignore handling. 2024-02-20 09:12:46 -08:00
src templater: add special "self" variable to refer to top-level object 2024-02-25 09:01:04 +09:00
testing revset: ad-hoc optimization for range queries containing unwanted wanted heads 2024-02-22 23:26:29 +09:00
tests cli: restore documentation of jj diff lost in split of commands module 2024-02-23 09:45:19 -08:00
build.rs build: update rerun-if conditions to watch .git/HEAD in colocated repo 2023-08-06 12:16:11 +09:00
Cargo.toml completion: Add support for Nushell completions 2024-02-18 19:08:38 +01:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00