Giter VIP home page Giter VIP logo

Comments (5)

IonicaBizau avatar IonicaBizau commented on August 19, 2024

Yeah, that's an bug...

We should check here if the file doesn't exists:

if (err) { return callback(err); }

If so, it should be created:

if (err && err.code === "ENOENT") {
   return GitStats.save({}, function (err) {
       callback(err, {});
   });
}

I'd appreciate a pull request with this change! Thanks! 😄

In the meantime you can fix it quickly by running echo '{}' > ~/.git-stas.

from git-stats.

ionelmc avatar ionelmc commented on August 19, 2024

Ah yeah, I did that then I realized I need to override the git commit command in my shell.

Any way to import the history? (I don't use the git commit command anyway).

from git-stats.

IonicaBizau avatar IonicaBizau commented on August 19, 2024

@ionelmc This is for you: https://github.com/IonicaBizau/git-stats#importing-and-deleting-commits 📦 🎁 😄

from git-stats.

atuttle avatar atuttle commented on August 19, 2024

npm docs git-stats-importer (it's kind of buried in the readme, took me a while to find it too)

from git-stats.

IonicaBizau avatar IonicaBizau commented on August 19, 2024

@atuttle +1 for npm docs, something that I was looking for! 😄

from git-stats.

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.