pub fn permalink_with(
remotes: &[(String, String)],
resolve: &dyn Fn(&GitRevision) -> Option<String>,
loc: &SourceLocation,
) -> Option<String>Expand description
The pure permalink builder (R6): cached remotes plus a revision resolver — no repository handle, no native work on the caller’s thread.