repo status now shows the committer identity

This commit is contained in:
Cyberboss
2017-09-23 12:56:42 -04:00
parent 3a0f6d8600
commit d153501049
+1
View File
@@ -73,6 +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()));
}
else
{