add meta read access and remote for agents on forge

This commit is contained in:
damocles 2026-05-22 12:43:50 +02:00 committed by Mara
parent 4bc5237bea
commit bbe4cdb872
3 changed files with 109 additions and 7 deletions

View file

@ -579,7 +579,7 @@ pub fn git_command() -> Command {
Command::new(exe)
}
async fn git(dir: &Path, args: &[&str]) -> Result<()> {
pub async fn git(dir: &Path, args: &[&str]) -> Result<()> {
let out = git_command()
.current_dir(dir)
.args(args)