Code

git-log.txt,rev-list-options.txt: -n/--max-count is commit limiting
[git.git] / Documentation / git-log.txt
index ff41784c60b04a276931fc90ab54a22a67024a1e..48c1715126cd17da495e9749c2086e3b0b84b61b 100644 (file)
@@ -25,6 +25,7 @@ OPTIONS
 
 -<n>::
        Limits the number of commits to show.
+       Note that this is a commit limiting option, see below.
 
 <since>..<until>::
        Show only commits between the named two commits.  When