Git Product home page Git Product logo

Comments (4)

iamwilhelm avatar iamwilhelm commented on June 11, 2024

If it's missing, you should be able to find it in the history of the repo. It'd be great if there was a git command that told you the commit of when a file was last deleted. However, you can get by with using git-bisect, and just check whether index_entry.cc exists or not. If it exists, mark it as bad. If it doesn't exist, mark it as good, and the process will find you the latest version of the file.

If it's missing, chances are, it's probably not needed due to the refactoring that's going on. If you don't mind an older version of gitteh running, I fixed the wscript for the last known version of gitteh to work before the rewrite:

https://github.com/cubehero/node-gitteh

Clone that an follow the instructions in issue #21

from node-gitteh.

samcday avatar samcday commented on June 11, 2024

@themacguffinman

Sorry, the codebase has been in a state of flux for a while, I was halfway through the transition from waf to gyp and also rewriting a lot of the code, so the wscript file is a total mess. I'll actually be deleting it out of the next release though since I have no intention to support it going forward.

from node-gitteh.

mildsunrise avatar mildsunrise commented on June 11, 2024

@themacguffinman Try to install gitteh (0.17.2) now. There shouldn't be any problem.

from node-gitteh.

samcday avatar samcday commented on June 11, 2024

@jmendeth is right on the money.

from node-gitteh.

Related Issues (20)

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.