You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
889 B

  1. Please mail patches to:
  2. openocd-development@lists.berlios.de
  3. Note that you can't send patches to that list unless
  4. you're a member, despite what the list info page says.
  5. The patch should be against svn trunk using an SVN
  6. diff.
  7. Attach the patch to the email as a .txt file and
  8. also write a short change log entry that maintainers
  9. can copy and paste into the commit message
  10. (However, don't expect the maintainers to actually
  11. include such entries in their commit messages if
  12. they're longer than a single $SUBJECT line.)
  13. Add yourself to the GPL copyright for non-trivial changes.
  14. To create a patch from the command line:
  15. svn diff >mypatch.txt
  16. http://svnbook.red-bean.com/en/1.0/re09.html
  17. NB! remember to use "svn add" on new files first!
  18. http://svnbook.red-bean.com/en/1.0/re01.html
  19. If you have a decent SVN GUI, then that should be
  20. able to create and apply patches as well...