Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Jetty/Contributor/Contributing Patches

< Jetty‎ | Contributor
Revision as of 09:11, 2 August 2011 by Jesse.mcconnell.gmail.com (Talk | contribs) (New page: {{Jetty}} How to contribute a patch to Jetty @ Eclipse. == Git Diff == The simplest way to contribute a patch is to make a modification to a cloned copy of jetty and then generate a dif...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



How to contribute a patch to Jetty @ Eclipse.

Git Diff

The simplest way to contribute a patch is to make a modification to a cloned copy of jetty and then generate a diff between the two versions.

From the top level of the cloned project:

> git diff > ######.patch

            1. should be the bugzilla issue that you will be attaching the issue to. All patches coming into jetty @ eclipse much come in through bugzilla for IP tracking purposes. Depending on the size of the patch the patch itself may be flagged as +iplog where it is subject to lawyer review and inclusion with our iplog from here to eternity.

Git Format Patch

  • to be written *

Back to the top