summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhasso <hasso>2005-02-23 11:54:12 +0000
committerhasso <hasso>2005-02-23 11:54:12 +0000
commit71caa7c6f28a0ac07fce1c0f8a4bd11f3e368c97 (patch)
tree06833537e1d4871b0ee537855116139384bc7eb9
parentf8d25fb4be9a72622db6d109601e320a1a2ffc74 (diff)
downloadquagga-71caa7c6f28a0ac07fce1c0f8a4bd11f3e368c97.tar.bz2
quagga-71caa7c6f28a0ac07fce1c0f8a4bd11f3e368c97.tar.xz
Added -p to the recommended diff flags.
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index a5ea52c9..8923d32f 100644
--- a/HACKING
+++ b/HACKING
@@ -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).