From 17e36bd3d4d001fcd8cf82c061dbc6e374cc471e Mon Sep 17 00:00:00 2001 From: Aidan Hobson Sayers Date: Thu, 24 Oct 2013 20:57:31 +0100 Subject: [PATCH 1/1] HACKING: correct output folder in the format-patch example Signed-off-by: Aidan Hobson Sayers Reviewed-by: Zoran Zaric [rlb@defaultvalue.org: adjust commit message.] Reviewed-by: Rob Browning --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 88f5b41..fbc98af 100644 --- a/HACKING +++ b/HACKING @@ -64,7 +64,7 @@ review. You can create a "signed off" (see ./SIGNED-OFF-BY) set of patches in ./pending, ready for submission to the list, like this: - git format-patch -s -o pending origin/master + git format-patch -s -o patches origin/master which will include all of the patches since origin/master on your current branch. Then you can send them to the list like this: -- 2.39.2