Skip to content

Instantly share code, notes, and snippets.

@kontext-e
Created November 28, 2015 21:11
Show Gist options
  • Save kontext-e/ab0b50c2f11a60777cb3 to your computer and use it in GitHub Desktop.
Save kontext-e/ab0b50c2f11a60777cb3 to your computer and use it in GitHub Desktop.
MATCH
(g:GitFile)--(cf:GitCommitFile)--(c:GitCommit)--(otherFile:GitCommitFile)
RETURN
g.relativePath, count(c.sha) as soc
ORDER BY
soc desc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment