We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f143a18 + 262e741 commit 5b84814Copy full SHA for 5b84814
src/gitChangedFilesSinceLastHead.js
@@ -5,6 +5,7 @@ function getFilesFromGit() {
5
'diff-tree',
6
'--name-only',
7
'--no-commit-id',
8
+ '-r',
9
'HEAD@{1}',
10
'HEAD',
11
]);
0 commit comments