On Dec 19, 3:27 am, marc kwiatkowski <[email protected]> wrote: > I re-did facebook-memcached to make it consistent with dustin's github > repository. (No more "src" subdirectory, and I redid the commit > history so that it appears to be a branch from the original 1.2.3 > release at > http://github.com/dustin/memcached/commit/437beab948aec088dac361f27c8... > ) > > It is at > > http://github.com/fbmarc/facebook-memcached
Hey, this is a great start. I wrote a tool yesterday to do content- based tree comparisons so we can see where trees diverged regardless of recorded ancestry (and messages, and authors, etc...). Yesterday, I couldn't get any variation of a facebook tree to ever match, but today I get this: http://public.west.spy.net/memcached/fbmarc-rwbin.html You can see a rather large divergence, but at the very least we can see the individual diffs that diverge. > I left the original at > > http://github.com/fbmarc/facebook-memcached-old > > I hope this will make it easier to for anyone interested to compare, > merge, and cherry-pick updates. I am a complete git n00b, so if you > have suggestions on how I can repackage this repository to make life > easier, feel free to enlighten me. Well, you can do it all in a single repo. :) My memcached repo has a number of unrelated trees (including this one now). > In the next couple of weeks I'm going to review all of the updates in > dustin's master branch and pull as much as I can into ours. I'm also > cleaning up our C UDP memcache client, php extension and proxy and > will get them up on github as soon as I get everything in presentable > shape. One thing that might make this easier for you is to just fork the repo on github and use their fork queue. I've got your master as of 689aafc9d4420e0193368cd149c94ac9524e51ce and it's good. It's a minor detail at this point, but I'd like to get the authors rewritten before merging anything back. That is, I'd like to avoid this kinds of thing: Author: ps <p...@2c7ba8d8-a2f7-0310-a573-de162e16dcc7> I can clean all those up for you if you'd like, I just need a map from these: 43 ttung <tt...@2c7ba8d8-a2f7-0310-a573-de162e16dcc7> 11 ps <p...@2c7ba8d8-a2f7-0310-a573-de162e16dcc7> 9 hzhao <hz...@2c7ba8d8-a2f7-0310-a573-de162e16dcc7> 1 marc <m...@2c7ba8d8-a2f7-0310-a573-de162e16dcc7> 1 sky <s...@b0b603af-a30f-0410-a34e-baf09ae79d0b> 1 nneul <nn...@b0b603af-a30f-0410-a34e-baf09ae79d0b> to real names and addresses.
