Why is "git log", when using cmder's git for windows, showing all commits on my branch?

121 Views Asked by At

Typically git log would show the most recent commits on my branch and I can scroll back through the history to see earlier commits.

I have used cmder on all my windows machines as terminal of choice, especially when using git, I've never had this issue before. Cmder comes shipped with git-for-windows which again has never caused this issue before.

Currently setting up a new PC with cmder and I've just noticed this strange behaviour when using git log that is displays all my commits all the way to the first commit. This is obviously not useful as i'm interested in the latest commits only.

I ran git log I expected to see the latest commits with option to scroll through earlier ones.

Instead the terminal spits out all commits and scrolls to the first one ever made.

Perhaps there is some git config incorrectly set?

0

There are 0 best solutions below