mezis / git-whistles

A set of bells and whistles for your Git.
Other
64 stars 15 forks source link

Git pull request should not cause 414 #40

Closed pedrocunha closed 9 years ago

pedrocunha commented 9 years ago

This fixes an issue where the generated github pull request body would exceed the maximum number of characters allowed by github. Apparently the limit is somewhere around 8000-9000.

So just to be safe from now one any data pulled from pivotal tracker needs to be less than 8000 caracters if that happens, we will output in the console the body and tell the user to copy and paste to the UI.

/cc @Davidslv

Davidslv commented 9 years ago

thanks @pedrocunha