mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-02 06:25:02 +03:00
Merge pull request #5140 from gitbutlerapp/no-push-hooks
Pass --no-verify to git push
This commit is contained in:
commit
562ad1493b
@ -352,7 +352,7 @@ where
|
||||
Fut: std::future::Future<Output = Option<String>>,
|
||||
Extra: Send + Clone,
|
||||
{
|
||||
let mut args = vec!["push", "--quiet"];
|
||||
let mut args = vec!["push", "--quiet", "--no-verify"];
|
||||
|
||||
let refspec = refspec.to_string();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user