jj: Add alias to show WIP commits.
`jlfw` will quickly list every commit that contains 'WIP:'. Quicker version of `jlf 'WIP:'`.
This commit is contained in:
parent
7d9a85ec48
commit
4dc4ab39a6
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ jlof() {
|
|||
jloof() {
|
||||
jj log --patch -r "description(substring-i:\"$*\")"
|
||||
}
|
||||
alias jlfw='jj log -r "description(substring-i:\"WIP:\")"'
|
||||
|
||||
# show branches (i.e. head commits) w a couple previous commits
|
||||
alias jh="jj log -r 'ancestors(heads(all()), 3)'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue