From 805381040dd69dd02b78423d2d71913b33f3cc33 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 8 Jun 1999 09:25:39 +0000 Subject: zsh-3.1.5-pws-21 --- Util/zsh-development-guide | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Util') diff --git a/Util/zsh-development-guide b/Util/zsh-development-guide index 3775f43b7..a37abfe32 100644 --- a/Util/zsh-development-guide +++ b/Util/zsh-development-guide @@ -17,12 +17,13 @@ Patches * Send all patches to the mailing list rather than directly to me. -* Send only context diffs "diff -c oldfile newfile". They are much - easier to read and understand while also allowing the patch program - to patch more intelligently. Please make sure the filenames in - the diff header are relative to the top-level directory of the zsh - distribution; for example, it should say "Src/init.c" rather than - "init.c" or "zsh/Src/init.c". +* Send only context diffs "diff -c oldfile newfile" or unified diffs + "diff -u oldfile newfile". They are much easier to read and + understand while also allowing the patch program to patch more + intelligently. Please make sure the filenames in the diff header + are relative to the top-level directory of the zsh distribution; for + example, it should say "Src/init.c" rather than "init.c" or + "zsh/Src/init.c". * Please put only one bug fix or feature enhancement in a single patch and only one patch per mail message. This helps me to multiplex the many -- cgit 1.4.1