Changes between Version 3 and Version 4 of DeveloperDocumentation


Ignore:
Timestamp:
05/20/16 09:39:35 (8 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperDocumentation

    v3 v4  
    233233It's often necessary to test individual patches sent to a mailing list. Patches that are real attachments are trivial to download and merge. However, sometimes the patches are stored inline, in the message body, which makes thing slightly more difficult. If you're running Mozilla Thunderbird, you export emails containing inline emails as mbox file using ''ImportExportTools'' add-on. These can then be applied to a git repository using ''git am <mbox-filename>''.
    234234
    235 == Converting !GitHub pull requests into patches ==
     235== Sending !GitHub pull requests to the mailing list with git-send-email ==
    236236
    237237Getting a "git am"-compatible patch out of a !GitHub pull requests is simple: