On Fri, 2007-09-07 at 01:11 +0200, Karl Hasselström wrote: > Mmm, irritating. I really don't get the error, and debug printouts > confirm that it's because the directories .git/remotes and > .git/branches both exist. I think you have ~/share/git-core/templates/remotes left by an older version of git. git 1.5.3 installs "branches" there (probably for cogito compatibility), but not "remotes" (which is newer, but just as obsolete as "branches"). It's unfortunate that local files are affecting the testsuite. The testsuite for git sets GIT_TEMPLATE_DIR to the directory from which the templates are installed, but there is no such directory in StGIT sources. Well, "templates" could be (mis)used for that purpose, since we don't need any hooks. The patch is ready, I'll send it shortly. -- Regards, Pavel Roskin - 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