magithub icon indicating copy to clipboard operation
magithub copied to clipboard

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub

Results 96 magithub issues
Sort by recently updated
recently updated
newest added

Github issues which has been updated since my last visit are marked in blue. I wonder if similar highlighting could be achieved with the magithub issue view.

enhancement

From a yet-undeveloped issue browser, having definable views of issues and pull requests would be good. A view would just be a saved-off collection of filters.

enhancement

That way this part of my config would work as expected: ``` elisp ;; make all "yes or no" prompts show "y or n" instead (fset 'yes-or-no-p 'y-or-n-p) ``` That...

enhancement

Can I refresh the "Issues Assigned to Me" part somehow? If I put the cursor on "Notifications" and press `gr` they update (there is a typo in the message though...

waiting

I'm still a bit new to Emacs so forgive my ignorance if I'm wrong...but I think the [convention](https://www.gnu.org/software/emacs/manual/html_node/elisp/Major-Mode-Conventions.html) across most Emacs packages is that `x-mode`'s keymap is `x-mode-map`, so the...

bug
easy

Inspecting the arguments to `magit-log` (in `magithub-pull-request-new`) it seems like it ends up doing something like `(magit-log "master..jonathanj:the-branch")` which likely will never result in anything useful. I think probably this...

Related to #159. The current approach of using `git describe --tags` cannot work reliably. I originally thought this was due to the state in which Travis checks out the repository....

help wanted
process

Hey there! Thanks for your work on magithub! Just found it and so far it's been really helpful for better navigation and reading PR summaries without having to go to...

enhancement

Hello, In several repositories, I get the error as in the title of this ticket (with varying integers instead of `47`) when doing a magit refresh (`g`) while certain branches...

bug
unconfirmed
waiting