• Show log

    Commit

  • Hash : be9a386c
    Author : Aaron Patterson
    Date : 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).