Re: [RFC PATCH v2 00/12] Fix some git clean issues

2019-09-06 Thread Elijah Newren
On Thu, Sep 5, 2019 at 12:01 PM SZEDER Gábor wrote: > > On Thu, Sep 05, 2019 at 08:47:23AM -0700, Elijah Newren wrote: > > This patch series fixes a few issues with git-clean: > > > * Failure to preserve both tracked and untracked files within a nested > > Git repository reported a few weeks

Re: [RFC PATCH v2 00/12] Fix some git clean issues

2019-09-05 Thread SZEDER Gábor
On Thu, Sep 05, 2019 at 08:47:23AM -0700, Elijah Newren wrote: > This patch series fixes a few issues with git-clean: > * Failure to preserve both tracked and untracked files within a nested > Git repository reported a few weeks ago by SZEDER[3]. Wow, I didn't expect a 12 patch series to fi

[RFC PATCH v2 00/12] Fix some git clean issues

2019-09-05 Thread Elijah Newren
NOTE: This series builds on sg/clean-nested-repo-with-ignored, as it (among other things) modifies his testcase from expect_failure to expect_success. Also, Peff is probably the only one who remembers v1 (and even he may have forgotten it): v1 was posted a year and a half a