Home

dotnix @main - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
tree log patch
combine refspecs into single git command for git-bug
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQNRc+0sQPdz8Jv3S0salPARvR13ovNWTW5NP0NGUn4pH641EExbrym5illueCfFfJO 2Bovx4FVXgnb04//rK+ws= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
1 week ago
1 changed files, 2 additions(+), 4 deletions(-)
apps/nogui/nushell/git-bug.nu
M apps/nogui/nushell/git-bug.nuapps/nogui/nushell/git-bug.nu
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/apps/nogui/nushell/git-bug.nu b/apps/nogui/nushell/git-bug.nu
index aa1fa662d624ef6b8e20cb5c37c63b2fad1d963b..fd92c060ea2091c49a03d2af0ef8bd3cd91baa44 100644
--- a/apps/nogui/nushell/git-bug.nu
+++ b/apps/nogui/nushell/git-bug.nu
@@ -9,13 +9,11 @@   }
 }
 
 export def "git bug pull" [] {
-  ^git fetch origin refs/bugs/*:refs/bugs/*
-  ^git fetch origin refs/identities/*:refs/identities/*
+  ^git fetch origin refs/bugs/*:refs/bugs/* refs/identities/*:refs/identities/*
 }
 
 export def "git bug push" [] {
-  ^git push origin refs/bugs/*:refs/bugs/*
-  ^git push origin refs/identities/*:refs/identities/*
+  ^git push origin refs/bugs/*:refs/bugs/* refs/identities/*:refs/identities/*
 }
 
 def "bug-id" [] {