Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 7c770d00c0010e93b37042e9fdff34e3d161ff15 Mon Sep 17 00:00:00 2001 |From: Rumen |Date: Fri, 3 Jan 2025 17:14:51 +0100 |Subject: [PATCH] patch: defaultmfact | |patch adds a default value for mfact, which can be used through |setmfact |--- | config.def.h | 4 +++- | dwm.c | 7 +++++++ | 2 files changed, 10 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 9efa774..acb43cb 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 72. 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 1443802..bf3a66e 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 1522 (offset 1 line). Hmm... Ignoring the trailing garbage. done