Created
December 19, 2015 17:11
-
-
Save vgaltes/fadb9dd377e27f629c13 to your computer and use it in GitHub Desktop.
Number of entities changed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let numberOfEntitiesChanged = | |
totalCommits | |
|> Array.collect(fun c -> c.Files) | |
|> Array.length | |
----------------------------------------------- | |
val numberOfEntitiesChanged : int = 37765 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment