summaryrefslogtreecommitdiffstats
path: root/git-fast-import.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-13 05:16:23 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-13 05:16:23 +0000
commit5dad0838933088ec5053644099611e05dc078fec (patch)
tree8d7054bb3c4c211bd66260ca6aa0a3472ce8dcbd /git-fast-import.txt
parent9dd8bb07118fe70186522d7d8fd7da7a785a2a5e (diff)
downloadgit-htmldocs-5dad0838933088ec5053644099611e05dc078fec.tar.gz
Autogenerated HTML docs for v1.5.0-rc4-359-g07fe
Diffstat (limited to 'git-fast-import.txt')
-rw-r--r--git-fast-import.txt21
1 files changed, 10 insertions, 11 deletions
diff --git a/git-fast-import.txt b/git-fast-import.txt
index 939ec4652..445f6b854 100644
--- a/git-fast-import.txt
+++ b/git-fast-import.txt
@@ -349,17 +349,16 @@ their syntax.
`from`
^^^^^^
-Only valid for the first commit made on this branch by this
-fast-import process. 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.
-
-Omitting the `from` command in the first commit of a new branch will
-cause fast-import to create that commit with no ancestor. This tends to be
-desired only for the initial commit of a project. Omitting the
-`from` command on existing branches is required, as the current
-commit on that branch is automatically assumed to be the first
-ancestor of the new commit.
+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.
+
+Omitting the `from` command in the first commit of a new branch
+will cause fast-import to create that commit with no ancestor. This
+tends to be desired only for the initial commit of a project.
+Omitting the `from` command on existing branches is usually desired,
+as the current commit on that branch is automatically assumed to
+be the first ancestor of the new commit.
As `LF` is not valid in a Git refname or SHA-1 expression, no
quoting or escaping syntax is supported within `<committish>`.