When I try to see the Git History by the Visual Studio I get the following error message.
After run the command git fschk
I could identify the following error that is caused because the commit doesn't have information about author and the date information.
error in commit 8b47c4645d38edf9f8d104c3b6cc9e015fd5cdd4: missingEmail: invalid author/committer line - missing email
And after try get the commit history on gitk
expected integer but got "Bruno" expected integer but got "Bruno" while executing "ParseFormatArgs {*}$args" (procedure "::tcl::clock::format" line 6) invoked from within "clock format [lindex $d 0] -format $datetimeformat" (procedure "formatdate" line 25) invoked from within "formatdate [lindex $info 2]" (procedure "selectline" line 87) invoked from within "selectline $l 1" (procedure "selcanvline" line 18) invoked from within "selcanvline .tf.histframe.pwclist.canv 189 109" (command bound to event)
How could I can fix that?