As the title says, I'm looking for a way to change the repository names given by Xcode4.3's Organizer.
To emphasize this, not the repository itself should be renamed, but the name that Organizer gives that repository on clone/checkout (the names that you see in bold in the list).
I'm currently working with a lot of repositories, and especially with Git it seems that the names given by Organizer are kind of random.
With a Git Location of, say, "foo@bar.mycompany.com:repo", Organizer sometimes names the repository "foo", sometimes "foo@bar.mycompany.com" (even multiple times the same name!). In SVN, it seems that the name is always the repository name ("repo" in the example above).
Handling a list of like 20 repositories, all with more or less the same pseudo-random names, is tiresome and error-prone. Surely there must be a way to change the names Xcode assigns the repositories?
Thanks in advance!