Replace old CVS references with GIT

This commit is contained in:
Matthias Bolte
2010-01-08 01:40:38 +01:00
parent edcae5a7c4
commit 728e9229b1
7 changed files with 15 additions and 15 deletions

View File

@@ -19,13 +19,13 @@
or:
</p>
<pre>
cvs diff -up > libvirt-myfeature.patch
git diff > libvirt-myfeature.patch
</pre></li>
<li>Split large changes into a series of smaller patches, self-contained
if possible, with an explanation of each patch and an explanation of how
the sequence of patches fits together.</li>
<li>Make sure your patches apply against libvirt CVS. Developers
only follow CVS and don't care much about released versions.</li>
<li>Make sure your patches apply against libvirt GIT. Developers
only follow GIT and don't care much about released versions.</li>
<li><p>Run the automated tests on your code before submitting any changes.
In particular, configure with compile warnings set to -Werror:</p>
<pre>