diff options
author | hasso <hasso> | 2005-02-23 11:54:12 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-02-23 11:54:12 +0000 |
commit | e69b9e40c74d9d910934c94c63c08e36e9799e00 (patch) | |
tree | 2f310ac7f0d5ee0e067faaceebaec6995dcd8a0b | |
parent | 462f20d50c8f86c26904f1c7316d910c2b83ae41 (diff) |
Added -p to the recommended diff flags.
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <cvs opts> diff -uwb .... + cvs <cvs opts> diff -upwb .... * Include ChangeLog and NEWS entries as appropriate before the patch (or in it if you are 100% up to date). |