Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 13 and Version 14 of Developer/Git/Users


Ignore:
Timestamp:
07/18/14 19:20:08 (10 years ago)
Author:
Phipse
Comment:

/* Sending Email */ updated email address from rtems-devel@… to devel@…

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Git/Users

    v13 v14  
    293293To send your patches just
    294294{{{
    295  git send-email /path/to/patch --to rtems-devel@rtems.org
     295 git send-email /path/to/patch --to devel@rtems.org
    296296}}}
    297297
     
    303303You can configure the to address:
    304304{{{
    305  git config --global sendemail.to rtems-devel@rtems.org
     305 git config --global sendemail.to devel@rtems.org
    306306}}}
    307307