Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From c40d70e238b7e5e8ebfd16b435c56af55a541912 Mon Sep 17 00:00:00 2001 |From: ysl2 |Date: Sun, 29 Oct 2023 15:39:46 +0800 |Subject: [PATCH] Bulk kill: arg.ui == 0 for normal kill current client; arg.ui | == 1 for kill other clients in current tag (except current focusing client); | arg.ui == 2 for kill all clients in current tag (include focusing client). | |--- | bulkill.c | 35 +++++++++++++++++++++++++++++++++++ | config.def.h | 3 +++ | 2 files changed, 38 insertions(+) | create mode 100644 bulkill.c | |diff --git a/bulkill.c b/bulkill.c |new file mode 100644 |index 0000000..732852e |--- /dev/null |+++ b/bulkill.c -------------------------- (Creating file bulkill.c...) Patching file bulkill.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.def.h b/config.def.h |index 9efa774..28cfd78 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 60. Hunk #2 succeeded at 75. Hmm... Ignoring the trailing garbage. done