X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-am.txt;h=704dc514de1daa29a0c72ce336ad6d04ea34d701;hb=9e48b389990c0201487e58f3bac32734a59a7e89;hp=88068d09f55c4177309da5308632f7a172f591de;hpb=baa720f501a1e8e81fcc6813e28e0ed01d6ca6dd;p=git.git diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 88068d09..704dc514 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -1,5 +1,5 @@ git-am(1) -================ +========= NAME ---- @@ -58,10 +58,10 @@ recover from this in one of two ways: . hand resolve the conflict in the working directory, run 'git diff HEAD' to extract the merge result into a patch form and - replacing the patch part of the message in .dotest directory. - After doing this, run `git-reset --hard HEAD` to bring the - working tree to the state before half-applying the patch, then - re-run the command without any options. + replacing the patch in .dotest/patch file. After doing this, + run `git-reset --hard HEAD` to bring the working tree to the + state before half-applying the patch, then re-run the command + without any options. The command refuses to process new mailboxes while `.dotest` directory exists, so if you decide to start over from scratch,