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

Changes between Version 5 and Version 6 of Developer/Git/Users


Ignore:
Timestamp:
03/04/12 23:25:15 (12 years ago)
Author:
Gedare
Comment:

/* Sending Email */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Git/Users

    v5 v6  
    293293}}}
    294294
    295 To send multiple related patches (if you have more than one commit in your branch) specify a path to a directory containing all of the patches created by ''git-format-patch''.
    296 
    297 ''git-send-email'' has some useful options such as --annotate which shows you your patch and --cover-letter which prepends a summary email.
     295To send multiple related patches (if you have more than one commit in your branch) specify a path to a directory containing all of the patches created by ''git-format-patch''. ''git-send-email'' has some useful options such as:
     296 *  --annotate to show/edit your patch
     297 *  --cover-letter to prepend a summary
     298 *  --cc=<address> to cc someone
    298299
    299300You can configure the to address: