Coder Social home page Coder Social logo

git-stats's Introduction

Intro

This site hosts the source for all my Miranda IM plugins.

I don't have time anymore to develop them, so they stay here as help and incentive for other developers. Maybe someday I can get back to them ;)

Miranda IM plugins




git-stats's People

Contributors

pescuma avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

git-stats's Issues

Be able to call git-stats on multiple repositories

Each repository could be specified as each argument on the command-ine.

I don't know if it belongs here but I was thinking that a tool to merge results would be more useful since I could simply do:

  1. call git-stats > results.txt on each repository. One such tool that I use is: mu-repo
  2. call git-stats -merge repo1/results.txt repo2/results.txt ...

Another option is specifying many repositories on the command line (without the -merge flag).

If this would be better served as another tool I'm fine with that too. Eg.: git-stats-merge-results

Another good thing about having a merge tool is that the results of a long run could be easily reused. It would be possible to interrupt the processing of one repository but still keep the results of the repositories that have already been processed.

Handle calling inside a folder that is not a git repo

Exception in thread "main" java.lang.IllegalArgumentException: One of setGitDir or setWorkTree must be called.
        at org.eclipse.jgit.lib.BaseRepositoryBuilder.requireGitDirOrWorkTree(BaseRepositoryBuilder.java:582)
        at org.eclipse.jgit.lib.BaseRepositoryBuilder.setup(BaseRepositoryBuilder.java:550)
        at org.eclipse.jgit.storage.file.FileRepositoryBuilder.build(FileRepositoryBuilder.java:92)
        at org.pescuma.gitstats.Main.run(Main.java:93)
        at org.pescuma.gitstats.Main.main(Main.java:61)

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.