mirror of
https://github.com/git/git.git
synced 2025-03-21 04:25:39 +00: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>