'got stage' writes to repository, fix unveil(2) call accordingly
diff --git a/got/got.c b/got/got.c
index f3dfdce..88baa51 100644
--- a/got/got.c
+++ b/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;