Denton Liu writes:
>> I suspect that such a rebase will become no-op without "-i". Am I
>> mistaken? I am not sure if "--keep-base" is useful without "-i".
>
> It's useful in the case of "-x", although that is a grey area since "-x"
> uses interactive machinery internally. Aside from "-x", I ca
On Tue, Mar 26 2019, Denton Liu wrote:
> Hi Ævar,
>
> On Tue, Mar 26, 2019 at 09:35:48PM +0100, Ævar Arnfjörð Bjarmason wrote:
>>
>> On Tue, Mar 26 2019, Denton Liu wrote:
>>
>> > Hi Ævar,
>> >
>> > On Tue, Mar 26, 2019 at 03:35:34PM +0100, Ævar Arnfjörð Bjarmason wrote:
>> >>
>> >> On Sat, Mar
Hi Ævar,
On Tue, Mar 26, 2019 at 09:35:48PM +0100, Ævar Arnfjörð Bjarmason wrote:
>
> On Tue, Mar 26 2019, Denton Liu wrote:
>
> > Hi Ævar,
> >
> > On Tue, Mar 26, 2019 at 03:35:34PM +0100, Ævar Arnfjörð Bjarmason wrote:
> >>
> >> On Sat, Mar 23 2019, Denton Liu wrote:
> >>
> >> > This series te
On Tue, Mar 26 2019, Denton Liu wrote:
> Hi Ævar,
>
> On Tue, Mar 26, 2019 at 03:35:34PM +0100, Ævar Arnfjörð Bjarmason wrote:
>>
>> On Sat, Mar 23 2019, Denton Liu wrote:
>>
>> > This series teaches rebase the --keep-base option.
>> >
>> > 'git rebase --keep-base ' is equivalent to
>> > 'git re
Hi Ævar,
On Tue, Mar 26, 2019 at 03:35:34PM +0100, Ævar Arnfjörð Bjarmason wrote:
>
> On Sat, Mar 23 2019, Denton Liu wrote:
>
> > This series teaches rebase the --keep-base option.
> >
> > 'git rebase --keep-base ' is equivalent to
> > 'git rebase --onto ... ' or
> > 'git rebase --onto $(git me
On Sat, Mar 23 2019, Denton Liu wrote:
> This series teaches rebase the --keep-base option.
>
> 'git rebase --keep-base ' is equivalent to
> 'git rebase --onto ... ' or
> 'git rebase --onto $(git merge-base HEAD) ' .
>
> This seems to be a common case that people (including myself!) run into; I
Hi Junio,
On Sun, Mar 24, 2019 at 10:15:31PM +0900, Junio C Hamano wrote:
> Denton Liu writes:
>
> > This series teaches rebase the --keep-base option.
> >
> > 'git rebase --keep-base ' is equivalent to
> > 'git rebase --onto ... ' or
> > 'git rebase --onto $(git merge-base HEAD) ' .
> >
> > Th
Denton Liu writes:
> This series teaches rebase the --keep-base option.
>
> 'git rebase --keep-base ' is equivalent to
> 'git rebase --onto ... ' or
> 'git rebase --onto $(git merge-base HEAD) ' .
>
> This seems to be a common case that people (including myself!) run
> into; I was able to find t
This series teaches rebase the --keep-base option.
'git rebase --keep-base ' is equivalent to
'git rebase --onto ... ' or
'git rebase --onto $(git merge-base HEAD) ' .
This seems to be a common case that people (including myself!) run into; I was
able to find these StackOverflow posts about this
9 matches
Mail list logo