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
change!: migrate hash verification to the common interface
This mostly just affects return types – using
`git_hash::verify::Error` instead of bespoke duplicated versions
thereof, and occasionally returning an `ObjectId` instead of `()`
for convenience.
// Even though we could use gix_hash::bytes_of_file(…), this would require extending our
151
+
// Error type to support io::Error. As we only gain progress, there probably isn't much value // as these files are usually small enough to process them in less than a second, even for the large ones.
146
152
// But it's possible, once a progress instance is passed.
147
153
let data_len_without_trailer = self.data.len() - self.hash_len;
0 commit comments