Bug fix for merge diffs and a test.
authorDan Brook <broq@cpan.org>
Tue, 29 Jun 2010 09:48:16 +0000 (10:48 +0100)
committerDan Brook <broq@cpan.org>
Sun, 1 Aug 2010 11:25:15 +0000 (12:25 +0100)
commitd23c3968a45dea4d33fd04dd79421e5d91476d08
tree13ae207dd8c2f6326848ed3a73cabe5ac85151ed
parent3a6dd969c784dc7929e08e847a63d881446d8df8
Bug fix for merge diffs and a test.

In the case of the merge diff fix we now check if $parent has
something to be compared against before making a comparison.

The case of the t/00git_version.t fix is a little more
interesting. For reasons I don't fully understand running a program
which writes to stdout in scalar context has $! is set to 9 (aka
"Bad file descriptor"). Something to do with close-on-exec I think.
lib/Gitalist/Git/Object/Commit.pm
t/00git_version.t