FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix pack file permission issue on NFS · libgit2/libgit2@896efff · GitHub

Commit 896efff

Browse files
committed
Fix pack file permission issue on NFS
1 parent 6c78fd0 commit 896efff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/odb_pack.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ static int pack_backend__writepack(struct git_odb_writepack **out,
729729
GIT_ERROR_CHECK_ALLOC(writepack);
730730

731731
if (git_indexer_new(&writepack->indexer,
732-
backend->pack_folder, 0, odb, &opts) < 0) {
732+
backend->pack_folder, 0644, odb, &opts) < 0) {
733733
git__free(writepack);
734734
return -1;
735735
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL