Another alternative is to continue using kalibrator and write a simple script that updates your calibre fork from kalibrator and submits a pull request. Something like: copy-updates:: #!/bin/sh cp kalibrator/*.recipe calibre/recipes/ cd calibre git commit -am $1 git push git pull-request (you need to install hub for this) So now when you want to send me updates, you just do: copy-updates Otherwise, I suggest just go with a calibre fork, that's the most maintainable solution going forward. Previous history, if it is really needed, can remain available in the kalibrator repo. Kovid. On Mon, Jun 03, 2013 at 06:43:24AM -0000, Tomasz Długosz wrote: > On Jun 3, 2013 3:52 AM, "Kovid Goyal"