We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936a7cb commit a808d72Copy full SHA for a808d72
asyncgit/src/sync/hooks.rs
@@ -1,14 +1,13 @@
1
use super::{repository::repo, RepoPath};
2
use crate::{
3
error::Result,
4
- sync::remotes::{
5
- proxy_auto, tags::tags_missing_remote, Callbacks,
6
- },
7
-};
8
-use crate::{
9
- sync::branch::get_branch_upstream_merge,
10
- sync::config::{
11
- push_default_strategy_config_repo, PushDefaultStrategyConfig,
+ sync::{
+ branch::get_branch_upstream_merge,
+ config::{
+ push_default_strategy_config_repo,
+ PushDefaultStrategyConfig,
+ },
+ remotes::{proxy_auto, tags::tags_missing_remote, Callbacks},
12
},
13
};
14
use git2::{BranchType, Direction, Oid};
0 commit comments