From 4dcb29efa801408ee2cf7feeb9bd5966317b1f1f Mon Sep 17 00:00:00 2001 From: Vladyslav Kazantsev <3955277+specialistvlad@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:59:27 -0700 Subject: [PATCH] Update index.js --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index e04dfbf..e864801 100644 --- a/index.js +++ b/index.js @@ -166,7 +166,6 @@ async function gatherExcludes({ baseRef, exec }) { `origin/${baseRef}`, 'HEAD', '--name-only', - '--no-renames', ]); const files = o1.stdout.split(/\r?\n/).filter((n) => n.length > 0); @@ -213,7 +212,6 @@ async function getSize({ baseRef, exec, excludes, ignores, ignoreDeletedLines }) 'diff', `origin/${baseRef}`, 'HEAD', - '--no-renames', '--numstat', '--ignore-space-change', '--',