magithub
magithub copied to clipboard
**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
First, thanks for this package ! Now that magithub no longer depends on HUB, can we consider a Gitlab support ? Using [glab](https://gitlab.com/tarsius/glab) client ?
When "enter" an issue, then try to edit it (not commenting) this message is given in the mini-buffer: "There is no thing at point that could be edited"
I ran the function `M-x magithub-new-pull-request-from-issue` in an issue buffer, I got the following error: ``` Debugger entered--Lisp error: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’") apply(append nil) -mapcat(-flatten nil) -flatten(nil) #f(compiled-function...
Github supports multiple issue templates in a .github/ISSUE_TEMPLATE folder. When I submit an issue on a repo with that settings, I got the following error: ``` Debugger entered--Lisp error: (file-error...
First of all THANK YOU for making and maintaining this project. Is it possible to edit the body of a pull request after it was submitted? I tried searching everywhere...
``` Debugger entered--Lisp error: (wrong-type-argument listp 4) assq(owner 4) (cdr (assq 'owner (cdr (assq 'repo alist)))) (assq 'login (cdr (assq 'owner (cdr (assq 'repo alist))))) (cdr (assq 'login (cdr (assq...
This is a new continue of issue https://github.com/vermiculus/magithub/pull/377#issuecomment-423781610 The command `magithub-browse-file-blame` opened URL with wrong commit hash.
When creating a pull request using [hub](https://hub.github.com/), it's possible to set reviewers and and assignees at the time the PR is created. ``` hub pull-request -r [reviewer] -a [assignee] ```...
Hi, first of all thanks for this awesome project! I was using magithub on mac and everything was working flawlessly. Now at work I'm using it on ubuntu and for...