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:
Yuya Nishihara 2024-06-04 20:21:22 +09:00
parent 88cb56d3dd
commit fcc0b86f0a

View file

@ -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