Hi,
On Tue, Jun 2, 2015 at 9:37 PM, Matthieu Moy
wrote:
> Remi Lespinet writes:
>
>> +if test "$(git config --bool --get am.threeWay)" = true
>> +then
>> +threeway=t
>> +fi
>
> I think you missed Paul's remark on this:
>
> http://article.gmane.org/gmane.comp.version-control.git/270150
>
> No
Remi Lespinet writes:
> Add the am.threeWay configuration variable to use the -3 or --3way
> option of git am by default. When am.threeway is set and not desired
> for a specific git am command, the --no-3way option can be used to
> override it.
>
> Signed-off-by: Remi Lespinet
> ---
> Document
On Tue, Jun 2, 2015 at 9:52 AM, Remi LESPINET
wrote:
> Matthieu Moy writes:
>
>> Remi Lespinet writes:
>>
>> > +if test "$(git config --bool --get am.threeWay)" = true
>> > +then
>> > +threeway=t
>> > +fi
>>
>> I think you missed Paul's remark on this:
>>
>> http://article.gmane.org/gmane.co
On Tue, Jun 2, 2015 at 3:24 PM, Remi Lespinet
wrote:
> Add the am.threeWay configuration variable to use the -3 or --3way
> option of git am by default. When am.threeway is set and not desired
> for a specific git am command, the --no-3way option can be used to
> override it.
>
> Signed-off-by: Re
Matthieu Moy writes:
> Remi Lespinet writes:
>
> > +if test "$(git config --bool --get am.threeWay)" = true
> > +then
> > +threeway=t
> > +fi
>
> I think you missed Paul's remark on this:
>
> http://article.gmane.org/gmane.comp.version-control.git/270150
>
> Not terribly important since am w
Remi Lespinet writes:
> +if test "$(git config --bool --get am.threeWay)" = true
> +then
> +threeway=t
> +fi
I think you missed Paul's remark on this:
http://article.gmane.org/gmane.comp.version-control.git/270150
Not terribly important since am will be rewritten soon, though.
--
Matthie
Add the am.threeWay configuration variable to use the -3 or --3way
option of git am by default. When am.threeway is set and not desired
for a specific git am command, the --no-3way option can be used to
override it.
Signed-off-by: Remi Lespinet
---
Documentation/config.txt | 7 +++
Document
7 matches
Mail list logo