Skip to content

Commit 5e13e45

Browse files
committed
Remove reword from sync mod
1 parent 3228edf commit 5e13e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncgit/src/sync/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub use hooks::{hooks_commit_msg, hooks_post_commit, HookResult};
3131
pub use hunks::{reset_hunk, stage_hunk, unstage_hunk};
3232
pub use ignore::add_to_ignore;
3333
pub use logwalker::LogWalker;
34-
pub use rebase::{reword, reword_safe};
34+
pub use rebase::reword_safe;
3535
pub use remotes::{
3636
fetch_origin, get_remotes, push, ProgressNotification,
3737
};

0 commit comments

Comments
 (0)