Junio C Hamano <gitster@xxxxxxxxx> wrote: > Roy Eldar <royeldar0@xxxxxxxxx> writes: > > > + -b* | --branch*) > > + branch="$1" > > Once another option like "--branches-only" will be caught by this > case arm. Do not omit "=" in the pattern. Thanks. I noticed that I did so in a couple of other places as well, so I'll fix that and send a v4 patch series.