Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 8a3e3d9f0de95c55321761e2763cf43666da312d Mon Sep 17 00:00:00 2001 |From: Michael Buch |Date: Sat, 2 Feb 2019 14:52:56 +0000 |Subject: [PATCH] Add ability to open clipboard with configured program | |--- | config.def.h | 1 + | st.h | 1 + | x.c | 19 +++++++++++++++++++ | 3 files changed, 21 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 0e01717..c273252 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 178. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.h b/st.h |index 38c61c4..a0d7a83 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 80. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/x.c b/x.c |index 0422421..af75e85 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 1953. Hmm... Ignoring the trailing garbage. done