]> arthur.barton.de Git - bup.git/commitdiff
HACKING: fix format-patch example dir mismatch
authorBen Wiederhake <ben.wiederhake@gmail.com>
Sun, 7 Jun 2015 20:23:48 +0000 (22:23 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sat, 13 Jun 2015 17:45:21 +0000 (12:45 -0500)
Resolve disagreement over how to name an example directory.

Signed-off-by: Ben Wiederhake <Ben.Wiederhake@gmail.com>
Reviewed-by: Gabriel Filion <gabster@lelutin.ca>
[rlb@defaultvalue.org: adjust commit summary]

HACKING

diff --git a/HACKING b/HACKING
index d5ac2f74c1850b2297424e43bf93169f0cdf54c8..6ecab7ea3bd29c72e909effcd78e7c246f73ac0f 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -65,7 +65,7 @@ Submitting patches
 As mentioned, all patches should be posted to the mailing list for
 review, and must be "signed off" by the author before official
 inclusion (see ./SIGNED-OFF-BY).  You can create a "signed off" set of
-patches in ./pending, ready for submission to the list, like this:
+patches in ./patches, ready for submission to the list, like this:
 
     git format-patch -s -o patches origin/master