]> git.proxmox.com Git - libgit2.git/commit
remote: remove rename code for anonymous remotes
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 6 Jun 2014 13:54:42 +0000 (15:54 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Fri, 6 Jun 2014 13:54:42 +0000 (15:54 +0200)
commit5a49ff9fa0b89c9fd479e04e0f694fa5f07fd6f4
tree37a895271108854e75de4d9094af8d8bf981eaaf
parent716e20b47eb82ebd94588fe6c950e661b6fe4f15
remote: remove rename code for anonymous remotes

We don't allow renames of anonymous remotes, so there's no need to
handle them.

A remote is always associated with a repository, so there's no need to
check for that.
src/remote.c