• Show log

    Commit

  • Hash : bbf034ab
    Author : Patrick Steinhardt
    Date : 2019-02-22T13:43:16

    hash: move `git_hash_prov` into Win32 backend
    
    The structure `git_hash_prov` is only ever used by the Win32 SHA1
    backend. As such, it doesn't make much sense to expose it via the
    generic "hash.h" header, as it is an implementation detail of the Win32
    backend only. Move the typedef of `git_hash_prov` into
    "hash/sha1/win32.h" to fix this.