gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_11_4-33-ga7a5b23


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_4-33-ga7a5b23
Date: Thu, 25 Nov 2010 17:31:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=a7a5b23ebad7e6895a2a32cad7392462921228a2

The branch, master has been updated
       via  a7a5b23ebad7e6895a2a32cad7392462921228a2 (commit)
      from  6b99ed25e0b6bc0ca6132f5cd2bf1a61b3df5ba4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a7a5b23ebad7e6895a2a32cad7392462921228a2
Author: Simon Josefsson <address@hidden>
Date:   Thu Nov 25 18:31:16 2010 +0100

    Recommend git format-patch rather than git diff.

-----------------------------------------------------------------------

Summary of changes:
 README |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 0b16d96..21a836e 100644
--- a/README
+++ b/README
@@ -139,15 +139,19 @@ PATCHES
 Patches are welcome and encouraged.  Details of contributing can be found
 at http://www.gnu.org/software/gnutls/manual/html_node/Contributing.html.
 
-Patches are submitted through the bug tracking system.  When submitting
-patches, please be sure to use sources from the git repository.  To
+Patches are submitted through the bug tracking system or to the
+mailing list.  When submitting patches, please be sure to use sources
+from the git repository, and preferrably from the master branch.  To
 create a patch for the project from a local git repository, please use
 the following commands.  'gnutls' should be the local directory of a
-previous git clone, and <filename> should reflect a descriptive name for
-the patch.
+previous git clone.
 
     cd gnutls
-    git diff > <filename>.patch
+    git add the-file-you-modified.c another-file.c
+    git commit the-file-you-modified.c another-file.c
+    git format-patch
+
+For more information on use of Git, visit http://git-scm.com/
 
 ----------------------------------------------------------------------
 Copying and distribution of this file, with or without modification,


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]