The `--first-parent` option in `git log` restricts the log to only follow the first parent commit after a merge, effectively ignoring commits that came in via merged branches. This is useful when you want to replay the history of a branch as it appeared linearly, without re-processing commits introduced through feature branch
Sort: