зеркало из https://github.com/mono/rank.git
Fixed commiter/author email issue.
This commit is contained in:
Родитель
06208f841f
Коммит
8812ac13d5
|
@ -312,7 +312,7 @@ namespace getRank
|
|||
p.StartInfo.RedirectStandardOutput = true;
|
||||
p.StartInfo.WorkingDirectory = directory;
|
||||
p.StartInfo.FileName = "git";
|
||||
p.StartInfo.Arguments = @"log --no-merges --cherry-pick --shortstat --pretty=format:'%H;%an;%ce' --since=" + start.ToShortDateString();
|
||||
p.StartInfo.Arguments = @"log --no-merges --cherry-pick --shortstat --pretty=format:'%H;%an;%ae' --since=" + start.ToShortDateString();
|
||||
p.Start();
|
||||
string data = p.StandardOutput.ReadToEnd();
|
||||
ParseGitData(data, project);
|
||||
|
|
Двоичные данные
getRank/bin/Release/getRank.exe
Двоичные данные
getRank/bin/Release/getRank.exe
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче