]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-format-patch.txt
Merge branch 'rr/format-patch-count-without-merges'
[git.git] / Documentation / git-format-patch.txt
index c8c81e8437c5fdd4ca488e3889345c9831a66329..df77474c2950d2a15145ac2bd086697fe365a192 100644 (file)
@@ -39,7 +39,7 @@ There are two ways to specify which commits to operate on.
    that leads to the <since> to be output.
 
 2. Generic <revision range> expression (see "SPECIFYING
-   REVISIONS" section in linkgit:git-rev-parse[1]) means the
+   REVISIONS" section in linkgit:gitrevisions[1]) means the
    commits in the specified range.
 
 The first rule takes precedence in the case of a single <commit>.  To
@@ -74,7 +74,7 @@ OPTIONS
 include::diff-options.txt[]
 
 -<n>::
-       Limits the number of patches to prepare.
+       Prepare patches from the topmost <n> commits.
 
 -o <dir>::
 --output-directory <dir>::