• Show log

    Commit

  • Hash : d10c846e
    Author : Christoph Thelen
    Date : 2020-08-27T21:47:48

    Fix crash in git_describe_commit when opts are NULL.
    
    The argument "opts" can be NULL, which selects default options. Do not access
    "opts" directly but only the normalized copy.