git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: commit-tree: remove 16 parents restriction
@ 2008-08-08  7:52 Thomas Rast
  2008-08-08 10:38 ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Rast @ 2008-08-08  7:52 UTC (permalink / raw)
  To: git; +Cc: gitster, Johannes Schindelin

ef98c5ca lifted the 16 parents restriction in builtin-commit-tree.c,
but forgot to update the documentation.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
---
 Documentation/git-commit-tree.txt |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt
index feec584..92ab3ab 100644
--- a/Documentation/git-commit-tree.txt
+++ b/Documentation/git-commit-tree.txt
@@ -16,12 +16,12 @@ This is usually not what an end user wants to run directly.  See
 linkgit:git-commit[1] instead.
 
 Creates a new commit object based on the provided tree object and
-emits the new commit object id on stdout. If no parent is given then
-it is considered to be an initial tree.
+emits the new commit object id on stdout.
 
-A commit object usually has 1 parent (a commit after a change) or up
-to 16 parents.  More than one parent represents a merge of branches
-that led to them.
+A commit object may have any number of parents. With exactly one
+parent, it is an ordinary commit. Having more than one parent makes
+the commit a merge between several lines of history. Initial (root)
+commits have no parents.
 
 While a tree represents a particular directory state of a working
 directory, a commit represents that state in "time", and explains how
-- 
1.6.0.rc2.19.g3c9ba

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: commit-tree: remove 16 parents restriction
  2008-08-08  7:52 [PATCH] Documentation: commit-tree: remove 16 parents restriction Thomas Rast
@ 2008-08-08 10:38 ` Johannes Schindelin
  2008-08-08 11:41   ` Thomas Rast
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2008-08-08 10:38 UTC (permalink / raw)
  To: Thomas Rast; +Cc: git, gitster

Hi,

On Fri, 8 Aug 2008, Thomas Rast wrote:

> ef98c5ca lifted the 16 parents restriction in builtin-commit-tree.c,
> but forgot to update the documentation.
> 
> Signed-off-by: Thomas Rast <trast@student.ethz.ch>
> ---
>  Documentation/git-commit-tree.txt |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt
> index feec584..92ab3ab 100644
> --- a/Documentation/git-commit-tree.txt
> +++ b/Documentation/git-commit-tree.txt
> @@ -16,12 +16,12 @@ This is usually not what an end user wants to run directly.  See
>  linkgit:git-commit[1] instead.
>  
>  Creates a new commit object based on the provided tree object and
> -emits the new commit object id on stdout. If no parent is given then
> -it is considered to be an initial tree.
> +emits the new commit object id on stdout.

Oops.

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: commit-tree: remove 16 parents restriction
  2008-08-08 10:38 ` Johannes Schindelin
@ 2008-08-08 11:41   ` Thomas Rast
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Rast @ 2008-08-08 11:41 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git, gitster

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

Johannes Schindelin wrote:
> 
> On Fri, 8 Aug 2008, Thomas Rast wrote:
> 
> >  Creates a new commit object based on the provided tree object and
> > -emits the new commit object id on stdout. If no parent is given then
> > -it is considered to be an initial tree.
> > +emits the new commit object id on stdout.
> 
> Oops.

I deliberately removed that sentence because I wanted to enumerate all
options in the new second paragraph (0, 1, or many), and felt it would
be redundant.

- Thomas

-- 
Thomas Rast
trast@student.ethz.ch


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-08 11:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-08  7:52 [PATCH] Documentation: commit-tree: remove 16 parents restriction Thomas Rast
2008-08-08 10:38 ` Johannes Schindelin
2008-08-08 11:41   ` Thomas Rast

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).