-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically grab pull request title and body from commit log. #73
Comments
hm… that's a good idea, like it ☺ |
@guyzmo I'm looking for an exact replica of the "hub" command that also supports GitLab and potentially bitbucket. |
This project seems the closest, but I've added two issues for the big UI changes I need. |
wel, TBH I'm not looking to mimic the API of the If you want to do some PR, I'd be happy to help guide you through the codebase to make it simple for you. I've been slow on new implementations (because lately work and health did not give me enough time for it), and the implementations I'm caring are for getting gitlab/bitbucket integrations on par with the github features. N.B.: you can join me on IRC on freenode if you like that, I'm |
@guyzmo I've pinged you on freenode. |
🚧 Features * Gogs (fixes #18) (kudos @pyhedgehog) * certificate pinning (fixes #88) * non-standard http ports (fixes #81) * possibility to use custom SSH address (fixes #107) * .gitconfig in XDG home directory (fixes #95) * .gitconfig's proxy definition support (fixes #105) * automatically grab PR title/body from last commit (fixes #73) 🚒 Bugfixes * refactoring of listings, improved list command (fixes #114) 💄 Cosmetics * Switch to a git tag scheme for versioning (using setuptools-scm) * Updated README with new informations * Added @pyhedgehog to contributors * Updated TODO list Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
When running
git repo hub request
without a title pre-fill a GIT_EDITOR window with:like the hub command
The text was updated successfully, but these errors were encountered: