Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From ec9f55b6005cfa3b025b3d700c61af3ce539d057 Mon Sep 17 00:00:00 2001 |From: Niki Yoshiuchi |Date: Sat, 18 Apr 2020 09:55:26 -0700 |Subject: [PATCH] Adding the fibonacci layout patch | |--- | config.def.h | 5 ++++ | fibonacci.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++ | 2 files changed, 71 insertions(+) | create mode 100644 fibonacci.c | |diff --git a/config.def.h b/config.def.h |index 1c0b587..5708487 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 36. Hunk #2 succeeded at 79. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/fibonacci.c b/fibonacci.c |new file mode 100644 |index 0000000..fce0a57 |--- /dev/null |+++ b/fibonacci.c -------------------------- (Creating file fibonacci.c...) Patching file fibonacci.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... Ignoring the trailing garbage. done