From: Michael J Gruber Date: Thu, 30 Sep 2010 15:31:43 +0000 (+0200) Subject: rev-list-options: clarify --parents and --children X-Git-Tag: v1.7.3.2~32 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e14712c9e6801855a033ee1e7013f54580f270a1;p=git.git rev-list-options: clarify --parents and --children 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index e2237ae4a..ebc010873 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/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::