From: Brian Norris Date: Sun, 23 Nov 2014 04:38:46 +0000 (-0800) Subject: pwclient: exit on first patch which fails to apply X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=52ef32ce109ac96b6dc63a66997e39c83ad23d59;hp=52ef32ce109ac96b6dc63a66997e39c83ad23d59;p=patchwork pwclient: exit on first patch which fails to apply When run with more than one patch ID, the 'apply' and 'git-am' commands should not continue to process other patches if an earlier one failed. We should stop so the user can address the situation. Future work: it'd be nice to just pipe all the patches at once to git-am, so that git's nice handling of fixup-and-continue workflow can be used. Signed-off-by: Brian Norris Signed-off-by: Jeremy Kerr ---