Re: [PATCH v3 00/33] Add directory rename detection to git

2017-11-24 Thread Elijah Newren
On Thu, Nov 23, 2017 at 9:25 PM, Elijah Newren wrote: > On Thu, Nov 23, 2017 at 2:28 PM, Elijah Newren wrote: >> On Thu, Nov 23, 2017 at 3:52 AM, Adam Dinwoodie wrote: >>> On Tuesday 21 November 2017 at 12:00 am -0800, Elijah Newren wrote:

Re: [PATCH v3 00/33] Add directory rename detection to git

2017-11-23 Thread Elijah Newren
On Thu, Nov 23, 2017 at 2:28 PM, Elijah Newren wrote: > On Thu, Nov 23, 2017 at 3:52 AM, Adam Dinwoodie wrote: >> On Tuesday 21 November 2017 at 12:00 am -0800, Elijah Newren wrote: >>> >>> >>> merge-recursive.c | 1243 +++- >>>

Re: [PATCH v3 00/33] Add directory rename detection to git

2017-11-23 Thread Elijah Newren
On Thu, Nov 23, 2017 at 3:52 AM, Adam Dinwoodie wrote: > On Tuesday 21 November 2017 at 12:00 am -0800, Elijah Newren wrote: >> >> >> merge-recursive.c | 1243 +++- >> merge-recursive.h | 17 + >> t/t3501-revert-cherry-pick.sh

Re: [PATCH v3 00/33] Add directory rename detection to git

2017-11-23 Thread Adam Dinwoodie
On Tuesday 21 November 2017 at 12:00 am -0800, Elijah Newren wrote: > > > merge-recursive.c | 1243 +++- > merge-recursive.h | 17 + > t/t3501-revert-cherry-pick.sh |5 +- > t/t6043-merge-rename-directories.sh | 3821 >

Re: [PATCH v3 00/33] Add directory rename detection to git

2017-11-22 Thread Elijah Newren
On Wed, Nov 22, 2017 at 11:24 AM, Stefan Beller wrote: > On Tue, Nov 21, 2017 at 5:12 PM, Elijah Newren wrote: >> On Tue, Nov 21, 2017 at 4:42 PM, Stefan Beller wrote: >>> On Tue, Nov 21, 2017 at 12:00 AM, Elijah Newren

Re: [PATCH v3 00/33] Add directory rename detection to git

2017-11-22 Thread Stefan Beller
On Tue, Nov 21, 2017 at 5:12 PM, Elijah Newren wrote: > On Tue, Nov 21, 2017 at 4:42 PM, Stefan Beller wrote: >> On Tue, Nov 21, 2017 at 12:00 AM, Elijah Newren wrote: >>> This patchset introduces directory rename detection to

Re: [PATCH v3 00/33] Add directory rename detection to git

2017-11-21 Thread Junio C Hamano
Elijah Newren writes: > Interesting; tbdiff looks cool. Junio hasn't queued this series yet, > but it's easy enough to reconstruct the old one. It does weigh in > pretty heavy, and I'm slighly worried about gmail mangling all the > lines, but I'm going to give it a shot

Re: [PATCH v3 00/33] Add directory rename detection to git

2017-11-21 Thread Elijah Newren
On Tue, Nov 21, 2017 at 4:42 PM, Stefan Beller wrote: > On Tue, Nov 21, 2017 at 12:00 AM, Elijah Newren wrote: >> This patchset introduces directory rename detection to merge-recursive; I'm >> resubmitting just a few hours after my PATCHv2 because I didn't

Re: [PATCH v3 00/33] Add directory rename detection to git

2017-11-21 Thread Stefan Beller
On Tue, Nov 21, 2017 at 12:00 AM, Elijah Newren wrote: > This patchset introduces directory rename detection to merge-recursive; I'm > resubmitting just a few hours after my PATCHv2 because I didn't know about > the DEVELOPER=1 flag previously, and my code had a number of >

[PATCH v3 00/33] Add directory rename detection to git

2017-11-21 Thread Elijah Newren
This patchset introduces directory rename detection to merge-recursive; I'm resubmitting just a few hours after my PATCHv2 because I didn't know about the DEVELOPER=1 flag previously, and my code had a number of warnings/errors. I would have just submitted fixup/squash patches, but when I