mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
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…
Add table
Add a link
Reference in a new issue