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