]> git.proxmox.com Git - libgit2.git/commit
Allow to configure default file share mode for opening files
authorSven Strickroth <email@cs-ware.de>
Sat, 14 Jan 2017 17:39:32 +0000 (18:39 +0100)
committerEdward Thomson <ethomson@edwardthomson.com>
Mon, 3 Apr 2017 22:13:00 +0000 (23:13 +0100)
commitd5e6ca1e4a3f21ef9eb94c9e74cc4afb77194751
tree4b9667e649644089c5107d957603da6e4e2b9bb7
parent92d5a6377ad4d77bc51bb596ff7c78e9bcd0f902
Allow to configure default file share mode for opening files

This can prevent FILE_SHARED_VIOLATIONS when used in tools such as TortoiseGit TGitCache and FILE_SHARE_DELETE, because files can be opened w/o being locked any more.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
CHANGELOG.md
include/git2/common.h
src/settings.c
src/win32/posix.h
src/win32/posix_w32.c