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

git-create-pr: take latest commit as the PR message #381

Open
tiborsimko opened this issue Aug 14, 2020 · 0 comments
Open

git-create-pr: take latest commit as the PR message #381

tiborsimko opened this issue Aug 14, 2020 · 0 comments
Projects

Comments

@tiborsimko
Copy link
Member

When using git-create-pr for a branch containing several commits, such as:

$ git log master.. --format=oneline
b21a579208e743dcc57f70e8492a8555d38ed61c (HEAD -> release-0.7.0a1, origin/release-0.7.0a1) release: 0.7.0a1
e1ce41ce85840a4c7cd56e581dccf4d59f36709b pip-compile upgrade of dependencies
27c6df46f9b0a8bc051c971cb412473e6a23ce9c installation: bump shared modules

the git-create-pr command created this PR:

2020-08-14-111412_717x417_scrot

i.e. the oldest commit is visible as the PR name.

It would be better to use the latest commit as the most significant and better populate the PR body with oneliners for each commit.

@tiborsimko tiborsimko added this to To triage in Triage Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Triage
To triage
Development

No branches or pull requests

1 participant