Hi, On Thu, 12 Feb 2009, Prenom Nom wrote: > The thing is i cannot change the .git/config file since the repo is > created by git-cvsimport. Indeed. A dirty little trick would be to edit $(git --exec-path)git-cvsimport and put in your desired changes. A less ugly solution would be to patch git-cvsimport.perl to add an option --into-existing-repository that does not complain when the Git repository is already initialized, unless the 'origin' branch exists, too. Hth, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html