From 712d3620274ccf404283200904761b30306489c7 Mon Sep 17 00:00:00 2001 From: lbischof <1837725+lbischof@users.noreply.github.com> Date: Sat, 10 Oct 2020 20:42:28 +0200 Subject: [PATCH] Ensure cleaner diffs by sorting the metadata --- diff-image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diff-image b/diff-image index b9bb574..4b3640f 100755 --- a/diff-image +++ b/diff-image @@ -120,7 +120,8 @@ exif() grep -v 'File Access Date/Time' | \ grep -v 'File Modification Date/Time' | \ grep -v 'File Permissions' | \ - grep -v 'File Type Extension' \ + grep -v 'File Type Extension' | \ + sort \ >"$d" echo "$d" }