diff --git a/TGCommandLine/RepoCommands.cs b/TGCommandLine/RepoCommands.cs index e6b727d02f..3b730d86ba 100644 --- a/TGCommandLine/RepoCommands.cs +++ b/TGCommandLine/RepoCommands.cs @@ -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 {