Add support for renaming and deleting a remote.
commit2d0288d586707167b4cbe87b86a26a8b1d5ba375
authorLluis Sanchez Gual <lluis@novell.com>
Fri, 27 Aug 2010 09:34:38 +0000 (27 11:34 +0200)
committerLluis Sanchez Gual <lluis@novell.com>
Fri, 27 Aug 2010 09:34:38 +0000 (27 11:34 +0200)
tree5c019427f3287598062bf4657eaed6ef523dcf4c
parent0e89775dd3a641fd9b580e8f077810d135d08422
Add support for renaming and deleting a remote.

* GitSharp.csproj:
* GitSharp.Core.csproj: Fix mono build issues.

* RemoteConfig.cs: Add support for renaming and deleting a remote.

* Remote.cs:
* Repository.cs: Add support for managing remotes.
GitSharp.Core/GitSharp.Core.csproj
GitSharp.Core/Transport/RemoteConfig.cs
GitSharp/GitSharp.csproj
GitSharp/Remote.cs [new file with mode: 0644]
GitSharp/Repository.cs