ingydotnet / git-hub

Do GitHub operations from the `git` command
MIT License
794 stars 62 forks source link

GIT_HUB_EDIT_MSG misses information when text is piped to pr-new or issue-new #232

Open perlpunk opened 8 years ago

perlpunk commented 8 years ago

The code that allows input piped to pr-new/issue-new will create a GIT_HUB_EDIT_MSG that misses the extra content it usually should have. As a result, if the first command failed, the next command will ignore the file and it will be overwritten/deleted.