On Jan 5, 2008 2:31 AM, Brandon Casey <casey@xxxxxxxxxxxxxxx> wrote: > > > +drop_stash () { > + if ! have_stash > + then > + echo >&2 'No stash entries to drop' > + exit 0 > + fi Please, or > + echo >&2 'No stash entries to drop' > + exit 1 or > + echo 'No stash entries to drop' > + exit 0 I would prefer the latter. Thanks Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html