Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information