Unverified Commit 7678e4e5 by Edward Thomson Committed by GitHub

Merge pull request #6273 from apnadkarni/describe-crash-fix

Bug #6272 - fix crash in git_describe_commit.
parents 465bbf88 350cea37
......@@ -652,7 +652,7 @@ int git_describe_commit(
{
struct get_name_data data;
struct commit_name *name;
git_commit *commit;
git_commit *commit = NULL;
int error = -1;
git_describe_options normalized;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment