From: Ben Wiederhake Date: Sun, 7 Jun 2015 20:23:48 +0000 (+0200) Subject: HACKING: fix format-patch example dir mismatch X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=82fe455b6c6f57db8f062bf27af4c7ddb2e83226;p=packages%2Fb%2Fbup.git HACKING: fix format-patch example dir mismatch Resolve disagreement over how to name an example directory. Signed-off-by: Ben Wiederhake Reviewed-by: Gabriel Filion [rlb@defaultvalue.org: adjust commit summary] --- diff --git a/HACKING b/HACKING index d5ac2f7..6ecab7e 100644 --- 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