Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 94353eb52055927d9079f3d9e33da1c954abf386 Mon Sep 17 00:00:00 2001 |From: aleks |Date: Wed, 26 Jun 2019 13:25:10 +0200 |Subject: [PATCH] Add support for fuzzy-matching | |--- | config.def.h | 1 + | config.mk | 2 +- | dmenu.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ | 3 files changed, 91 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..51612b9 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 0929b4a..d14309a 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 20. 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 6b8f51b..96ddc98 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 33. Hunk #3 succeeded at 212. Hunk #4 succeeded at 789. Hmm... Ignoring the trailing garbage. done