"brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > This series includes various changes to adopt the use of the_hash_algo > for abstracting hash algorithms away. > > Changes from v1: > * Fix comments referring to SHA-1. > * Switch hash function wrappers to take git_hash_ctx *. > * Use a const int variable for a constant value. > * Wrap an overly long line. Thanks for working on this. All changes looked sensible (even though I spotted one nit in the original, which was moved as-is, which does not count as a "change" ;-)).