Skip to content

Commit cd4c790

Browse files
Update aur/show-aur-changes
Co-authored-by: Claudia Pellegrino <claui@users.noreply.github.com>
1 parent a4e4d3f commit cd4c790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aur/show-aur-changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ for pkg in "${PKGS[@]}"; do
138138
# https://stackoverflow.com/a/9766506
139139
base="$(git -C "$REPO_ROOT" mktree < /dev/null)"
140140
fi
141-
diff_output=$(git -C "$REPO_ROOT" diff "$base" "$newest" -- "$PATTERN")
141+
diff_output=$(git -C "$REPO_ROOT" format-patch --no-binary --stdout "$base".."$newest" -- "$PATTERN")
142142
fi
143143

144144
# Match against grep pattern if specified

0 commit comments

Comments
 (0)