Use a hashtable for objects instead of a sorted list
[git.git] / Documentation / git-am.txt
index 1ceed11..02cabc9 100644 (file)
@@ -8,6 +8,7 @@ git-am - Apply a series of patches in a mailbox
 
 SYNOPSIS
 --------
+[verse]
 'git-am' [--signoff] [--dotest=<dir>] [--utf8] [--binary] [--3way] <mbox>...
 'git-am' [--skip | --resolved]
 
@@ -28,7 +29,7 @@ OPTIONS
        area to store extracted patches.
 
 --utf8, --keep::
-       Pass `--utf8` and `--keep` flags to `git-mailinfo` (see
+       Pass `-u` and `-k` flags to `git-mailinfo` (see
        gitlink:git-mailinfo[1]).
 
 --binary::
@@ -69,7 +70,7 @@ recover from this in one of two ways:
 
 . hand resolve the conflict in the working directory, and update
   the index file to bring it in a state that the patch should
-  have produced.  Then run the command with '--resume' option.
+  have produced.  Then run the command with '--resolved' option.
 
 The command refuses to process new mailboxes while `.dotest`
 directory exists, so if you decide to start over from scratch,