Re: What's cooking in git.git (Apr 2016, #07; Mon, 25)

2016-04-28 Thread Johannes Schindelin
Hi Junio, On Wed, 27 Apr 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > Hi Junio, > > > > On Mon, 25 Apr 2016, Junio C Hamano wrote: > > > >> * js/win32-mmap (2016-04-22) 3 commits > >> (merged to 'next' on 2016-04-22 at cd39c60) > >> + mmap(win32): avoid expensive fstat() c

Re: What's cooking in git.git (Apr 2016, #07; Mon, 25)

2016-04-27 Thread Junio C Hamano
Johannes Schindelin writes: > Hi Junio, > > On Mon, 25 Apr 2016, Junio C Hamano wrote: > >> * js/win32-mmap (2016-04-22) 3 commits >> (merged to 'next' on 2016-04-22 at cd39c60) >> + mmap(win32): avoid expensive fstat() call >> + mmap(win32): avoid copy-on-write when it is unnecessary >> + w

Re: What's cooking in git.git (Apr 2016, #07; Mon, 25)

2016-04-27 Thread Johannes Schindelin
Hi Junio, On Mon, 25 Apr 2016, Junio C Hamano wrote: > * js/win32-mmap (2016-04-22) 3 commits > (merged to 'next' on 2016-04-22 at cd39c60) > + mmap(win32): avoid expensive fstat() call > + mmap(win32): avoid copy-on-write when it is unnecessary > + win32mmap: set errno appropriately > > m

What's cooking in git.git (Apr 2016, #07; Mon, 25)

2016-04-25 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. The 'master' branch now has the se