Merge pull request #202 from Cyberboss/ShowIdentity

repo status now shows the committer identity
This commit is contained in:
Jordan Brown
2017-09-23 12:58:43 -04:00
committed by GitHub
+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
{