git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Clarify how content states are to be built as the fast-import stream is interpreted.
@ 2012-11-05  4:31 Eric S. Raymond
  2012-11-08 17:43 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Eric S. Raymond @ 2012-11-05  4:31 UTC (permalink / raw
  To: git


---
 Documentation/git-fast-import.txt |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index 6603a7a..959e4d3 100644
--- a/Documentation/git-fast-import.txt
+++ b/Documentation/git-fast-import.txt
@@ -442,7 +442,9 @@ their syntax.
 ^^^^^^
 The `from` command is used to specify the commit to initialize
 this branch from.  This revision will be the first ancestor of the
-new commit.
+new commit.  The state of the tree built at this commit will begin
+with the state at the `from` commit, and be altered by the content
+modifications in this commit.
 
 Omitting the `from` command in the first commit of a new branch
 will cause fast-import to create that commit with no ancestor. This
@@ -492,7 +494,9 @@ existing value of the branch.
 
 `merge`
 ^^^^^^^
-Includes one additional ancestor commit.  If the `from` command is
+Includes one additional ancestor commit.  The additional ancestry
+link does not change the way the tree state is built at this commit.
+If the `from` command is
 omitted when creating a new branch, the first `merge` commit will be
 the first ancestor of the current commit, and the branch will start
 out with no files.  An unlimited number of `merge` commands per
-- 
1.7.9.5


-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>

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

* Re: [PATCH] Clarify how content states are to be built as the fast-import stream is interpreted.
  2012-11-05  4:31 [PATCH] Clarify how content states are to be built as the fast-import stream is interpreted Eric S. Raymond
@ 2012-11-08 17:43 ` Jeff King
       [not found]   ` <20121108183038.GA4003@thyrsus.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff King @ 2012-11-08 17:43 UTC (permalink / raw
  To: Eric S. Raymond; +Cc: git

On Sun, Nov 04, 2012 at 11:31:01PM -0500, Eric S. Raymond wrote:

> 
> ---
>  Documentation/git-fast-import.txt |    8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)

Looks reasonable. Sign-off?

-Peff

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

* Re: [PATCH] Clarify how content states are to be built as the fast-import stream is interpreted.
       [not found]   ` <20121108183038.GA4003@thyrsus.com>
@ 2012-11-08 18:32     ` Jeff King
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff King @ 2012-11-08 18:32 UTC (permalink / raw
  To: Eric; +Cc: git

On Thu, Nov 08, 2012 at 01:30:38PM -0500, Eric wrote:

> > Looks reasonable. Sign-off?
> > 
> 
> Ah, right.  Shall resend with signoff.  Probably Tuesday - I'm on the
> road, and the git instance on my laptop is prone to library-load issues.
> 
> Or you can just add
> 
> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>

That's fine. I can fix it up locally. Thanks.

-Peff

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

end of thread, other threads:[~2012-11-08 18:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05  4:31 [PATCH] Clarify how content states are to be built as the fast-import stream is interpreted Eric S. Raymond
2012-11-08 17:43 ` Jeff King
     [not found]   ` <20121108183038.GA4003@thyrsus.com>
2012-11-08 18:32     ` Jeff King

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).