mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 19:37:29 +00:00
Merge pull request #245 from schu/use-normalized
rename-reference: use normalized path
This commit is contained in:
commit
a5aa5bd1d1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user