We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a5862 commit c642654Copy full SHA for c642654
asyncgit/src/sync/mod.rs
@@ -34,7 +34,7 @@ pub use hooks::{hooks_commit_msg, hooks_post_commit, HookResult};
34
pub use hunks::{reset_hunk, stage_hunk, unstage_hunk};
35
pub use ignore::add_to_ignore;
36
pub use logwalker::LogWalker;
37
-pub use rebase::{reword, reword_safe};
+pub use rebase::reword_safe;
38
pub use remotes::{
39
fetch_origin, get_remotes, push, ProgressNotification,
40
};
0 commit comments