Closed timgates42 closed 3 years ago
Hi @timgates42,
Thank you for creating this pull request. This pull request is changing all lines of code from Windows-style CRLF line-endings to Unix-style LF line-endings. It changes all 652 lines of code. I need the pull request to contain exactly one line of change and no changes in line-endings before I can merge this to master
.
Thanks @susam fixed
Thank you for updating the pull request. The previous commit with all 652 lines of code change still remains in this pull request. I want to avoid merging that commit. To fix this you would have to squash both the commits into a single commit with the following steps:
Rebase the last two commits on the latest commit on master
:
git checkout bugfix_typo_arguments
git rebase -i e984df0
When the editor comes up with a list of commits being rebased, in the second line change pick
to squash
. Then save and quit.
When the editor comes up with the combined commit message, clean up the commit message. Then save and quit.
Finally force push the branch to this pull request:
git push -f origin bugfix_typo_arguments
Great instructions - thanks @susam - done now
Merging this to master
now. Thanks for the fix!
There is a small typo in uncap.c.
Should read
arguments
rather thanargments
.Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md