Re: [PATCH] revert & cherry-pick: run git gc --auto

2018-10-11 Thread SZEDER Gábor
On Thu, Oct 11, 2018 at 12:34:35PM +0200, Ævar Arnfjörð Bjarmason wrote: > I see we define NO_POSIX_GOODIES on Windows/MinGW, so those don't > demonize "gc", but then I'm confused by this which seems to imply the > opposite: https://github.com/Microsoft/vscode/issues/29901 I don't think it

Re: [PATCH] revert & cherry-pick: run git gc --auto

2018-10-11 Thread Phillip Wood
Hi Ævar On 11/10/2018 11:08, Ævar Arnfjörð Bjarmason wrote: On Thu, Oct 11 2018, Phillip Wood wrote: Hi Ævar On 10/10/2018 20:35, Ævar Arnfjörð Bjarmason wrote: Expand on the work started in 095c741edd ("commit: run git gc --auto just before the post-commit hook", 2018-02-28) to run "gc

Re: [PATCH] revert & cherry-pick: run git gc --auto

2018-10-11 Thread Ævar Arnfjörð Bjarmason
On Thu, Oct 11 2018, SZEDER Gábor wrote: > On Thu, Oct 11, 2018 at 12:08:47PM +0200, Ævar Arnfjörð Bjarmason wrote: >> >> On Thu, Oct 11 2018, Phillip Wood wrote: >> >> > Hi Ævar >> > >> > On 10/10/2018 20:35, Ævar Arnfjörð Bjarmason wrote: >> >> Expand on the work started in 095c741edd

Re: [PATCH] revert & cherry-pick: run git gc --auto

2018-10-11 Thread SZEDER Gábor
On Thu, Oct 11, 2018 at 12:08:47PM +0200, Ævar Arnfjörð Bjarmason wrote: > > On Thu, Oct 11 2018, Phillip Wood wrote: > > > Hi Ævar > > > > On 10/10/2018 20:35, Ævar Arnfjörð Bjarmason wrote: > >> Expand on the work started in 095c741edd ("commit: run git gc --auto > >> just before the

Re: [PATCH] revert & cherry-pick: run git gc --auto

2018-10-11 Thread Ævar Arnfjörð Bjarmason
On Thu, Oct 11 2018, Phillip Wood wrote: > Hi Ævar > > On 10/10/2018 20:35, Ævar Arnfjörð Bjarmason wrote: >> Expand on the work started in 095c741edd ("commit: run git gc --auto >> just before the post-commit hook", 2018-02-28) to run "gc --auto" in >> more commands where new objects can be

Re: [PATCH] revert & cherry-pick: run git gc --auto

2018-10-11 Thread Phillip Wood
Hi Ævar On 10/10/2018 20:35, Ævar Arnfjörð Bjarmason wrote: > Expand on the work started in 095c741edd ("commit: run git gc --auto > just before the post-commit hook", 2018-02-28) to run "gc --auto" in > more commands where new objects can be created. > > The notably missing commands are now