Types/git.blame/get_Log.ps1


Push-Location $this.GitRoot
git log $this.CommitHash -NumberOfCommits 1
Pop-Location