From d07689f82a29994100b094ca9b47c67e589a8d69 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 5 Mar 2009 18:17:19 +0100 Subject: Use the git CLI syntax one is supposed to use these days. --- contributing/web_pages.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'contributing') diff --git a/contributing/web_pages.mdwn b/contributing/web_pages.mdwn index 5796d56e..53eba725 100644 --- a/contributing/web_pages.mdwn +++ b/contributing/web_pages.mdwn @@ -1,4 +1,5 @@ -[[meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]] +[[meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +Inc."]] [[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -154,7 +155,7 @@ If you can push directly into the master repository this is really simple: If you can't do that, then first prepare to publish your changes: - $ git-format-patch -M -B origin + $ git format-patch -M -B origin 0001-Be-a-bit-more-expressive.patch [...] @@ -164,7 +165,7 @@ want to publish. Finally, publish the good ones. If you have a local mail transfer agent running, the following is all you have to do: - $ git-send-email --to web-hurd@gnu.org *.patch + $ git send-email --to web-hurd@gnu.org *.patch [...] If you don't have an MTA running, you'll have to find another way: either post -- cgit v1.2.3