Add todo to SparkleDiff

This commit is contained in:
Hylke Bons 2010-06-30 01:25:02 +01:00
parent 2686e80548
commit 0fe200735e

View file

@ -194,6 +194,7 @@ namespace SparkleShare {
process.StartInfo.RedirectStandardOutput = true;
process.StartInfo.UseShellExecute = false;
// TODO: Nice commit summary and "Current Revision"
process.StartInfo.WorkingDirectory = System.IO.Path.GetDirectoryName (file_path);
process.StartInfo.FileName = "git";
process.StartInfo.Arguments = "log --format=\"%H\" " + file_name;
@ -302,8 +303,6 @@ namespace SparkleShare {
UpdateControls ();
ShowAll ();
}