magithub
magithub copied to clipboard
**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
Hey, so I tried creating a pull request using magithub, and while it worked, afterwards I've been unable to open magit without it crashing. All I get now in the...
My `Status` header reports `Failure (30/30)`. I have more than thirty tests, but only only thirty of them show up in the status section, all of which are passing. On...
This commit defaults to my username as the fork: https://github.com/vermiculus/magithub/commit/2f2bb1cf08b742d49cd3a278f89baefa0a5a524c That's ok if I have a fork, but if I don't, and I'm using ivy as my chooser I end...
I run M-x magithub-clone RET ar1a/onion RET and it pops up helm asking if i want to clone into `~/projects/Onion` (that's important -- pay attention to that). I click yes,...
AFAICS `magithub-issue--sort` is never called. I have ```el (defun my-magithub-issue-sort-updated-ascending (a b) (time-less-p (date-to-time (alist-get 'updated_at a)) (date-to-time (alist-get 'updated_at b)))) (setq magithub-issue-sort-function #'my-magithub-issue-sort-updated-ascending) ``` BTW, would be nice to...
Can I see in `magithub` reactions to issues and comments? Also, if someone comments on my issue/comment does `magithub` show me notification (otherwise it is almost impossible to keep visiting...
https://github.com/vermiculus/magithub/blob/bc318ec9953b919195fbaa980b6873b6af7bed81/magithub-label.el#L50 As a user, I can't seem to figure out how to exit this loop. 1. Could someone please tell me 1. I'll create a PR with a prompt that...
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...
My `~/.gitconfig` is as follows: ```ini [user] name = Tony Olagbaiye email = [email protected] [push] default = simple [credential] helper = cache [url "[email protected]:"] insteadOf = "gh:" pushInsteadOf = "github:"...
Hi! This is not a bug or something that is not working properly, but a kind of question/feature request. Is is possible to limit the number of issues / PR...