From 05879f9171cf28287b646e957c90b4f14b8ba857 Mon Sep 17 00:00:00 2001 From: Hyko Date: Fri, 1 May 2026 19:13:17 -0400 Subject: [PATCH] fix(git): remove --diff-filter=d to include deleted files in diffs --- src/git.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/git.ts b/src/git.ts index ccc2b6a..05cfe4a 100644 --- a/src/git.ts +++ b/src/git.ts @@ -41,16 +41,16 @@ export async function getGitDiff(cwd: string, stagedOnly = false): Promise