The repo configuration setup fails. I'll squash this in --- a/org.spearce.jgit/src/org/spearce/jgit/lib/RepositoryConfig.java +++ b/org.spearce.jgit/src/org/spearce/jgit/lib/RepositoryConfig.java @@ -534,6 +534,7 @@ public void create() { add(e); core = new CoreConfig(this); + transfer = new TransferConfig(this); } /** i.e. initialize the transfer object when creating a new repo in junit tests. I also noted we try to read ~/.gitconfig which may give us som headaches later on. -- robin -- 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