mirror of
https://github.com/samsonjs/config.git
synced 2026-06-24 04:59:08 +00:00
Make jj tips only show mutable and non-empty changes
This commit is contained in:
parent
a41717ab98
commit
e92a2eeb92
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ bookmark-advance-to = "(@ ~ empty()) | (@ & empty())-"
|
|||
wip = ["log", "-r", "open()"]
|
||||
|
||||
# Your unbookmarked tip changes.
|
||||
tips = ["log", "-r", "unbookmarked()"]
|
||||
tips = ["log", "-r", "unbookmarked() & mutable() ~ empty()"]
|
||||
|
||||
# Your bookmarks (local + remote) with date + name.
|
||||
bks = ["log", "--no-graph", "-r", "(bookmarks() | remote_bookmarks()) & mine()",
|
||||
|
|
|
|||
Loading…
Reference in a new issue