Re: [RFC PATCH 5/6] Integrate hash algorithm support with repo setup

2017-08-21 Thread Stefan Beller
On Sun, Aug 20, 2017 at 5:00 PM, brian m. carlson wrote: > In future versions of Git, we plan to support an additional hash > algorithm. Integrate the enumeration of hash algorithms with repository > setup, and store a pointer to the enumerated data in struct repository. > Of course, we currently

[RFC PATCH 5/6] Integrate hash algorithm support with repo setup

2017-08-20 Thread brian m. carlson
In future versions of Git, we plan to support an additional hash algorithm. Integrate the enumeration of hash algorithms with repository setup, and store a pointer to the enumerated data in struct repository. Of course, we currently only support SHA-1, so hard-code this value in read_repository_fo