When I use the git log
command in the Package Manager Console it returns the entire log history intead of using pagingation.
This doesn't happen when I open powershell directly in the same repository and run git log
.
I've checked in the PMC and it looks like it's configured to use the pager since git config core.pager
returns less
.