Taylor Blau <me@xxxxxxxxxxxx> writes: > Nicely done. This revision looks great to me, thanks. > > Reviewed-by: Taylor Blau <me@xxxxxxxxxxxx> I'd squeeze this into a single line, though. > - die(_("missing branch name; try -b")); > + die(_("missing branch name; try -%c"), > + cb_option); Will queue with a local fix-up for the above. Thanks.