Giter Site home page Giter Site logo

Git history dropped about msgpack-rpc-ruby HOT 2 OPEN

msgpack-rpc avatar msgpack-rpc commented on August 12, 2024
Git history dropped

from msgpack-rpc-ruby.

Comments (2)

kuenishi avatar kuenishi commented on August 12, 2024

Last Saturday msgpack hackathon was held at Tokyo. One of my tasks on that day was to take apart of the msgpack-rpc repo and reconstruct it as msgpack-rpc organization. I just didn't have enough time to do subdirectory extraction like yours (You might know how much repos I created). I'd be happy to re-build the msgpack-rpc-ruby repo by deleting current master with single commit and by taking your smartly preserved repository.

Yes it was intentional but I didn't know how to avoid that. Also, other languages implementation you mentioned had been running longer than ruby, but at the first time they got separated their existing histories were lost according to my poor memory.

from msgpack-rpc-ruby.

potatosalad avatar potatosalad commented on August 12, 2024

Oh okay, that makes sense. I didn't realize the other repos didn't include their previous history. I'm not sure how I could transfer or submit a pull request for all of the commit history I preserved, so I'll just describe what I did if you wanted to do the same.

git clone git://github.com/msgpack-rpc/msgpack-rpc.git
cd msgpack-rpc
git subtree split -P ruby -b ruby
cd ..
mkdir msgpack-rpc-ruby
cd msgpack-rpc-ruby
git init
git pull ../msgpack-rpc/.git ruby

Here's a script I threw together that will pull all of the different languages out automatically (takes about 30 seconds on my machine): https://gist.github.com/potatosalad/6272678

References:

from msgpack-rpc-ruby.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.