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>
Sat, 19 Jun 2010 20:27:17 +0000 (21:27 +0100)
commit140e37fa6e0fea8cb917a191e6e5f10fd302bc02
tree97292fe80c0e93840b14ec9ba73dacd8c225e4d6
parente8d4739104344c699e4af04a23b8073257fca405
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