From fcc0b86f0a7ff2990dc9e7e42a4e3e12eacdbb86 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Tue, 4 Jun 2024 20:21:22 +0900 Subject: [PATCH] docs: fix another missing shell quoting around root() We've turned the "root" symbol into a function before. That's probably why. --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index a934e7dbb..44bd79e3b 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -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