Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The "HowToContribute" page has been changed by JulienNioche:
https://wiki.apache.org/nutch/HowToContribute?action=diff&rev1=9&rev2=10

Comment:
patching from git 

  vi myBeautifulPatch.patch
  }}}
  
+ or
+  
+ {{{
+ git diff --no-prefix > myBeautifulPatch.patch
+ vi myBeautifulPatch.patch
+ }}}
+ 
+ if you are generating it from a Git repository.
+ 
  This will report all modifications done on Nutch sources on your local disk 
and save them into the ''myBeautifulPath.patch'' file.
  Then edit the patch file in order to check that it includes ONLY the 
modifications you want to add to the Nutch SVN repository.
  
+ Remember to generate a patch against a live branch, i.e. trunk for Nutch 1.x 
and 2.x for Nutch 2.x. The other branches are snapshots of past releases and 
the code might have evolved since then.
  
  === Proposing your work ===
  

Reply via email to