Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
rev-list-options: clarify --parents and --children
author
Michael J Gruber
<git@drmicha.warpmail.net>
Thu, 30 Sep 2010 15:31:43 +0000
(17:31 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 30 Sep 2010 16:38:47 +0000
(09:38 -0700)
Make it clearer that --parents resp. --children list the parent resp.
child commits next to each commit, so that I understand next time.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
2f76919
)
diff --git
a/Documentation/rev-list-options.txt
b/Documentation/rev-list-options.txt
index e2237ae4a0a80b0e5aa22cbb13aa5a01ce4fb891..ebc0108731dffd2dde1ec8917a93e15c9003baf3 100644
(file)
--- a/
Documentation/rev-list-options.txt
+++ b/
Documentation/rev-list-options.txt
@@
-45,13
+45,13
@@
endif::git-rev-list[]
--parents::
--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::
--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::
ifdef::git-rev-list[]
--timestamp::