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

2018-10-23 Thread Johannes Schindelin
Hi carlo, your mail's "From:" line does not record your full name, but the Signed-off-by: line does. Let's use the latter? On Mon, 22 Oct 2018, carlo wrote: > in f48000fc ("Yank writing-back support from gitfakemmap.", 2005-10-08) > support for writting back changes was removed but the specific

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

2018-10-22 Thread carlo
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) Signed-off-by: Carlo Marcelo Arenas Belón --- compat/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(