mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-18 07:33:26 -05:00
Atomic append on windows is only supported on local disk files, and it may cause errors in other situations, e.g. network file system. If that is the case, this config option should be used to turn atomic append off. Co-Authored-By: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: 孙卓识 <sunzhuoshi@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
windows.appendAtomically::
|
|
By default, append atomic API is used on windows. But it works only with
|
|
local disk files, if you're working on a network file system, you should
|
|
set it false to turn it off.
|