Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From d166c2c90f777f5a80f628d493cdcf7bf03034b8 Mon Sep 17 00:00:00 2001 |From: Justinas Grigas |Date: Mon, 17 Jun 2024 02:52:15 +0100 |Subject: [PATCH] fuzzymatch: Add support for fuzzy-matching | |This version of the patch updates the manpage. |--- | config.def.h | 1 + | config.mk | 2 +- | dmenu.1 | 5 ++- | dmenu.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++- | 4 files changed, 95 insertions(+), 3 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..a4e6174 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 2. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.mk b/config.mk |index 137f7c8..6a19175 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 21. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dmenu.1 b/dmenu.1 |index 323f93c..e2c5ef4 100644 |--- a/dmenu.1 |+++ b/dmenu.1 -------------------------- Patching file dmenu.1 using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 40. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dmenu.c b/dmenu.c |index 40f93e0..03e1f45 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 32. Hunk #3 succeeded at 228. Hunk #4 succeeded at 801. Hunk #5 succeeded at 818. Hmm... Ignoring the trailing garbage. done