X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-applypatch.txt;h=14ce53aade7e0549fed75eb89c453c6556a6eacb;hb=89bc8c785e20258efba3b2b5ffc26098fa0b8bc8;hp=55facd2c7a4c8e0c8a142ba3bc3d64902276ba84;hpb=58eaf287f1b25f6427b06bd72d8e555615828aeb;p=git.git diff --git a/Documentation/git-applypatch.txt b/Documentation/git-applypatch.txt index 55facd2c..14ce53aa 100644 --- a/Documentation/git-applypatch.txt +++ b/Documentation/git-applypatch.txt @@ -3,25 +3,33 @@ git-applypatch(1) NAME ---- -git-applypatch - Some git command not yet documented. +git-applypatch - Apply one patch extracted from an e-mail. SYNOPSIS -------- -'git-applypatch' [ --option ] ... +'git-applypatch' [] DESCRIPTION ----------- -Does something not yet documented. +Takes three files , , and prepared from an +e-mail message by 'git-mailinfo', and creates a commit. It is +usually not necessary to use this command directly. OPTIONS ------- ---option:: - Some option not yet documented. +:: + Commit log message (sans the first line, which comes + from e-mail Subject stored in ). -...:: - Some argument not yet documented. +:: + The patch to apply. + +: + Author and subject information extracted from e-mail, + used on "author" line and as the first line of the + commit log message. Author