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

Fix bad merge #286

Merged
merged 2 commits into from
Mar 24, 2020
Merged

Fix bad merge #286

merged 2 commits into from
Mar 24, 2020

Conversation

jglick
Copy link
Member

@jglick jglick commented Mar 20, 2020

eaa297f (in #273) was a bad merge, reverting critical parts of #269, including the ability to actually enter a secret key for an app.

I would urge anyone who ever resolves a Git merge conflict to use

[merge]
	conflictstyle = diff3

(why is this not the default?!) or otherwise use a three-way merge tool, and of course check twice.

@jglick jglick requested review from bitwiseman and timja March 20, 2020 17:37
@jglick
Copy link
Member Author

jglick commented Mar 20, 2020

Tip: to verify a merge,

MERGE=eaa297fba49998beca537ad00baf124895f7998a
git checkout $MERGE^1
git merge $MERGE^2
# resolve carefully
git diff $MERGE
# any significant diff? problem

@bitwiseman bitwiseman merged commit 2b56aaa into jenkinsci:master Mar 24, 2020
@bitwiseman
Copy link
Contributor

Thanks, Jesse!

@jglick jglick deleted the bad-merge branch March 24, 2020 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants