Skip to content

Commit d988efb

Browse files
committed
misc: Revert changes that were not required
1 parent 07d4348 commit d988efb

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_prepare_commit_msg, HookResult, PrepareCommitMsgSource,
@@ -111,6 +109,8 @@ pub use utils::{
111109
stage_add_all, stage_add_file, stage_addremoved, Head,
112110
};
113111

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

0 commit comments

Comments
 (0)