Hi Peff,
On Wed, 20 Sep 2017, Jeff King wrote:
> On Tue, Sep 19, 2017 at 08:22:08AM +0200, Michael Haggerty wrote:
>
> > This branch is also available from my fork on GitHub as branch
> > `mmap-packed-refs`.
> >
> > My main uncertainties are:
> >
> > 1. Does this code actually work on Windows
On Tue, Sep 19, 2017 at 08:22:08AM +0200, Michael Haggerty wrote:
> This branch is also available from my fork on GitHub as branch
> `mmap-packed-refs`.
>
> My main uncertainties are:
>
> 1. Does this code actually work on Windows?
>
> 2. Did I implement the new compile-time option correctly? (
Hi Michael,
On Tue, 19 Sep 2017, Michael Haggerty wrote:
> This is v2 of a patch series that changes the reading and caching of the
> `packed-refs` file to use `mmap()`. Thanks to Junio, Stefan, and
> Johannes for their comments about v1 [1].
Thank you for the new iteration.
> The main change s
This is v2 of a patch series that changes the reading and caching of
the `packed-refs` file to use `mmap()`. Thanks to Junio, Stefan, and
Johannes for their comments about v1 [1].
The main change since v1 is to accommodate Windows, which doesn't let
you replace a file using `rename()` if the file
4 matches
Mail list logo