git-log --first-parent: show only the first parent log
commit0053e902b4f777ba454b62263d3695e5292b1559
authorJunio C Hamano <junkio@cox.net>
Tue, 13 Mar 2007 08:57:22 +0000 (13 01:57 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Mar 2007 23:22:18 +0000 (14 16:22 -0700)
treeb2157ead5624e27e0c6963ace42ee5ac6ae35f1f
parent803527f1d9b284fa848d4a4bad23158c162a5d54
git-log --first-parent: show only the first parent log

If your development history does not have fast-forward merges,
i.e. the "first parent" of commits in your history are special
than other parents, this option gives a better overview of the
evolution of a particular branch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
revision.c
revision.h