rpgoldman
rpgoldman
I’m not sure whether sb-texinfo does cross-references. There’s not a ton of documentation. I’ll look at the code
Thanks for this. I am working to apply it. But... how did you create it? When I try applying it with `patch`, it does not have the expected format: ```...
@ko56 Did not mean to seem critical. It's just that if you continue to contribute -- and I hope you do! -- it would be easier if you did it...
@ko56 > My opinion is that this section should precede the current sec. 10. So you mean swap sections 11 (General Notes on Shop3) and section 10 (Internal Technical Information)...
I am happy to make this change; just wanted to confirm it was what you suggested.
I see what you did wrong. To make a branch you should just have done git checkout -b manual-fixes You don't re-clone to make a branch. When you do `git...
I just got around to testing this and I am having some trouble. I did `patch < man.patch` and this is what happened: ``` $ patch < ~/Downloads/man.patch can't find...
I think you could try `git diff -p origin/manual-fixes manual-fixes > man.patch` That would take the difference between your *local* manual-fixes, and the one that is at github. That assumes...
P.S. I may be able to work through your changes and get them committed. I will update here ASAP.
Try `git fetch origin`. That should get you all the contents of my repo (you may just have been getting the `master` branch). After that, try the diff again and...