commit | 7b02b85a66fee6b357e02f9e70dd0baa0fd24308 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Sat Sep 08 16:33:08 2007 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Sep 09 02:30:33 2007 -0700 |
tree | 669e311d54227e9bc883b51951b3274ebd6bd270 | |
parent | 5701115aa7cfe7edd57c2483085456a37e27a5ba [diff] |
git-svn: understand grafts when doing dcommit Use the rev-list --parents functionality to read the parents of the commit. cat-file only shows the raw object with the original parents and doesn't take into account grafts; so we'll rely on rev-list machinery for the smarts here. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>