describe.c
20.4 KB
-
Fix crash in git_describe_commit when opts are NULL. · d10c846e
The argument "opts" can be NULL, which selects default options. Do not access "opts" directly but only the normalized copy.
Christoph Thelen committed
The argument "opts" can be NULL, which selects default options. Do not access "opts" directly but only the normalized copy.