forked from mirrors/jj
docs: Fix zsh-breaking logging example
This commit is contained in:
parent
3a4258916c
commit
88cb56d3dd
1 changed files with 1 additions and 1 deletions
|
@ -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`):
|
||||
|
|
Loading…
Reference in a new issue