Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 8446609384429bfc4342ede4b52ff42214ad2b77 Mon Sep 17 00:00:00 2001 |From: Rizqi Nur Assyaufi |Date: Mon, 18 Jul 2022 00:35:26 +0800 |Subject: [PATCH] Fixes title parsing for st-0.8.5 | |In st, titles get truncated after the first ';' character, this patch |fixes that. |--- | st.c | 38 ++++++++++++++++++++------------------ | 1 file changed, 20 insertions(+), 18 deletions(-) | |diff --git a/st.c b/st.c |index 51049ba..a2e595c 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 42. Hunk #2 succeeded at 150. Hunk #3 succeeded at 1887. Hunk #4 succeeded at 1923. Hunk #5 succeeded at 1936. Hunk #6 succeeded at 1949. Hunk #7 succeeded at 1961. Hunk #8 succeeded at 1984. Hunk #9 succeeded at 2003. Hmm... Ignoring the trailing garbage. done