The Wayback Machine - https://web.archive.org/web/20200916180936/https://github.com/nodegit/nodegit/pull/1664
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

Support signing in Repository#mergeBranches #1664

Merged
merged 3 commits into from Apr 17, 2019

Conversation

@ianhattendorf
Copy link
Contributor

ianhattendorf commented Apr 17, 2019

No description provided.

) {
const repo = this;
let fromBranch;
let toBranch;
processMergeMessageCallback = processMergeMessageCallback ||
// Support old parameter `processMergeMessageCallback`
const isOldOptionParameter = typeof mergeBranchOptions === "function";

This comment has been minimized.

@implausible

implausible Apr 17, 2019

Member

Can you output a console.error warning that this parameter is deprecated and should be updated to the new object type?

This comment has been minimized.

@implausible

implausible Apr 17, 2019

Member

Any tests that use this method should also be updated to use the new parameter format.

@ianhattendorf ianhattendorf force-pushed the ianhattendorf:fix/repo-merge-sign branch from c6dd470 to 17aca8c Apr 17, 2019
@implausible implausible merged commit ddd7f2a into nodegit:master Apr 17, 2019
2 checks passed
2 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.