comparison DOCS/tech/cvs-howto.txt @ 12904:678af17ca11e

typos
author diego
date Wed, 28 Jul 2004 00:02:45 +0000
parents 2cf265514fc5
children 78d00bbba153
comparison
equal deleted inserted replaced
12903:80ddb6bac219 12904:678af17ca11e
138 compiler warning fixes and trivial looking fixes. We usually have a reason 138 compiler warning fixes and trivial looking fixes. We usually have a reason
139 for doing things the way we do. Send them as patches to the mailing list, 139 for doing things the way we do. Send them as patches to the mailing list,
140 and if the code maintainers say OK, you may commit. This does not apply to 140 and if the code maintainers say OK, you may commit. This does not apply to
141 files written and/or maintained by you. 141 files written and/or maintained by you.
142 142
143 5. We refuse source indentation and other cosmetical changes, such commits will 143 5. We refuse source indentation and other cosmetic changes, such commits will
144 be rejected and removed. Every developer has his own indentation style, you 144 be rejected and removed. Every developer has his own indentation style, you
145 should not change it. Of course if you (re)write something, you can use your 145 should not change it. Of course if you (re)write something, you can use your
146 own style... (Many projects force a given indentation style - we don't.) 146 own style... (Many projects force a given indentation style - we don't.)
147 147
148 NOTE: If you had to put if(){ .. } over a large (> 5 lines) chunk of code, 148 NOTE: If you had to put if(){ .. } over a large (> 5 lines) chunk of code,
302 302
303 - 303 -
304 + 304 +
305 305
306 That means you have added or removed tabs or spaces on that line. 306 That means you have added or removed tabs or spaces on that line.
307 That qualifies as a cosmetical change and is disallowed. Edit the 307 That qualifies as a cosmetic change and is disallowed. Edit the
308 file and put back/remove the added/removed tabs/spaces. 308 file and put back/remove the added/removed tabs/spaces.
309 Rediff the file and make sure the cosmetic changes are fixed. 309 Rediff the file and make sure the cosmetic changes are fixed.
310 310
311 II.6: Make sure you read and understand this properly before committing 311 II.6: Make sure you read and understand this properly before committing
312 anything. Commit one file at a time! 312 anything. Commit one file at a time!