From 1609685fc2f470600204094d39ea55f63a445abf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 Mar 2010 00:34:09 +0100 Subject: various changes of CVS to git --- docs/CONTRIBUTE | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'docs/CONTRIBUTE') diff --git a/docs/CONTRIBUTE b/docs/CONTRIBUTE index df161d711..633f131e1 100644 --- a/docs/CONTRIBUTE +++ b/docs/CONTRIBUTE @@ -29,9 +29,9 @@ 2.11 Test Cases 3. Pushing Out Your Changes - 3.1 Write Access to CVS Repository - 3.2 How To Make a Patch - 3.3 How to get your changes into the main sources + 3.2 How To Make a Patch with git + 3.3 How To Make a Patch without git + 3.4 How to get your changes into the main sources ============================================================================== @@ -152,7 +152,7 @@ Please try to get the latest available sources to make your patches against. It makes the life of the developers so much easier. The very best is - if you get the most up-to-date sources from the CVS repository, but the + if you get the most up-to-date sources from the git repository, but the latest release archive is quite OK as well! 2.10 Document @@ -177,16 +177,19 @@ 3. Pushing Out Your Changes -3.1 Write Access to CVS Repository +3.1 Write Access to git Repository If you are a frequent contributor, or have another good reason, you can of - course get write access to the CVS repository and then you'll be able to - check-in all your changes straight into the CVS tree instead of sending all - changes by mail as patches. Just ask if this is what you'd want. You will be - required to have posted a few quality patches first, before you can be - granted write access. + course get write access to the git repository and then you'll be able to push + your changes straight into the git repo instead of sending changes by mail as + patches. Just ask if this is what you'd want. You will be required to have + posted a few quality patches first, before you can be granted push access. -3.2 How To Make a Patch +3.2 How To Make a Patch with git + + TODO + +3.3 How To Make a Patch without git Keep a copy of the unmodified curl sources. Make your changes in a separate source tree. When you think you have something that you want to offer the @@ -214,7 +217,7 @@ http://gnuwin32.sourceforge.net/packages/patch.htm http://gnuwin32.sourceforge.net/packages/diffutils.htm -3.3 How to get your changes into the main sources +3.4 How to get your changes into the main sources 1. Submit your patch to the curl-library mailing list -- cgit v1.2.3