Commit a5aa5bd1 by Vicent Martí

Merge pull request #245 from schu/use-normalized

rename-reference: use normalized path
parents e64124b4 52b188f6
......@@ -1120,6 +1120,8 @@ static int reference_rename(git_reference *ref, const char *new_name, int force)
if (error < GIT_SUCCESS)
return git__rethrow(error, "Failed to rename reference");
new_name = normalized_name;
/* Ensure we're not going to overwrite an existing reference
unless the user has allowed us */
error = git_reference_lookup(&looked_up_ref, ref->owner, new_name);
......
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