This commit is contained in:
Cyberboss
2017-09-23 12:57:26 -04:00
parent d153501049
commit df40a38217
+1 -1
View File
@@ -73,7 +73,7 @@ namespace TGCommandLine
OutputProc("Remote: " + remote + " (" + remotehead + ")");
OutputProc("Branch: " + branch);
OutputProc("HEAD: " + head);
OutputProc(String.Format("Committer Identity: {0} ({1})", Repo.GetCommitterName(), Repo.GetCommitterEmail()));
OutputProc(String.Format("Committer Identity: {0} ({1})", Repo.GetCommitterName(), Repo.GetCommitterEmail()));
}
else
{