commit 001a95cdb07bcbee6b43f13cb196f7dbf825013e from: Stefan Sperling via: Thomas Adam date: Fri Oct 15 19:22:03 2021 UTC make 'gotadmin indexpack' unveil the repository read/write, not read-only commit - bb27d0d133cd61dc95e337e9d53e611557532338 commit + 001a95cdb07bcbee6b43f13cb196f7dbf825013e blob - 044fa1b21895a175e76d5e6c235ab0edce4761b8 blob + a86569641450d3ae54d222474ede59531dbe00ef --- gotadmin/gotadmin.c +++ gotadmin/gotadmin.c @@ -702,7 +702,7 @@ cmd_indexpack(int argc, char *argv[]) if (error) goto done; - error = apply_unveil(got_repo_get_path_git_dir(repo), 1); + error = apply_unveil(got_repo_get_path_git_dir(repo), 0); if (error) goto done;