diff options
author | hasso <hasso> | 2005-02-23 11:54:12 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-02-23 11:54:12 +0000 |
commit | 71caa7c6f28a0ac07fce1c0f8a4bd11f3e368c97 (patch) | |
tree | 06833537e1d4871b0ee537855116139384bc7eb9 | |
parent | f8d25fb4be9a72622db6d109601e320a1a2ffc74 (diff) | |
download | quagga-71caa7c6f28a0ac07fce1c0f8a4bd11f3e368c97.tar.bz2 quagga-71caa7c6f28a0ac07fce1c0f8a4bd11f3e368c97.tar.xz |
Added -p to the recommended diff flags.
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |