Commit d10c846e4e91fc299de194b3d4dd76fc4451cf67

Christoph Thelen 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.