Dear Wiki user,

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

The "Patches" page has been changed by SergioFernandez:
https://wiki.apache.org/marmotta/Patches?action=diff&rev1=2&rev2=3

Comment:
typo

   1. Fetch the changes
    `git fetch <github-user>`
   1. Merge in the changes telling where the change comes from:
-   `git merge --no-commit --no-ff --log -m "MARMOTTA-123: Merge patch from 
<github-user> on github, closes PR #1234" -m "Obtained from: <github-user> 
<https://github.com/<github-user>/>" <github-user>/<remote-branch>`
+   `git merge --no-commit --no-ff --log -m "MARMOTTA-123: Merged patch from 
<github-user> on github, closes PR #1234" -m "Obtained from: <github-user> 
<https://github.com/<github-user>/>" <github-user>/<remote-branch>`
   1. Examine the changes introduced by the patch. Make sure the code compiles 
and does what it claims in the pull request.
   Check that
    a. all LICENSE headers are in place (maybe you want to run `mvn 
apache-rat:check`),

Reply via email to