Created
November 28, 2015 21:11
-
-
Save kontext-e/ab0b50c2f11a60777cb3 to your computer and use it in GitHub Desktop.
This file contains 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
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