mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-25 22:12:55 +00:00
refs: use 0666 permissions when writing packed-refs, not 0644
This matches stock Git's behavior.
This commit is contained in:
parent
a15c550db8
commit
7096d0f9e4
@ -16,7 +16,7 @@
|
||||
|
||||
#define MAX_NESTING_LEVEL 5
|
||||
|
||||
#define GIT_PACKED_REFS_FILE_MODE 0644
|
||||
#define GIT_PACKED_REFS_FILE_MODE 0666
|
||||
|
||||
enum {
|
||||
GIT_PACKREF_HAS_PEEL = 1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user