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

Fixing bug #8218 #702

Closed
wants to merge 9 commits into from
Closed

Fixing bug #8218 #702

wants to merge 9 commits into from

Conversation

ddanielvaz
Copy link
Contributor

@ddanielvaz
Copy link
Contributor Author

fixing issue #7073 - previously fixed in pull request #414

@NathanW2
Copy link
Member

NathanW2 commented Jul 7, 2013

For you commit messages the best thing to use is just: "Fix #bugnumber" that will auto close the ticket.

@ddanielvaz
Copy link
Contributor Author

Thank you for the tip. I will do it in future fixes.
Best regards.

@NathanW2
Copy link
Member

This pull request is a little messy with all the reverts and merges. Could you create a new branch with commit for each fix. Remember to use "Fix #issueno" as your message. You don't have to redo your work. Create a branch from origin/master and cherry-pick your commits over.

git checkout -b bugfixes origin/mater
git cherry-pick a7c8b94 -edit
git cherry-pick d2b85cb -edit
git cherry-pick abbc250 -edit

using -edit you will be able to edit the commit message.

Create a new pull request on that branch once you have done that.

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.

None yet

2 participants