On 01/23, Junio C Hamano wrote:
> Thomas Gummerer <t.gumme...@gmail.com> writes:
> 
> > +   stash_msg="$*"
> > +
> > +   if test -z stash_msg
> 
> A dollar-sign is missing here, I think.

Yes, thanks.

> > +   then
> > +           push_stash $push_options
> > +   else
> > +           push_stash $push_options -m "$stash_msg"
> > +   fi
> > +}

-- 
Thomas

Reply via email to