Andy Wingo <wi...@pobox.com> 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. > Unfortunately I can't push it, because savannah is down. It appears they > have had catastrophic disk failure. :-( > 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? Regards, Neil