On Sat, Mar 24, 2018 at 6:37 PM, Joel Teichroeb <joel@xxxxxxxxxxxxx> wrote: > diff --git a/git-stash.sh b/git-stash.sh > index 92c084eb17..360643ad4e 100755 > --- a/git-stash.sh > +++ b/git-stash.sh > @@ -736,7 +736,8 @@ pop) > ;; > branch) > shift > - apply_to_branch "$@" > + cd "$START_DIR" > + git stash--helper branch "$@" > ;; > *) > case $# in Can the apply_to_branch() shell function be removed from git-stash.sh?