ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Yuya Nishihara b0c8e9ef62 revset: add 0-ary "::" and ".." operators as short for "all()" and "~root()"
Suppose "x::y" is the operator that defaults to "root()::visible_heads()"
respectively, "::" is identical to "all()". Since we've just changed the
behavior of "..y", ".." is now "root()..visible_heads()" meaning "~root()".
2023-09-05 10:40:04 +09:00
..
design doc: add plan for non-tracking branches support 2023-08-23 09:58:01 +09:00
technical docs: markdown fixups, mostly to remove links pointing outside docs 2023-08-28 10:43:48 -07:00
branches.md
code-of-conduct.md
config.md config.md: update Vim instructions to mention vimtabdiff 2023-08-22 15:51:18 -07:00
config.toml
conflicts.md
contributing.md docs: goodbye Github, hello GitHub 2023-08-28 10:43:48 -07:00
FAQ.md docs: minor markdown fixups 2023-08-28 10:43:48 -07:00
git-comparison.md Small addition to index comparison 2023-08-14 13:48:46 +09:00
git-compatibility.md
github.md docs: goodbye Github, hello GitHub 2023-08-28 10:43:48 -07:00
glossary.md revset: convert root symbol to function 2023-09-04 10:36:30 +09:00
install-and-setup.md docs: change "shell script" codeblock to "shell" 2023-08-28 10:43:48 -07:00
operation-log.md
related-work.md
revsets.md revset: add 0-ary "::" and ".." operators as short for "all()" and "~root()" 2023-09-05 10:40:04 +09:00
sapling-comparison.md docs: markdown fixups, mostly to remove links pointing outside docs 2023-08-28 10:43:48 -07:00
templates.md templater: add boolean literals 2023-09-03 07:01:40 +09:00
tutorial.md revset: convert root symbol to function 2023-09-04 10:36:30 +09:00
working-copy.md