Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From abace8a090f579a9bd2513e78e0ebe9d9fa1e0bb Mon Sep 17 00:00:00 2001 |From: Piyush Pangtey |Date: Wed, 19 May 2021 19:27:34 +0530 |Subject: [PATCH] [Feature] spawntag | |spawn application whenever a tag is middle clicked |--- | config.def.h | 16 ++++++++++++++++ | dwm.c | 14 ++++++++++++++ | 2 files changed, 30 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..442b556 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 54. Hunk #2 succeeded at 123. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dwm.c b/dwm.c |index 4465af1..89b3220 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 207. Hunk #2 succeeded at 1663. Hmm... Ignoring the trailing garbage. done