Re: [PATCH v2] compat: make sure git_mmap is not expected to write

2018-10-23 Thread Junio C Hamano
Carlo Marcelo Arenas Belón writes: > in f48000fc ("Yank writing-back support from gitfakemmap.", 2005-10-08) > support for writting back changes was removed but the specific prot > flag that would be used was not checked for > > Acked-by: Johannes Schindelin > Signed-off-by: Carlo Marcelo

[PATCH v2] compat: make sure git_mmap is not expected to write

2018-10-23 Thread Carlo Marcelo Arenas Belón
in f48000fc ("Yank writing-back support from gitfakemmap.", 2005-10-08) support for writting back changes was removed but the specific prot flag that would be used was not checked for Acked-by: Johannes Schindelin Signed-off-by: Carlo Marcelo Arenas Belón --- Changes in v2: * reset-author