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

[WIP] Add --rebase and --ensure-sync options to pull-request:merge command #634

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

phansys
Copy link
Member

@phansys phansys commented Aug 27, 2016

Q A
Fixed tickets #633
License MIT

TODO:

  • Validate approach
  • Add tests

Closes #633.

@sstok
Copy link
Contributor

sstok commented Aug 27, 2016

He, welcome to the Gush team 👍 please change the Label if you think it's a bug instead of a refactor.

@phansys
Copy link
Member Author

phansys commented Aug 27, 2016

Thank you @sstok! I'm sorry, I haven't labelling permissions.

@phansys
Copy link
Member Author

phansys commented Aug 27, 2016

@gushphp/contributor, any thoughts on this? Please share your concerns.

$tmpName,
$commitHash,
];
$commands = ['git', 'notes', '--ref='.$ref, 'add', '--file', $tmpName, $commitHash];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The '--ref='.$ref can be split to separate arguments, for uniformity

$tmpName,
$commitHash,
];
$commands = ['git', 'notes', '--ref=', $ref, 'add', '--file', $tmpName, $commitHash];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

= can be removed by ref

@phansys phansys changed the title [WIP] Add git pull --rebase {base-branch} call at GitHelper::squashCommits() [WIP] Add --rebase and --ensure-sync options to pull-request:merge command Sep 9, 2016
@phansys phansys force-pushed the ticket_633 branch 2 times, most recently from 2f9c502 to 6a1d22e Compare May 18, 2018 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants