From 1eeec8ff9034aea4dff514000d5a632fe102d8b5 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 22 May 2023 00:51:26 -0300 Subject: [PATCH] Detect renamed files --- libexec/portzap/commands/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/portzap/commands/install b/libexec/portzap/commands/install index 2691150..7eb1c90 100644 --- a/libexec/portzap/commands/install +++ b/libexec/portzap/commands/install @@ -3,7 +3,7 @@ __changed_files() { rev=$1 echo $( - git diff --name-only --diff-filter=AM $rev..HEAD | \ + git diff --name-only --diff-filter=RAM $rev..HEAD | \ cut -d / -f1 -f2 | \ uniq )