Giter VIP home page Giter VIP logo

Comments (5)

mjlefevre avatar mjlefevre commented on May 18, 2024 1

Yes. Thank you so much for the assistance.

from git-quick-stats.

tomice avatar tomice commented on May 18, 2024

In git-quick-stats, we have a variable called _GIT_SINCE that can be used for this purpose. It functions like the --since option in git log and gives precision down to the second. You can change _GIT_SINCE to equal the date and time of the first commit so it can be ignored in your stats. Example:

export _GIT_SINCE="2018-04-04T20:11:00"

Then run git-quick-stats as normal. Is this something that could work for you?

from git-quick-stats.

mjlefevre avatar mjlefevre commented on May 18, 2024

That should work for me. Does that affect anything else with normal git usage? or is the env variable unique to the stats script?

from git-quick-stats.

tomice avatar tomice commented on May 18, 2024

_GIT_SINCE is pretty unique. Here's a quick search on GitHub that shows who else is using the var. It's mostly this program. Note that shell vars are case sensitive, so if there exists a _git_since, it will not interfere with _GIT_SINCE.

from git-quick-stats.

drakegens avatar drakegens commented on May 18, 2024

Should this issue be closed?

from git-quick-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.