Code

git-pull: disallow implicit merging to detached HEAD
[git.git] / Documentation / git-log.txt
index c87133542a5b2f80f3743eebb300963a8bc4f1fe..60610f91f4c38946b35209bd3e9a1c696fd1b17d 100644 (file)
@@ -27,11 +27,13 @@ OPTIONS
 
 include::pretty-formats.txt[]
 
---max-count=<n>::
+-<n>::
        Limits the number of commits to show.
 
 <since>..<until>::
-       Show only commits between the named two commits.
+       Show only commits between the named two commits.  When
+       either <since> or <until> is omitted, it defaults to
+       `HEAD`, i.e. the tip of the current branch.
 
 -p::
        Show the change the commit introduces in a patch form.