doc/fast-import: clarify how content states are built
authorEric S. Raymond <esr@thyrsus.com>
Mon, 5 Nov 2012 04:31:01 +0000 (23:31 -0500)
committerJeff King <peff@peff.net>
Thu, 8 Nov 2012 19:11:53 +0000 (14:11 -0500)
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Signed-off-by: Jeff King <peff@peff.net>
Documentation/git-fast-import.txt
index 6603a7ab733f4c59dd8725ada536b44bf5e8d12a..959e4d3aee2c616ec9b12cf84865ade2f2ef7206 100644 (file)
@@ -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