Slide 30
Slide 30 text
@kit3bus
Prepare Patch Emails
git format-patch master
From ea25a1834be7e2da36fd00f4abc403a56d6b35bc Mon Sep 17 00:00:00 2001
From: Lars Schneider
Date: Mon, 21 Nov 2016 13:44:08 +0100
Subject: [PATCH v1] short description
Detailed commit message.
Signed-off-by: Lars Schneider
---
Hi,
message to mailing list!
Cheers,
Lars
apply.c | 2 +-
archive.c | 2 +-
2 files changed, 145 insertions(+), 24 deletions(-)
diff --git a/apply.c b/apply.c
index 2ed808d429..aa7e6e4359 100644
--- a/apply.c
+++ b/apply.c
@@ -4328,7 +4328,7 @@ static int try_create_file
- if (convert_to_working_tree(path, buf, size, &nbuf)) {
+ if (convert_to_working_tree(path, buf, size, &nbuf, NULL)) {
}
--
2.11.0
Commit Message
Additional explanations/
cover letter
Diff statistics
Patch
Your Git version
Email header