Hi Neil, On Sun 31 May 2009 00:25, Neil Jerram <[email protected]> writes:
> Andy Wingo <[email protected]> writes: > >> Hey all, >> >> With Ludovic's blessing, I went ahead and merged syncase-in-boot-9 into >> master. > > Apologies that I haven't reviewed this yet; I am still planning to. Thanks. >> So what I've done is reset my origin/master ref to my master ref: >> >> git update-ref refs/remotes/origin/master `git rev-parse master` >> >> And created a git bundle for the "origin/master" ref : >> >> git bundle create guile-master.bundle --since=10.days origin/master > > Does --since=10.days cover all of the commits that you listed as > wanting review in your review request email? wi...@unquote:~/src/guile$ git bundle verify guile-master.bundle The bundle contains 1 ref 938d46a35d39ec5d7b5fa858a8783136ce24d10d refs/remotes/origin/master The bundle requires these 2 refs ce09ee19892d391f3b2ca13e0616d343929c2c14 add tree-il->glil compilation test suite 58df2e43937bb86fbf751f48db7bf13934d7c87e merge ice-9, srfi, oop makfiles into module makefile guile-master.bundle is okay So if you have those two refs, meaning, if you've done a `git fetch' in the last 10 days, you should be good. Cheers, Andy -- http://wingolog.org/
