diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-22 00:34:09 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-22 00:34:09 +0100 |
commit | 1609685fc2f470600204094d39ea55f63a445abf (patch) | |
tree | 89691105ce37092486d54a14a929339854e50325 /docs/CONTRIBUTE | |
parent | e1d6034977093908ba63c4cdf8d0d65703c81700 (diff) |
various changes of CVS to git
Diffstat (limited to 'docs/CONTRIBUTE')
-rw-r--r-- | docs/CONTRIBUTE | 27 |
1 files changed, 15 insertions, 12 deletions
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 |