• Show log

    Commit

  • Hash : be67f512
    Author : Calvin Buckley
    Date : 2021-07-06T22:27:14

    Fix wrong time_t used in function This function doesn't interoperate with any system functions that use the system time_t, but rather only works with the git_time_t type in libgit2, which could be a different width than the system one. Fixes a compile warning.