Revision: 76356
http://sourceforge.net/p/brlcad/code/76356
Author: starseeker
Date: 2020-07-16 22:38:30 +0000 (Thu, 16 Jul 2020)
Log Message:
-----------
Add some notes on git_stats
Modified Paths:
--------------
brlcad/trunk/misc/repoconv/NOTES
Modified: brlcad/trunk/misc/repoconv/NOTES
===================================================================
--- brlcad/trunk/misc/repoconv/NOTES 2020-07-16 21:44:16 UTC (rev 76355)
+++ brlcad/trunk/misc/repoconv/NOTES 2020-07-16 22:38:30 UTC (rev 76356)
@@ -267,3 +267,32 @@
version, so what we really want is our own openNURBS project generating
artifacts per-change that our main build workflow then grabs and installs as
needed...)
+
+##################################################################################
+If we want a "straighter" presentation of the statistics of our git history
than
+those of Github (which bases its reporting only on commit ids linkable to
github
+accounts and skips reporting any others) the best tool I've found thus far
+looks to be gitstats:
+
+https://github.com/tomgi/git_stats
+
+After installing, statistics pages can be generated by running:
+
+git_stats generate
+
+in a clone of the repository.
+
+
+
+Note - on Ubuntu, per https://github.com/rails/rails/issues/34822 I had to add
the line:
+
+gem 'bigdecimal', '1.4.2'
+
+to the git_stats file
+
+/var/lib/gems/2.7.0/gems/git_stats-1.0.17/bin/git_stats
+
+and install the older version of bigdecimal (per
https://stackoverflow.com/a/17026442):
+
+gem install bigdecimal -v 1.4.2
+
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits