• Show log

    Commit

  • Hash : 24ac9e0c
    Author : Edward Thomson
    Date : 2019-02-13T23:26:54

    deprecation: ensure we GIT_EXTERN deprecated funcs
    
    Although the error functions were deprecated, we did not properly mark
    them as deprecated.  We need to include the `deprecated.h` file in order
    to ensure that the functions get their export attributes.
    
    Similarly, do not define `GIT_DEPRECATE_HARD` within the library, or
    those functions will also not get their export attributes.  Define that
    only on the tests and examples.