mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-30 14:07:19 +00:00
Try a value for UNREADABLE that won't get masked out?!
This commit is contained in:
parent
e8cc3032c1
commit
7c4bbbf46d
@ -203,8 +203,8 @@ typedef enum {
|
||||
GIT_FILEMODE_BLOB = 0100644,
|
||||
GIT_FILEMODE_BLOB_EXECUTABLE = 0100755,
|
||||
GIT_FILEMODE_LINK = 0120000,
|
||||
GIT_FILEMODE_UNREADABLE = 0130000,
|
||||
GIT_FILEMODE_COMMIT = 0160000,
|
||||
GIT_FILEMODE_UNREADABLE = 0170000,
|
||||
} git_filemode_t;
|
||||
|
||||
typedef struct git_refspec git_refspec;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user