From: Aidan Hobson Sayers Date: Thu, 24 Oct 2013 19:57:31 +0000 (+0100) Subject: HACKING: correct output folder in the format-patch example X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=17e36bd3d4d001fcd8cf82c061dbc6e374cc471e;p=packages%2Fb%2Fbup.git 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 --- 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: