On Sun, Jun 28, 2015 at 10:05 PM, Paul Tan <pyokagan@xxxxxxxxx> wrote: > diff --git a/builtin/am.c b/builtin/am.c > index 2387726..55989e5 100644 > --- a/builtin/am.c > +++ b/builtin/am.c > @@ -74,6 +74,12 @@ enum keep_type { > KEEP_NON_PATCH /* pass -b flag to git-mailinfo */ > }; > > +enum scissors_type { > + SCISSORS_UNSET = -1, > + SCISSORS_TRUE, /* pass --scissors to git-mailinfo */ > + SCISSORS_FALSE /* pass --no-scissors to git-mailinfo */ > +}; > + Heh, the improved test coverage[1] caught a bug here. Whooops. [1] http://thread.gmane.org/gmane.comp.version-control.git/273254/focus=273264 Regards, Paul -- 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