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.
Showing
Please
register
or
sign in
to comment
The argument "opts" can be NULL, which selects default options. Do not access "opts" directly but only the normalized copy.