File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ impl From<git2_hooks::HookResult> for HookResult {
4949}
5050
5151/// Retrieve advertised refs from the remote for the upcoming push.
52- pub fn advertised_remote_refs (
52+ fn advertised_remote_refs (
5353 repo_path : & RepoPath ,
5454 remote : Option < & str > ,
5555 url : & str ,
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ pub use config::{
6666pub use diff:: get_diff_commit;
6767pub use git2:: BranchType ;
6868pub use hooks:: {
69- advertised_remote_refs , hooks_commit_msg, hooks_post_commit,
70- hooks_pre_commit , hooks_pre_push, hooks_prepare_commit_msg,
71- HookResult , PrePushTarget , PrepareCommitMsgSource ,
69+ hooks_commit_msg, hooks_post_commit, hooks_pre_commit ,
70+ hooks_pre_push, hooks_prepare_commit_msg, HookResult ,
71+ PrePushTarget , PrepareCommitMsgSource ,
7272} ;
7373pub use hunks:: { reset_hunk, stage_hunk, unstage_hunk} ;
7474pub use ignore:: add_to_ignore;
You can’t perform that action at this time.
0 commit comments