Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 064e1d48631cd9b03f32b42d7be79677197ee42f Mon Sep 17 00:00:00 2001 |From: Marshall Mason |Date: Mon, 9 Nov 2015 12:38:28 -0800 |Subject: [PATCH] Added horizgrid function | |--- | config.def.h | 2 ++ | horizgrid.c | 32 ++++++++++++++++++++++++++++++++ | 2 files changed, 34 insertions(+) | create mode 100644 horizgrid.c | |diff --git a/config.def.h b/config.def.h |index eaae8f3..c2ad519 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 34 with fuzz 2 (offset -2 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/horizgrid.c b/horizgrid.c |new file mode 100644 |index 0000000..51ce0f8 |--- /dev/null |+++ b/horizgrid.c -------------------------- (Creating file horizgrid.c...) Patching file horizgrid.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... Ignoring the trailing garbage. done