]> git.ipfire.org Git - thirdparty/git.git/commit - gitweb/gitweb.perl
gitweb: Re-enable rev-list --parents for parse_commit.
authorRobert Fitzsimons <robfitz@273k.net>
Wed, 27 Dec 2006 14:22:21 +0000 (14:22 +0000)
committerJunio C Hamano <junkio@cox.net>
Wed, 27 Dec 2006 22:21:50 +0000 (14:21 -0800)
commitccdfdea08db398fca1580a970c0d283affa5343f
treeb416d8a5370db3a96b172cc98211a0f698e7989d
parent2ef580550460f377af895b09f5870424c0cff8fa
gitweb: Re-enable rev-list --parents for parse_commit.

Re-enable rev-list --parents for parse_commit which was removed in
(208b2dff95bb48682c351099023a1cbb0e1edf26).  rev-list --parents is not
just used to return the parent headers in the commit object, it
includes any grafts which are vaild for the commit.

Signed-off-by: Robert Fitzsimons <robfitz@273k.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl