Nikolaus Rath writes:
> On Jun 21 2016, Junio C Hamano wrote:
>>
>> I find that the first sentence of the description is fuzzy
>> ("Determine whether" would imply that you would get "Yes/No" but
>> what we want is "here are the commits that do not have counterpart
>> in 2fix"),...
>
> This works
On Jun 21 2016, Michael J Gruber wrote:
> Nikolaus Rath venit, vidit, dixit 21.06.2016 01:21:
>> On Jun 20 2016, Junio C Hamano wrote:
>>> Nikolaus Rath writes:
>>>
What's the best way to find all commits in a branch A that have not been
cherry-picked from (or to) another branch B?
>>>
On Jun 21 2016, Junio C Hamano wrote:
> Nikolaus Rath writes:
>
>> On Jun 20 2016, Nikolaus Rath wrote:
>>> On Jun 20 2016, Junio C Hamano wrote:
Nikolaus Rath writes:
> What's the best way to find all commits in a branch A that have not been
> cherry-picked from (or to) anot
Nikolaus Rath writes:
> On Jun 20 2016, Nikolaus Rath wrote:
>> On Jun 20 2016, Junio C Hamano wrote:
>>> Nikolaus Rath writes:
>>>
What's the best way to find all commits in a branch A that have not been
cherry-picked from (or to) another branch B?
I think I could format-p
On Jun 20 2016, Nikolaus Rath wrote:
> On Jun 20 2016, Junio C Hamano wrote:
>> Nikolaus Rath writes:
>>
>>> What's the best way to find all commits in a branch A that have not been
>>> cherry-picked from (or to) another branch B?
>>>
>>> I think I could format-patch all commits in every branch
Nikolaus Rath venit, vidit, dixit 21.06.2016 01:21:
> On Jun 20 2016, Junio C Hamano wrote:
>> Nikolaus Rath writes:
>>
>>> What's the best way to find all commits in a branch A that have not been
>>> cherry-picked from (or to) another branch B?
>>>
>>> I think I could format-patch all commits in
On Jun 20 2016, Junio C Hamano wrote:
> Nikolaus Rath writes:
>
>> What's the best way to find all commits in a branch A that have not been
>> cherry-picked from (or to) another branch B?
>>
>> I think I could format-patch all commits in every branch into separate
>> files, hash the Author and Da
Nikolaus Rath writes:
> What's the best way to find all commits in a branch A that have not been
> cherry-picked from (or to) another branch B?
>
> I think I could format-patch all commits in every branch into separate
> files, hash the Author and Date of each files, and then compare the two
> li
Hello,
What's the best way to find all commits in a branch A that have not been
cherry-picked from (or to) another branch B?
I think I could format-patch all commits in every branch into separate
files, hash the Author and Date of each files, and then compare the two
lists. But I'm hoping there's
9 matches
Mail list logo