]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SolverGit.pm
nntp: fix STAT command
[public-inbox.git] / lib / PublicInbox / SolverGit.pm
index b1cb1ae97c41ccd371a8387b13f5f379abd21418..ddf5fa16b4b10ee502454982685324f19069424d 100644 (file)
@@ -594,7 +594,7 @@ sub new {
 }
 
 # recreate $oid_want using $hints
-# hints keys: path_a, path_b, oid_a
+# hints keys: path_a, path_b, oid_a (note: `oid_b' is NOT a hint)
 # Calls {user_cb} with: [ ::Git object, oid_full, type, size, di (diff_info) ]
 # with found object, or undef if nothing was found
 # Calls {user_cb} with a string error on fatal errors