]> arthur.barton.de Git - bup.git/blobdiff - HACKING
HACKING: correct output folder in the format-patch example
[bup.git] / 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: