On 3/4/16, 2:50 PM, "Georg Mischler" <schor...@schorsch.com> wrote: >> >I'm still figuring this out myself. Here's my current understanding: > >A "pull request" is a request to the maintainer to merge changes from a >branch or a fork into the trunk. Since anyone can easily fork a project, >this seems the easiest way to contribute smaller or occasional fixes. >
That's exactly right. Pull requests leave a nice paper trail of who did what, and who requested what, but only work within the sphere of Git. Randolph, you could also just make a diff/patch of your changes on your branch ('git diff > changes.patch') and send to Schorsch, which he can apply manually ('git apply changes.patch'): https://git-scm.com/docs/git-diff https://git-scm.com/docs/git-apply This method works across version control systems, and is what I do to get my changes (managed on GitHub) to Greg (who's using CVS). - Rob _______________________________________________ Radiance-dev mailing list Radiance-dev@radiance-online.org http://www.radiance-online.org/mailman/listinfo/radiance-dev