repo git: Mark unsynced changes to upload after conflict resolution

This commit is contained in:
Hylke Bons 2017-12-16 18:17:16 +01:00
parent c85074b573
commit cf3b6a032e

View file

@ -611,6 +611,8 @@ namespace Sparkles.Git {
git.StartInfo.RedirectStandardOutput = false;
git.StartAndWaitForExit ();
HasUnsyncedChanges = true;
if (trigger_conflict_event)
OnConflictResolved ();
}