mirror of
https://github.com/git/git.git
synced 2026-04-13 02:10:06 +02:00
We do not write through our use of mmap(), so make sure callers pass MAP_PRIVATE and remove support for writing changes back. Signed-off-by: Junio C Hamano <junkio@cox.net>