You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gix-protocol/src/fetch/types.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ pub struct Options<'a> {
18
18
pubreject_shallow_remote:bool,
19
19
}
20
20
21
-
/// For use in [`RefMap::fetch()`] and [`fetch`](crate::fetch()).
21
+
/// For use in [`crate::Handshake::fetch_or_extract_refmap()`] and [`fetch`](crate::fetch()).
22
22
#[cfg(feature = "handshake")]
23
23
pubstructContext<'a,T>{
24
24
/// The outcome of the handshake performed with the remote.
@@ -29,7 +29,7 @@ pub struct Context<'a, T> {
29
29
///
30
30
/// This is always done if the underlying protocol is V2, which is implied by the absence of refs in the `handshake` outcome.
31
31
pubtransport:&'amutT,
32
-
/// How to self-identify during the `ls-refs` call in [`RefMap::fetch()`] or the `fetch` call in [`fetch()`](crate::fetch()).
32
+
/// How to self-identify during the `ls-refs` call in [`crate::Handshake::fetch_or_extract_refmap()`] or the `fetch` call in [`fetch()`](crate::fetch()).
33
33
///
34
34
/// This could be read from the `gitoxide.userAgent` configuration variable.
0 commit comments