Commit be9a386ceda92869b8517d55ccf86e9564898bd8

Aaron Patterson 2019-03-22T17:04:32

Each hash implementation should define `git_hash_global_init` This means the forward declaration isn't necessary. The forward declaration can cause compilation errors as it conflicts with the `GIT_INLINE` declaration (the signatures are different).