[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-381-gae3be4b

Ville Skyttä ville.skytta at iki.fi
Sat Jun 18 13:01:36 UTC 2011


The following commit has been merged in the master branch:
commit ae3be4b725d60ff711b3e82c6e4e6ade1a083865
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jun 18 15:59:32 2011 +0300

    README: Recommend git send-email.

diff --git a/README b/README
index 52c4e1e..67b79be 100644
--- a/README
+++ b/README
@@ -366,10 +366,11 @@ guidelines in mind:
 
 - Generate patches preferably against the git repository, with "git
   format-patch origin/master" (assuming the diff was against the
-  origin/master branch), and don't forget the entry for the CHANGES file
-  if you feel that the change deserves one.  If you don't have git
-  available or can't access the repository for some reason, generate
-  patches as unified diffs ('diff -u').
+  origin/master branch), and don't forget the entry for the CHANGES
+  file if you feel that the change deserves one, and send them
+  preferably with "git send-email".  If you don't have git available
+  or can't access the repository for some reason, generate patches as
+  unified diffs ('diff -u').
 
 - If your code was written for a particular platform, try to make it
   portable to other platforms, so that everyone may enjoy it. If your

-- 
bash-completion



More information about the Bash-completion-commits mailing list