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
gvfs-helper-client: properly update loose cache with fetched OID
Fix parsing of the "loose <odb>" response from `gvfs-helper` and
use the actually parsed OID when updating the loose oid cache.
Previously, an uninitialized "struct oid" was used to update
the cache. This did not cause any corruption, but could cause
extra fetches for objects visited multiple times.
Signed-off-by: Jeff Hostetler <[email protected]>
0 commit comments