mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-19 19:08:08 +00:00
docs: fix another missing shell quoting around root()
We've turned the "root" symbol into a function before. That's probably why.
This commit is contained in:
parent
88cb56d3dd
commit
fcc0b86f0a
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ commit ID consisting of all '0's (`00000000...`) and a change ID consisting of
|
|||
all 'z's (`zzzzzzzz...`). It can be referred to in [revsets](#revset) by the
|
||||
function `root()`. Note that our definition of "root commit" is different from
|
||||
Git's; Git's "root commits" are the first commit(s) in the repository, i.e. the
|
||||
commits `jj log -r root()+` will show.
|
||||
commits `jj log -r 'root()+'` will show.
|
||||
|
||||
## Tree
|
||||
|
||||
|
|
Loading…
Reference in a new issue