Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From cb3d26193fafd0b06217c3bf2d65a6eac74b4941 Mon Sep 17 00:00:00 2001 |From: Max Schillinger |Date: Thu, 22 Jul 2021 23:19:36 +0200 |Subject: [PATCH] flextile layout for dwm commit 138b405 | |--- | config.def.h | 17 +++++- | dwm.c | 123 +++++++++++++++++++------------------- | flextile.h | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++ | 3 files changed, 238 insertions(+), 65 deletions(-) | create mode 100644 flextile.h | |diff --git a/config.def.h b/config.def.h |index a2ac963..1330db2 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 21. Hunk #2 succeeded at 36. Hunk #3 succeeded at 74. Hunk #4 succeeded at 102. 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 5e4d494..1f1487a 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 111. Hunk #2 succeeded at 154. Hunk #3 succeeded at 609. Hunk #4 succeeded at 957. Hunk #5 succeeded at 1490. Hunk #6 succeeded at 1509. Hunk #7 succeeded at 1657. Hunk #8 succeeded at 1684. Hunk #9 succeeded at 2015. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/flextile.h b/flextile.h |new file mode 100644 |index 0000000..edab893 |--- /dev/null |+++ b/flextile.h -------------------------- (Creating file flextile.h...) Patching file flextile.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... Ignoring the trailing garbage. done