Skip to content

Instantly share code, notes, and snippets.

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