| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -729,7 +729,7 @@ static int pack_backend__writepack(struct git_odb_writepack **out, | |||
| 729 | 729 | GIT_ERROR_CHECK_ALLOC(writepack); | |
| 730 | 730 | ||
| 731 | 731 | if (git_indexer_new(&writepack->indexer, | |
| 732 | - backend->pack_folder, 0, odb, &opts) < 0) { | ||
| 732 | + backend->pack_folder, 0644, odb, &opts) < 0) { | ||
| 733 | 733 | git__free(writepack); | |
| 734 | 734 | return -1; | |
| 735 | 735 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments