anthodev/jj.fishpublic Fork 0
788c3b2
Commits
Clone
git clone https://git.rickub.com/anthodev/jj.fish.git
git clone ssh://git@rickub.com/anthodev/jj.fish.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

fix: jjwcl function

Cedric ANTHONY committed 2026-03-23T19:02:13+01:00 Browse files
788c3b2 parent: 32168ac
modified completions/jjwcl.fish +1 -1
@@ -1 +1 @@
1-complete --command jjcl --description "View which commits can be cleaned up"
1+complete --command jjwcl --description "View which commits can be cleaned up"
@@ -1 +1 @@
1-complete --command jjcl --description "View which commits can be cleaned up"1+complete --command jjwcl --description "View which commits can be cleaned up"
modified functions/jjwcl.fish +1 -1
@@ -1,3 +1,3 @@
1-function jjcl
1+function jjwcl
22 jj log -r 'mutable() ~ ancestors(develop@origin) ~ ancestors(remote_bookmarks())'
33 end
\ No newline at end of file
@@ -1,3 +1,3 @@
1-function jjcl1+function jjwcl
2 jj log -r 'mutable() ~ ancestors(develop@origin) ~ ancestors(remote_bookmarks())'2 jj log -r 'mutable() ~ ancestors(develop@origin) ~ ancestors(remote_bookmarks())'
3 end3 end
\ No newline at end of file\ No newline at end of file