vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 63 forks source link

Make it impossible to mess up a pull request #146

Closed vermiculus closed 6 years ago

vermiculus commented 7 years ago

From #137.

It seems to still be possible to select something like origin/master when choosing a base branch for the pull request. This is probably being added because it's the calculated default (even though it's not in the list of branches).

Figure out why this is happening and make it impossible to make a mistake when submitting pull requests. As a stop-gap, it might be wise to put a hold on calculating defaults here.

vermiculus commented 6 years ago

204 made some strides here. We'll wait to see how things play out over the next few weeks to see if this is still a major concern.

vermiculus commented 6 years ago

Seems this is resolved.