author | Robert Fitzsimons <robfitz@273k.net> | |
Sun, 24 Dec 2006 14:31:43 +0000 (14:31 +0000) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 25 Dec 2006 18:40:43 +0000 (10:40 -0800) | ||
commit | 208b2dff95bb48682c351099023a1cbb0e1edf26 | |
tree | 6148bd6a55d75d3a57604b836a7391f2e08cae72 | tree | snapshot |
parent | 756bbf548dbef5b738c50ce6517f5c63ab929373 | commit | diff |
gitweb: We do longer need the --parents flag in rev-list.
We only want to know the direct parents of a given commit object,
these parents are available in the --header output of rev-list. If
--parents is supplied with --full-history the output includes merge
commits that aren't relevant.
Signed-off-by: Robert Fitzsimons <robfitz@273k.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
We only want to know the direct parents of a given commit object,
these parents are available in the --header output of rev-list. If
--parents is supplied with --full-history the output includes merge
commits that aren't relevant.
Signed-off-by: Robert Fitzsimons <robfitz@273k.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl | diff | blob | history |