GitNStats Versions Save

Cross Platform Git History Analyzer built on .Net Core

2.3.1

3 years ago

Bug fix for #27. Help text/Usage properly displays now.

2.3.0

3 years ago
  • Upgrade to .Net 5.0
  • Reduced package size by ~50%
  • Packages no longer target specific OS versions/distributions.

2.2.0

3 years ago

Update to .Net Core 3.1

2.1.1

5 years ago

Now follows file moves/renames and aggregates the total count into the latest file name.

2.1.0

5 years ago

Adds a --quiet flag to suppress repository/branch info and output headers. This makes piping the output of GitNStats into other programs easier.

2.0.0

6 years ago

As of this release we parallelize the graph traversal. This significantly improves performance for repositories with a large history, particularly those that have many and/or long lived branches. When tested agains the Rubberduck repository (roughly 8000 commits), I we see the time to walk the graph reduced from ~76 seconds to ~16 seconds.

Internally, the project was restructured into a core library and console application project. This restructuring is the reason we went from v1.1 to v2.0.

1.1.0

6 years ago

Adds the ability to only count files/commits on or after a given date time.

gitnstats --date-filter 2017-07-14

1.0.3

6 years ago

1.0.2

6 years ago
  • Minor performance improvement in graph traversal.
  • Added build for Ubuntu 14.04.
  • Prepare internal interface for extraction to library.

1.0.1

6 years ago

Fixed critical bug that caused terminal text to go black (invisible if you use a black background) after the application encountered an error.