mirror of
https://github.com/git/git.git
synced 2025-04-04 12:47:19 +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>