diff --git a/SparkleLib/Git/SparkleRepoGit.cs b/SparkleLib/Git/SparkleRepoGit.cs index 5863ea55..2f663819 100644 --- a/SparkleLib/Git/SparkleRepoGit.cs +++ b/SparkleLib/Git/SparkleRepoGit.cs @@ -576,7 +576,7 @@ namespace SparkleLib.Git { List change_sets = new List (); SparkleGit git_log = new SparkleGit (LocalPath, - "log -" + count + " --raw -M --date=iso --format=medium --no-color --no-merges"); + "log -" + count + " --raw --find-renames --date=iso --format=medium --no-color --no-merges"); git_log.Start ();