Re: [PATCH v13 14/14] builtin/am: use apply API in run_apply()

2016-09-01 Thread Christian Couder
On Thu, Sep 1, 2016 at 12:33 AM, Stefan Beller wrote: > On Sat, Aug 27, 2016 at 11:45 AM, Christian Couder > wrote: >> + >> + if (opts_left != 0) >> + die("unknown option passed thru to git apply"); > > Through and thru are different spellings of the same word. > Thru is the l

Re: [PATCH v13 14/14] builtin/am: use apply API in run_apply()

2016-08-31 Thread Stefan Beller
On Sat, Aug 27, 2016 at 11:45 AM, Christian Couder wrote: > + > + if (opts_left != 0) > + die("unknown option passed thru to git apply"); Through and thru are different spellings of the same word. Thru is the less preferred form, however, and it might be considered out of plac