Re: [PATCH/RFR&A] Do not rename read-only files during a push
From: Johannes Sixt <hidden> Date: 2016-06-15 22:45:30
On Sonntag, 19. Oktober 2008, Junio C Hamano wrote:
From: Petr Baudis <redacted>
Win32 does not allow renaming read-only files (at least on a Samba
share), making push into a local directory to fail. Thus, defer
the chmod() call in index-pack.c:final() only after
move_temp_to_file() was called.
Concerning the Win32 aspect of this patch:
Acked-by: Johannes Sixt <redacted>
-- Hannes