Large diffs are not rendered by default.

@@ -65,6 +65,7 @@ branch2 = ARGV[1]
def avail_branches
`git branch -a`
end

if !branch1
man = ""
man << "To use, give up to 2 arguments, these being the branches that you would like to compare\n"
@@ -80,9 +81,7 @@ if !branch1
end

branches = "remotes/origin/#{branch1}..."
if branch2
branches << branch2
end
branches << branch2 if branch2

format_ticket='[https://github.com/jquery/jquery-mobile/issues/XXXX #XXXX]'
format_commit='[http://github.com/jquery/jquery-mobile/commit/%H %h]'