Re: What's cooking in git.git (Oct 2016, #06; Mon, 24)

2016-10-27 Thread Johannes Schindelin
Hi Hannes, On Tue, 25 Oct 2016, Johannes Sixt wrote: > Am 25.10.2016 um 20:13 schrieb Stefan Beller: > > On Tue, Oct 25, 2016 at 10:15 AM, Junio C Hamano wrote: > > > - the "off-by-one fix" part of sb/submodule-ignore-trailing-slash > > >needs to be in the upcoming

Re: What's cooking in git.git (Oct 2016, #06; Mon, 24)

2016-10-25 Thread Johannes Sixt
Am 25.10.2016 um 20:13 schrieb Stefan Beller: On Tue, Oct 25, 2016 at 10:15 AM, Junio C Hamano wrote: - the "off-by-one fix" part of sb/submodule-ignore-trailing-slash needs to be in the upcoming release but the "trailing /. in base should not affect the resolution of

Re: What's cooking in git.git (Oct 2016, #06; Mon, 24)

2016-10-25 Thread Junio C Hamano
Jeff King writes: > On Mon, Oct 24, 2016 at 06:09:00PM -0700, Junio C Hamano wrote: > >> - lt/abbrev-auto and its follow-up jk/abbrev-auto are about auto >>scaling the default abbreviation length when Git produces a short >>object name to adjust to the modern times. Peff

Re: What's cooking in git.git (Oct 2016, #06; Mon, 24)

2016-10-25 Thread Junio C Hamano
Stefan Beller writes: > Ok. The first 2 patches are in good shape for this cycle, though. I thought both of you knew we are in agreement on that by now, but yes, the off-by-one fix needs to be in the upcoming release. > So maybe instead of adding !MINGW we rather want to

Re: What's cooking in git.git (Oct 2016, #06; Mon, 24)

2016-10-25 Thread Jeff King
On Mon, Oct 24, 2016 at 06:09:00PM -0700, Junio C Hamano wrote: > - lt/abbrev-auto and its follow-up jk/abbrev-auto are about auto >scaling the default abbreviation length when Git produces a short >object name to adjust to the modern times. Peff noticed one >fallout from it

Re: What's cooking in git.git (Oct 2016, #06; Mon, 24)

2016-10-25 Thread Stefan Beller
On Tue, Oct 25, 2016 at 10:15 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> One of the initial ways to work around the bugfix was to >> >> git clone . root # <- add in this step and it works again. >> git clone root super >> >> but instead

Re: What's cooking in git.git (Oct 2016, #06; Mon, 24)

2016-10-25 Thread Junio C Hamano
Stefan Beller writes: > One of the initial ways to work around the bugfix was to > > git clone . root # <- add in this step and it works again. > git clone root super > > but instead I will do the preparation for the 'super' project not > in '.' but in 'root', just

Re: What's cooking in git.git (Oct 2016, #06; Mon, 24)

2016-10-24 Thread Stefan Beller
On Mon, Oct 24, 2016 at 6:09 PM, Junio C Hamano wrote: > > * sb/submodule-ignore-trailing-slash (2016-10-18) 3 commits > . submodule--helper: normalize funny urls > (merged to 'next' on 2016-10-11 at e37425ed17) > + submodule: ignore trailing slash in relative url > +

What's cooking in git.git (Oct 2016, #06; Mon, 24)

2016-10-24 Thread Junio C Hamano
Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' (proposed updates) while commits prefixed with '+' are in 'next'. The ones marked with '.' do not appear in any of the integration branches, but I am still holding onto them. Originally I planed to start