git-svn: warn instead of dying when commit data is missing
commit2af7da9f8fb68337030630d88c19db512189babc
authorEric Wong <e@80x24.org>
Sat, 2 Jul 2016 10:33:18 +0000 (2 10:33 +0000)
committerEric Wong <e@80x24.org>
Sat, 9 Jul 2016 22:53:54 +0000 (9 22:53 +0000)
tree7b022efb4347f114a0de586bb1d54b754a8e6499
parent19e9542fa29ec3027a5169ac5d1fc740405dc234
git-svn: warn instead of dying when commit data is missing

It is possible to have refs globbed by git-svn which stores data
purely in git; gently skip those instead of dying and assuming
user error.

ref: http://mid.gmane.org/CALi1mtdtNF_GtzyPTbfb7N51wwxsFY7zm8hsgwxr3tHcZZboyg@mail.gmail.com

Suggested-by: Jacob Godserv <jacobgodserv@gmail.com>
Cc: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git/SVN.pm