]> arthur.barton.de Git - bup.git/commitdiff
HACKING: correct output folder in the format-patch example
authorAidan Hobson Sayers <aidanhs@cantab.net>
Thu, 24 Oct 2013 19:57:31 +0000 (20:57 +0100)
committerRob Browning <rlb@defaultvalue.org>
Fri, 25 Oct 2013 19:37:38 +0000 (14:37 -0500)
Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net>
Reviewed-by: Zoran Zaric <zz@zoranzaric.de>
[rlb@defaultvalue.org: adjust commit message.]
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
HACKING

diff --git a/HACKING b/HACKING
index 88f5b416837be2a73766285cc0496807272b3ff9..fbc98afcf4afdd21e001ce7f170b4078cb9ecaee 100644 (file)
--- 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: