Hi On Thu, May 5, 2011 at 10:24 AM, Anatol Pomozov <[email protected]> wrote: > * create a fork of libfuse and sshfs repositories. Currently diffs > between upstream and macfuse changes is stored as a patch. > https://github.com/macfuse/macfuse/tree/master/core/10.5/libfuse It is > ugly. Especially if you want to look diff over diff. Instead we should > have separate repos with 2 branches - upstream and macfuse. When you > make a change to libfuse repo - you update the diff as well. Or even > better - to remove *.patch files at all and just use git submodules.
To make it more visible what I am talking about I applied Amit, Tuxera, macports libfuse changes to fuse_2.7.3 sources https://github.com/anatol/fuse Here you can see the diff https://github.com/anatol/fuse/commit/309b5d5656ef6a26ea2846c6ee721ea8f50f6b56 https://github.com/anatol/fuse/commit/80cda24e1e82c26753b746e035f40d895ebd979c https://github.com/anatol/fuse/commit/eff3e09fa44ae1c49f215493a57aab48aa4f7527 Keeping libfuse changes a git branch is way more convenient than dealing with the patch file. -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=en.
