Handle merges in the diff view.
authorDan Brook <broq@cpan.org>
Sat, 19 Jun 2010 20:27:17 +0000 (21:27 +0100)
committerDan Brook <broq@cpan.org>
Sun, 1 Aug 2010 11:25:15 +0000 (12:25 +0100)
commit9c9f54f07d50f0999085da94be9babc678f408f2
tree905658f0ce3821be866fa24725974ca772f07719
parent7f0f440fb712bb1c521f306f9bc37abcfce56c6e
Handle merges in the diff view.

Now Gitalist::Git::Object::Commit::diff supports returning something
useful for merge commits. It now shows the difference between the two
parents of the commit, not sure if it covers octopus merges. Also gets
you something meaningful in the /<repo>/<sha1>/diff view finally.
lib/Gitalist/Git/Object/Commit.pm