Skip to content

Instantly share code, notes, and snippets.

@vgaltes
Last active December 19, 2015 17:20
Show Gist options
  • Save vgaltes/76d3ad1cb6d74d670afc to your computer and use it in GitHub Desktop.
Save vgaltes/76d3ad1cb6d74d670afc to your computer and use it in GitHub Desktop.
Number of authors
let numberOfAuthors =
totalCommits
|> Array.groupBy(fun c -> c.CommitInfo.Author)
|> Array.length
----------------------------------------------------
val numberOfAuthors : int = 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment