While working on test cases for git-cvsserver, especially the config file handling I noticed the following bug in git-config: $ git-config gitcvs.enabled true $ git-config gitcvs.ext.dbname %Ggitcvs1.%a.%m.sqlite $ git-config gitcvs.dbname %Ggitcvs2.%a.%m.sqlite expected result: [gitcvs] enabled = true dbname = %Ggitcvs2.%a.%m.sqlite [gitcvs "ext"] dbname = %Ggitcvs1.%a.%m.sqlite actual result: [gitcvs] enabled = true [gitcvs "ext"] dbname = %Ggitcvs1.%a.%m.sqlite dbname = %Ggitcvs2.%a.%m.sqlite Gruesse, -- Frank Lichtenheld <frank@xxxxxxxxxxxxxx> www: http://www.djpig.de/ - 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