gitweb: We do longer need the --parents flag in rev-list.
commit208b2dff95bb48682c351099023a1cbb0e1edf26
authorRobert Fitzsimons <robfitz@273k.net>
Sun, 24 Dec 2006 14:31:43 +0000 (24 14:31 +0000)
committerJunio C Hamano <junkio@cox.net>
Mon, 25 Dec 2006 18:40:43 +0000 (25 10:40 -0800)
tree6148bd6a55d75d3a57604b836a7391f2e08cae72
parent756bbf548dbef5b738c50ce6517f5c63ab929373
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>
gitweb/gitweb.perl