Jakub Wilk
Jakub Wilk
This allows Python code to manually poke at the trace map, which might be useful for blackbox testing. Possible alternative to #9. Before this gets merged: - [ ] Document...
```console $ git -c hub.upstream=jwilk/fbcat hub issue update --edit 15 Traceback (most recent call last): File ".../git-hub", line 2160, in main() File ".../git-hub", line 2154, in main args.run(parser, args) File...
It's happened to me multiple times that I mistyped the issue number and accidentally commented in a wrong issue. :-( git-hub would save me from embarrassment if it put the...
I'd love if git-hub supported creating [Pull Request Review Comments](https://developer.github.com/v3/pulls/comments/).
``` console $ git hub clone pyflakes/pyflakes Forking pyflakes/pyflakes to jwilk Error: GitHub error: Moved Permanently ``` The error message is not really helpful. At the minimum it should tell...
I don't find the current `message_markdown_help` very helpful. I'd prefer if it reminded me inline about these Markdown syntax aspects that _I_ tend to forget. (Is it `[text](URL)` or `[URL](text)`...
`issue list` and `issue show` often produce copious amount of output. It would be cool if git-hub could automatically pipe this output through a pager, just like other git commands...
Subscribing to an issue is one of the few things that still forces me to log in to the GitHub web interface. I'd love to be able to just say:...