Skip to content

Commit eb337d5

Browse files
committed
Automated cypher reference document generation (CI)
1 parent f70210f commit eb337d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypher/CYPHER.md

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Script | Directory | Description
229229
| [List_git_files_that_were_changed_together_with_another_file.cypher](./GitLog/List_git_files_that_were_changed_together_with_another_file.cypher) | GitLog | List git files that where frequently changed with another file. Requires "Add_CHANGED_TOGETHER_WITH_relationships_to_git_files". |
230230
| [List_git_files_that_were_changed_together_with_another_file_all_in_one.cypher](./GitLog/List_git_files_that_were_changed_together_with_another_file_all_in_one.cypher) | GitLog | List git files that where changed together frequently |
231231
| [List_git_files_with_commit_statistics_by_author.cypher](./GitLog/List_git_files_with_commit_statistics_by_author.cypher) | GitLog | List git files with commit statistics |
232+
| [List_pairwise_changed_files_with_dependencies.cypher](./GitLog/List_pairwise_changed_files_with_dependencies.cypher) | GitLog | List pair of files that were changed together and that have a declared dependency between each other. |
232233
| [List_unresolved_git_files.cypher](./GitLog/List_unresolved_git_files.cypher) | GitLog | List code files not covered by imported git data for troubleshooting/testing. |
233234
| [Set_number_of_aggregated_git_commits.cypher](./GitLog/Set_number_of_aggregated_git_commits.cypher) | GitLog | Set numberOfGitCommits property on code File nodes when aggregated change spans with grouped commits are present. |
234235
| [Set_number_of_git_log_commits.cypher](./GitLog/Set_number_of_git_log_commits.cypher) | GitLog | Set numberOfGitCommits property on code File nodes when git commits are present |

0 commit comments

Comments
 (0)