Top "Git-log" questions

Shows the commit logs of a Git repo

Using git log to display files changed during merge

I’m executing the following command: git log --name-only –pretty="format:%H %s" -- *.sql --grep="JIRA-154" which returns results …

git merge git-log
What do line colors in git log --graph mean?

I'm curious what do line colors mean in git log --graph? Yes, I'm asking about lines | / \ which connect commits * at …

git graph git-log
When I use the "git log" command it is no longer implicitly piping through "less"

Before, I could just type git log Now, I have to type: git log | less to get the same effect. …

git pager git-log