[09:31:18] * Dominus is syncing exult-ios with exult. pushing 64 commits at once...
[10:36:37] <Dominus> I wonder whether I should ask litchie if he wants to hand over the fork to the exult project on github. He has mostly moved on and this way he would still be a collaborator.
[11:25:04] <Dominus> OTOH I could just make a fork and use git patches to fill it up with the ios specific changes
[11:58:16] <Marzo> Dominus: you can also make git commits that have him as author and you as committer
[11:59:54] <Dominus> Marzo: yes, that's what I'm doing when syncing Exult to exult-ios https://github.com/litchie/exult-ios/commits/master
[12:00:16] <Dominus> I may do it more cumbersome that it needs to be though :)
[12:01:11] <Dominus> git format-patch --subject-prefix= hash -> git am --committer-date-is-author-date *.patch
[12:01:51] <Dominus> and some semi-manual patching when git am can't handle the differences between the files to patch...
[12:04:15] <Dominus> the only thing that prevents me from adding the fork to Exult is that Litchie needed to patch SDL 2.0.3 sources and these changes are not compatible with latest SDL release 2.0.4
[12:05:24] <Dominus> and that the data files (exult.*.flx) are added to the source since it may be hard to do the file creation and bundling via an xcode project file.