From ca762a9220ab77e839be0786b50eaa701b53ae70 Mon Sep 17 00:00:00 2001 From: Hylke Date: Tue, 28 Jun 2011 20:02:48 +0100 Subject: [PATCH] repo git: sync up initial commit --- SparkleLib/Git/SparkleRepoGit.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SparkleLib/Git/SparkleRepoGit.cs b/SparkleLib/Git/SparkleRepoGit.cs index 4a1e23ee..3f5fe3c5 100644 --- a/SparkleLib/Git/SparkleRepoGit.cs +++ b/SparkleLib/Git/SparkleRepoGit.cs @@ -616,6 +616,13 @@ namespace SparkleLib { } + public override void CreateInitialChangeSet () + { + base.CreateInitialChangeSet (); + SyncUp (); + } + + // Creates a SHA-1 hash of input private string SHA1 (string s) {