Re: [PATCH v4 28/44] builtin-am: pass git-apply's options to git-apply

2015-07-01 Thread Stefan Beller
On Wed, Jul 1, 2015 at 3:22 AM, Paul Tan wrote: > On Tue, Jun 30, 2015 at 7:56 AM, Stefan Beller wrote: >> I realize this was in am.sh as well, but I find the help strings a bit >> unfortunate. >> (Yes, you actually need to look them up at another place as most people are >> not familiar with the

Re: [PATCH v4 28/44] builtin-am: pass git-apply's options to git-apply

2015-07-01 Thread Paul Tan
On Tue, Jun 30, 2015 at 7:56 AM, Stefan Beller wrote: > I realize this was in am.sh as well, but I find the help strings a bit > unfortunate. > (Yes, you actually need to look them up at another place as most people are > not familiar with the apply options). Yeah I agree, it would be an improvem

Re: [PATCH v4 28/44] builtin-am: pass git-apply's options to git-apply

2015-06-29 Thread Stefan Beller
On Sun, Jun 28, 2015 at 7:05 AM, Paul Tan wrote: > git-am.sh recognizes some of git-apply's options, and would pass them to > git-apply: > > * --whitespace, since 8c31cb8 (git-am: --whitespace=x option., > 2006-02-28) > > * -C, since 67dad68 (add -C[NUM] to git-am, 2007-02-08) > > * -p, since 20

[PATCH v4 28/44] builtin-am: pass git-apply's options to git-apply

2015-06-28 Thread Paul Tan
git-am.sh recognizes some of git-apply's options, and would pass them to git-apply: * --whitespace, since 8c31cb8 (git-am: --whitespace=x option., 2006-02-28) * -C, since 67dad68 (add -C[NUM] to git-am, 2007-02-08) * -p, since 2092a1f (Teach git-am to pass -p option down to git-apply, 2007-0