From 88cb56d3dd3db576a89b8663bf3afb3ebf8a0f2d Mon Sep 17 00:00:00 2001 From: Matthew Davidson Date: Tue, 4 Jun 2024 17:33:35 +0700 Subject: [PATCH] docs: Fix zsh-breaking logging example --- docs/revsets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/revsets.md b/docs/revsets.md index 1e14ea199..a7a38782a 100644 --- a/docs/revsets.md +++ b/docs/revsets.md @@ -296,7 +296,7 @@ jj log -r 'remote_branches(remote=origin)..' Show the initial commits in the repo (the ones Git calls "root commits"): ``` -jj log -r root()+ +jj log -r 'root()+' ``` Show some important commits (like `git --simplify-by-decoration`):