add note fetching line to config

This commit is contained in:
Hylke 2011-06-24 23:23:41 +01:00
parent 6bc6b45a8f
commit 52e44b2053

View file

@ -102,7 +102,10 @@ namespace SparkleLib {
// Ignore permission changes
config = config.Replace ("filemode = true", "filemode = false");
config = config.Replace ("fetch = +refs/heads/*:refs/remotes/origin/*",
"fetch = +refs/heads/*:refs/remotes/origin/*" + Environment.NewLine +
"\tfetch = +refs/notes/*:refs/notes/*");
Console.WriteLine (">>>>>>>>>>>>>>>" + config);
// Add user info
string n = Environment.NewLine;
XmlDocument xml = new XmlDocument();