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>
Tue, 29 Jun 2010 10:47:41 +0000 (11:47 +0100)
commit460554e3a124137982abe764fb97e1cca82da873
treea03ccd06603b14f4d10de5ff338445fcec7a6593
parent3039a141731cb8f04f6c78654a247bf871d58ef0
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