Skip to content

Commit 5c20cd1

Browse files
committed
misc: Revert changes that were not required
1 parent 04c1829 commit 5c20cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asyncgit/src/sync/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ pub use config::{
6666
};
6767
pub use diff::get_diff_commit;
6868
pub use git2::BranchType;
69-
pub use git2::ResetType;
70-
pub use git2::Sort;
7169
pub use hooks::{
7270
hooks_commit_msg, hooks_post_commit, hooks_pre_commit,
7371
hooks_pre_push, hooks_prepare_commit_msg, HookResult,
@@ -112,6 +110,8 @@ pub use utils::{
112110
stage_add_all, stage_add_file, stage_addremoved, Head,
113111
};
114112

113+
pub use git2::ResetType;
114+
115115
/// test utils
116116
#[cfg(test)]
117117
pub mod tests {

0 commit comments

Comments
 (0)