repo: newlines

This commit is contained in:
Felix Krull 2018-10-09 23:07:07 +02:00 committed by Colin Walters
parent f77fc78ecf
commit 4dda00c741
1 changed files with 2 additions and 0 deletions

View File

@ -34,11 +34,13 @@ pub trait RepoExtManual {
maxdepth: i32,
cancellable: P
) -> Result<HashSet<ObjectName>, Error>;
fn list_refs<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
&self,
refspec_prefix: P,
cancellable: Q
) -> Result<HashMap<String, String>, Error>;
fn list_refs_ext<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
&self,
refspec_prefix: P,