summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-31 01:19:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-31 01:19:14 +0000
commit775a0f4855989aa6804034eafaf38b828e63f151 (patch)
treea8be874406cbc92ffb25f256504b829467290195 /git-log.txt
parent51f92e2cc0a6ec2cc6091577a2b47bbb454150b2 (diff)
downloadgit-htmldocs-775a0f4855989aa6804034eafaf38b828e63f151.tar.gz
Autogenerated HTML docs for v1.5.0-rc0-g53af9
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/git-log.txt b/git-log.txt
index 79643ac92..e9f746bbd 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -31,7 +31,9 @@ include::pretty-formats.txt[]
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.
@@ -63,6 +65,12 @@ git log -r --name-status release..test::
in the "release" branch, along with the list of paths
each commit modifies.
+Discussion
+----------
+
+include::i18n.txt[]
+
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>