From d0959eb00156744b74f6016b3398a8be06e5cca0 Mon Sep 17 00:00:00 2001 From: Chris Apple <14171107+cjappl@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:01:33 -0800 Subject: [PATCH] Adding a wraps to get fish to autopopulate branches (#255) --- conf.d/forgit.plugin.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/forgit.plugin.fish b/conf.d/forgit.plugin.fish index 03843ca..fd6c426 100644 --- a/conf.d/forgit.plugin.fish +++ b/conf.d/forgit.plugin.fish @@ -50,7 +50,7 @@ function forgit::cherry::pick -d "git cherry-picking" --argument-names 'target' "$FORGIT" cherry_pick $argv end -function forgit::cherry::pick::from::branch -d "git cherry-picking with interactive branch selection" +function forgit::cherry::pick::from::branch -d "git cherry-picking with interactive branch selection" --wraps "git cherry-pick" "$FORGIT" cherry_pick_from_branch $argv end