Skip to content

Commit 5b84814

Browse files
authored
Run diff recursively to allow more granularity (#9)
Run diff recursively to allow more granularity
2 parents f143a18 + 262e741 commit 5b84814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gitChangedFilesSinceLastHead.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function getFilesFromGit() {
55
'diff-tree',
66
'--name-only',
77
'--no-commit-id',
8+
'-r',
89
'HEAD@{1}',
910
'HEAD',
1011
]);

0 commit comments

Comments
 (0)