repo git: Use a more descriptive flag when calling git-log

This commit is contained in:
Hylke Bons 2012-07-03 00:08:34 +02:00
parent 4acb33ae0d
commit b85ef3fed7

View file

@ -576,7 +576,7 @@ namespace SparkleLib.Git {
List <SparkleChangeSet> change_sets = new List <SparkleChangeSet> ();
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 ();