fix(git command): use git from yaml

This commit is contained in:
cubic
2022-04-20 17:13:51 +08:00
parent 85b2431fb3
commit 7501484f7e
2 changed files with 13 additions and 11 deletions

View File

@@ -1756,6 +1756,8 @@ class Repository extends Base
Response::output([]);
}
}
Response::reject(0x0405);
}
public function blameInfo_get()