We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3f0c8 commit 9b32c96Copy full SHA for 9b32c96
1 file changed
scripts/printCommitStats.mjs
@@ -71,7 +71,7 @@ function toRatioString(
71
}
72
73
(async () => {
74
- const { stdout: diffContent } = await promisify(exec)('git diff main..HEAD', { encoding: 'utf-8' });
+ const { stdout: diffContent } = await promisify(exec)('git diff main', { encoding: 'utf-8' });
75
76
const patches = parsePatch(diffContent);
77
0 commit comments