summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-10-01 01:34:37 +0000
committerJunio C Hamano <junio@kernel.org>2010-10-01 01:34:37 +0000
commit0fd857e5bc36d9b8c88686a602c4ae253607487b (patch)
tree780a2bfc55dc72e11bf07f315116cc0e68af3ffd /rev-list-options.txt
parent3b4609d029e2db42b5154f019facecee49196bf0 (diff)
downloadgit-htmldocs-0fd857e5bc36d9b8c88686a602c4ae253607487b.tar.gz
Autogenerated HTML docs for v1.7.3.1-50-g1e633
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index e2237ae4a..ebc010873 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -45,13 +45,13 @@ endif::git-rev-list[]
--parents::
- Print the parents of the commit. Also enables parent
- rewriting, see 'History Simplification' below.
+ Print also the parents of the commit (in the form "commit parent...").
+ Also enables parent rewriting, see 'History Simplification' below.
--children::
- Print the children of the commit. Also enables parent
- rewriting, see 'History Simplification' below.
+ Print also the children of the commit (in the form "commit child...").
+ Also enables parent rewriting, see 'History Simplification' below.
ifdef::git-rev-list[]
--timestamp::