Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-09-30 00:49:09 +0400
committerJunio C Hamano <gitster@pobox.com>2010-09-30 00:49:09 +0400
commit7fd739cd5720fbd1d170584baff7e4f706df641c (patch)
treea7f00c907b31236eba887075542d83410d08782e /Documentation
parentb3c16ee454effda5ec8033ab665249710f622699 (diff)
parent2c642ed8668745271a714f0a672dbfcd6b0a6fa8 (diff)
Merge branch 'rr/format-patch-count-without-merges'
* rr/format-patch-count-without-merges: format-patch: Don't go over merge commits t4014-format-patch: Call test_tick before committing
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-format-patch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index 4b3f5ba535..df77474c29 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -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>::