[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 5c5d804696ad715c4d8516b061564d0ab5115ab6

Ville Skyttä ville.skytta at iki.fi
Sun Jan 24 17:36:15 UTC 2010


The following commit has been merged in the master branch:
commit 5c5d804696ad715c4d8516b061564d0ab5115ab6
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 24 19:36:10 2010 +0200

    Update patch submission guidelines.

diff --git a/README b/README
index e48b555..4ee9a4e 100644
--- a/README
+++ b/README
@@ -396,11 +396,15 @@ guidelines in mind:
   create race conditions, is inefficient, violates the principle of
   least surprise and lacks robustness.
 
-- Send your patches as unified diffs. You can make these with
-  'diff -u'.
-
-- Send small, incremental diffs that affect a single function. Don't
-  cram massive, unrelated patches into a single diff.
+- Send small, incremental diffs that do one thing. Don't cram unrelated
+  changes into a single diff.
+
+- 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').
 
 - 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