I tried to create a pull request, and got a Lisp error (backtrace details below). It's entirely possible that I did something wrong. I did the following:
magithub-clone to clone my fork of someone else's repository on GitHub
made a feature branch (update-8-30)
edit/commit/push my feature branch to my fork repop
H p to make a pull request
It prompts for a head branch, which I think is supposed to be my feature branch (update-8-30). After I hit return for that, I get the following stack backtrace:
Version information:
magithub.el says version 0.17; it's the latest (as of 8/30/18) from MELPA.
Magit version: Magit 20180828.1055, Git 2.15.2 (Apple Git-101.1), Emacs 25.3.50.1, darwin
This is Aquamacs 3.4 on Mac OS 10.13.6
I am actually getting Wrong type argument: listp, magithub-issue-view-headers-hook on H p. Which comes from magithub-issue-view-insert-headers which calls magit-insert-headers which breaks.
I tried to create a pull request, and got a Lisp error (backtrace details below). It's entirely possible that I did something wrong. I did the following:
It prompts for a head branch, which I think is supposed to be my feature branch (update-8-30). After I hit return for that, I get the following stack backtrace:
Version information: magithub.el says version 0.17; it's the latest (as of 8/30/18) from MELPA. Magit version: Magit 20180828.1055, Git 2.15.2 (Apple Git-101.1), Emacs 25.3.50.1, darwin This is Aquamacs 3.4 on Mac OS 10.13.6
Thanks for any help. It's pretty awesome to use.