author | Junio C Hamano <junkio@cox.net> | |
Tue, 13 Mar 2007 08:57:22 +0000 (01:57 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Mar 2007 23:22:18 +0000 (16:22 -0700) | ||
commit | 0053e902b4f777ba454b62263d3695e5292b1559 | |
tree | b2157ead5624e27e0c6963ace42ee5ac6ae35f1f | tree | snapshot |
parent | 803527f1d9b284fa848d4a4bad23158c162a5d54 | commit | diff |
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>
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 | diff | blob | history | |
revision.h | diff | blob | history |