commit | 6b6012e6ca628a00d2e0fa6f686017f9e2d66203 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Wed Oct 31 16:55:13 2007 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Oct 31 23:51:13 2007 -0700 |
tree | b3c8b6e527e2f3d067099d79992f610c9fc58d75 | |
parent | 3f2a7ae2c84c921e11041a5edc2522964fc1cce5 [diff] |
cvsexportcommit: fix for commits that do not have parents Previously commits without parents would fail to export with a message indicating that the commits had more than one parent. Instead we should use the --root option for git-diff-tree in place of a parent. Signed-off-by: Brad King <brad.king@kitware.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>