From: hasso Date: Wed, 23 Feb 2005 11:54:12 +0000 (+0000) Subject: Added -p to the recommended diff flags. X-Git-Tag: frr-2.0-rc1~3169 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e69b9e40c74d9d910934c94c63c08e36e9799e00;p=mirror%2Ffrr.git Added -p to the recommended diff flags. --- diff --git a/HACKING b/HACKING index 3df9e3e56c..8c76f7ad84 100644 --- a/HACKING +++ b/HACKING @@ -1,5 +1,5 @@ -*- mode: text; -*- -$Id: HACKING,v 1.14 2004/12/22 03:16:59 ajs Exp $ +$Id: HACKING,v 1.15 2005/02/23 11:54:12 hasso Exp $ GUIDELINES FOR HACKING ON QUAGGA @@ -93,7 +93,7 @@ installed together. PATCH SUBMISSION * Send a clean diff against the head of CVS in unified diff format, eg by: - cvs diff -uwb .... + cvs diff -upwb .... * Include ChangeLog and NEWS entries as appropriate before the patch (or in it if you are 100% up to date).