Skip to content
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

Closed
graingert opened this issue Nov 22, 2016 · 5 comments · Fixed by #115
Closed

Automatically grab pull request title and body from commit log. #73

graingert opened this issue Nov 22, 2016 · 5 comments · Fixed by #115
Milestone

Comments

@graingert
Copy link

graingert commented Nov 22, 2016

When running git repo hub request without a title pre-fill a GIT_EDITOR window with:

The first line of the first commit message between source and destination branches

The rest of the commit messages between source and destination branches

like the hub command

@guyzmo
Copy link
Owner

guyzmo commented Nov 22, 2016

hm… that's a good idea, like it ☺

@guyzmo guyzmo added this to the 1.7 milestone Nov 22, 2016
@graingert
Copy link
Author

@guyzmo I'm looking for an exact replica of the "hub" command that also supports GitLab and potentially bitbucket.

@graingert
Copy link
Author

This project seems the closest, but I've added two issues for the big UI changes I need.

@guyzmo
Copy link
Owner

guyzmo commented Nov 22, 2016

wel, TBH I'm not looking to mimic the API of the hub command which I'm not an user of, but I'm happy to take any good ideas ☺

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 zmo there.

@graingert
Copy link
Author

@guyzmo I've pinged you on freenode.

@guyzmo guyzmo modified the milestones: , 1.7 Dec 28, 2016
@guyzmo guyzmo added ready and removed in progress labels Feb 2, 2017
@guyzmo guyzmo modified the milestones: 1.9, Feb 2, 2017
@guyzmo guyzmo removed the ready label Feb 3, 2017
guyzmo added a commit that referenced this issue Feb 6, 2017
🚧 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants