repo: newlines
This commit is contained in:
parent
f77fc78ecf
commit
4dda00c741
|
|
@ -34,11 +34,13 @@ pub trait RepoExtManual {
|
||||||
maxdepth: i32,
|
maxdepth: i32,
|
||||||
cancellable: P
|
cancellable: P
|
||||||
) -> Result<HashSet<ObjectName>, Error>;
|
) -> Result<HashSet<ObjectName>, Error>;
|
||||||
|
|
||||||
fn list_refs<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
|
fn list_refs<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
|
||||||
&self,
|
&self,
|
||||||
refspec_prefix: P,
|
refspec_prefix: P,
|
||||||
cancellable: Q
|
cancellable: Q
|
||||||
) -> Result<HashMap<String, String>, Error>;
|
) -> Result<HashMap<String, String>, Error>;
|
||||||
|
|
||||||
fn list_refs_ext<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
|
fn list_refs_ext<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
|
||||||
&self,
|
&self,
|
||||||
refspec_prefix: P,
|
refspec_prefix: P,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue