I think you're fighting git more than necessary - your a028aee commit (see end of https://github.com/jcw/jeelib/pull/59) merely adds an empty line. The second does more, but there's no need for me to merge it, it's already in the right place.
Might be something to do with the clone you're working with. Try a fresh git pull from github/jcwjeelib and switch to the RF12Demo branch. It should all be there. Now that you have developer access, you can simply edit and then git push and the changes will end up on GitHub - no need for pull requests, since you have write (i.e. push) permission.
I think you're fighting git more than necessary - your a028aee commit (see end of https://github.com/jcw/jeelib/pull/59) merely adds an empty line. The second does more, but there's no need for me to merge it, it's already in the right place.
Might be something to do with the clone you're working with. Try a fresh git pull from github/jcwjeelib and switch to the RF12Demo branch. It should all be there. Now that you have developer access, you can simply edit and then
git push
and the changes will end up on GitHub - no need for pull requests, since you have write (i.e. push) permission.Just guessing...