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
/// and deliberate compatibility adapters that still require libgit2.
117
-
/// Everything else should use [`Self::repo`] instead.
117
+
/// Activation and read-side flows should use [`Self::repo`] instead.
118
+
#[deprecated(
119
+
note = "Boundary-only escape hatch: use Context::repo unless you are crossing the remaining libgit2 checkout/index, hook, or transport/auth adapter boundary."
120
+
)]
118
121
pubgit2_repo:OnDemand<git2::Repository>,
119
122
/// An open handle to the database. It's initialized lazily upon first access.
120
123
/// It is also what makes this type non-Clone, which is fair.
0 commit comments