commit 9fd7cd228e1a6050e9612e360413cf6bad907bce from: Stefan Sperling date: Fri Aug 30 13:15:11 2019 UTC 'got stage' writes to repository, fix unveil(2) call accordingly commit - 15c1efae1dfd132129ed52e62f8b58dc4f2ae3eb commit + 9fd7cd228e1a6050e9612e360413cf6bad907bce blob - f3dfdce78c8666ece462c9c92ef5f65827cd80f4 blob + 88baa51c6766b9e888d7053b7ddf29a2893174f7 --- got/got.c +++ got/got.c @@ -6416,7 +6416,7 @@ cmd_stage(int argc, char *argv[]) goto done; } } - 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;