Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From c107bca4d607041850166bebe68e136557749702 Mon Sep 17 00:00:00 2001 |From: tch69 |Date: Sun, 6 Apr 2025 11:46:32 +0700 |Subject: [PATCH] allow setting ENV vars inside config.h | |--- | config.def.h | 5 +++++ | dwm.c | 14 ++++++++++++++ | 2 files changed, 19 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 9efa774..9d93742 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 44. 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 f1d86b2..30cf88a 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 99. Hunk #2 succeeded at 203. Hunk #3 succeeded at 1473. Hunk #4 succeeded at 2165. Hmm... Ignoring the trailing garbage. done