commit 00f36e4705c823c9a2b0c558da9601d8da340d28 from: Stefan Sperling date: Fri Sep 06 16:00:35 2019 UTC unstage may need to write to repository; fix unveil(2) call accordingly commit - 72fd46fa56e8a73262ff8901b7c93554b7bad3e6 commit + 00f36e4705c823c9a2b0c558da9601d8da340d28 blob - 88baa51c6766b9e888d7053b7ddf29a2893174f7 blob + 4c8177b93f67a544c333230c5af5ce699c45e6ab --- got/got.c +++ got/got.c @@ -6524,7 +6524,7 @@ cmd_unstage(int argc, char *argv[]) } } - error = apply_unveil(got_repo_get_path(repo), 1, + error = apply_unveil(got_repo_get_path(repo), 0, got_worktree_get_root_path(worktree)); if (error) goto done;