Re: [PATCH v5 00/34] Add directory rename detection to git

2018-01-03 Thread Johannes Sixt
Am 03.01.2018 um 22:02 schrieb Elijah Newren: On Wed, Jan 3, 2018 at 2:57 AM, Johannes Sixt wrote: I tested the series on Windows recently. It requires the patch below. I don't know whether this is indicating some portability issues of grep (^ being used in the middle of a RE instead of at the

Re: [PATCH v5 00/34] Add directory rename detection to git

2018-01-03 Thread Elijah Newren
On Wed, Jan 3, 2018 at 2:57 AM, Johannes Sixt wrote: > I tested the series on Windows recently. It requires the patch below. > I don't know whether this is indicating some portability issues of grep > (^ being used in the middle of a RE instead of at the very beginning) or > just a quirk in my se

Re: [PATCH v5 00/34] Add directory rename detection to git

2018-01-03 Thread Johannes Sixt
Am 03.01.2018 um 01:02 schrieb Elijah Newren: > On Wed, Dec 27, 2017 at 8:13 PM, Elijah Newren wrote: >> This patchset introduces directory rename detection to merge-recursive. See >>https://public-inbox.org/git/20171110190550.27059-1-new...@gmail.com/ >> for the first series (including desig

Re: [PATCH v5 00/34] Add directory rename detection to git

2018-01-02 Thread Elijah Newren
On Wed, Dec 27, 2017 at 8:13 PM, Elijah Newren wrote: > This patchset introduces directory rename detection to merge-recursive. See > https://public-inbox.org/git/20171110190550.27059-1-new...@gmail.com/ > for the first series (including design considerations, etc.), and follow-up > series can

[PATCH v5 00/34] Add directory rename detection to git

2017-12-27 Thread Elijah Newren
This patchset introduces directory rename detection to merge-recursive. See https://public-inbox.org/git/20171110190550.27059-1-new...@gmail.com/ for the first series (including design considerations, etc.), and follow-up series can be found at https://public-inbox.org/git/20171120220209.15111