mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
file rename
This commit is contained in:
parent
a8690e6e24
commit
102b0b31fb
2 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@ mod create_branch;
|
|||
mod cred;
|
||||
mod diff;
|
||||
mod externaleditor;
|
||||
mod fetch;
|
||||
mod filetree;
|
||||
mod help;
|
||||
mod inspect_commit;
|
||||
mod msg;
|
||||
mod pull;
|
||||
mod push;
|
||||
mod rename_branch;
|
||||
mod reset;
|
||||
|
|
@ -30,11 +30,11 @@ pub use commitlist::CommitList;
|
|||
pub use create_branch::CreateBranchComponent;
|
||||
pub use diff::DiffComponent;
|
||||
pub use externaleditor::ExternalEditorComponent;
|
||||
pub use fetch::PullComponent;
|
||||
pub use filetree::FileTreeComponent;
|
||||
pub use help::HelpComponent;
|
||||
pub use inspect_commit::InspectCommitComponent;
|
||||
pub use msg::MsgComponent;
|
||||
pub use pull::PullComponent;
|
||||
pub use push::PushComponent;
|
||||
pub use rename_branch::RenameBranchComponent;
|
||||
pub use reset::ResetComponent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue