optimize<WorkingCopy>: do not re-diff when file not changed

This commit is contained in:
leo 2022-10-27 22:11:24 +08:00
parent 87d96598be
commit aec498e9b0
4 changed files with 47 additions and 25 deletions

View file

@ -1,10 +1,8 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
@ -12,7 +10,6 @@ using System.Windows.Controls.Primitives;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Xml.Linq;
namespace SourceGit.Views.Widgets {