Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 055e86dee88c5135b3d3a691942a915334d1b3a2 Mon Sep 17 00:00:00 2001 |From: Mathieu Moneyron |Date: Wed, 13 May 2020 17:28:37 +0200 |Subject: [PATCH] Added option to preselect an item by providing a number | |--- | config.def.h | 3 +++ | dmenu.1 | 5 +++++ | dmenu.c | 15 ++++++++++++++- | 3 files changed, 22 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..95bee59 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h 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..6e1ee7f 100644 |--- a/dmenu.1 |+++ b/dmenu.1 -------------------------- Patching file dmenu.1 using Plan A... Hunk #1 succeeded at 22. Hunk #2 succeeded at 82. 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 65f25ce..0a02609 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 551. Hunk #2 succeeded at 701. Hunk #3 succeeded at 744. Hmm... Ignoring the trailing garbage. done