git lfp

Log with first parent

Git alias:

lfp = log --first-parent

Example:

git lfp

This alias can be useful for teamwork for a branch that only accepts pull requests.