summaryrefslogtreecommitdiffstats
path: root/git-fast-import.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-06-13 15:09:30 -0700
committerJunio C Hamano <gitster@pobox.com>2019-06-13 15:09:30 -0700
commit5193787ca4fbec1fbd47afd14701cc8a3799641e (patch)
tree12a9d0bb43ba929ff7c759dd2ee8c94b0a73a1e2 /git-fast-import.html
parent1c05a66ac9af54d408b3d97e791622cbdcf7d8f1 (diff)
downloadgit-htmldocs-5193787ca4fbec1fbd47afd14701cc8a3799641e.tar.gz
Autogenerated HTML docs for v2.22.0-68-g0aae9
Diffstat (limited to 'git-fast-import.html')
-rw-r--r--git-fast-import.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-fast-import.html b/git-fast-import.html
index a6d07a9e0..658525b66 100644
--- a/git-fast-import.html
+++ b/git-fast-import.html
@@ -1286,6 +1286,7 @@ change to the project.</p></div>
original-oid?
('author' (SP &lt;name&gt;)? SP LT &lt;email&gt; GT SP &lt;when&gt; LF)?
'committer' (SP &lt;name&gt;)? SP LT &lt;email&gt; GT SP &lt;when&gt; LF
+ ('encoding' SP &lt;encoding&gt;)?
data
('from' SP &lt;commit-ish&gt; LF)?
('merge' SP &lt;commit-ish&gt; LF)?
@@ -1346,6 +1347,12 @@ See &#8220;Date Formats&#8221; above for the set of supported formats, and
their syntax.</p></div>
</div>
<div class="sect3">
+<h4 id="_code_encoding_code"><code>encoding</code></h4>
+<div class="paragraph"><p>The optional <code>encoding</code> command indicates the encoding of the commit
+message. Most commits are UTF-8 and the encoding is omitted, but this
+allows importing commit messages into git without first reencoding them.</p></div>
+</div>
+<div class="sect3">
<h4 id="_code_from_code"><code>from</code></h4>
<div class="paragraph"><p>The <code>from</code> command is used to specify the commit to initialize
this branch from. This revision will be the first ancestor of the
@@ -2522,7 +2529,7 @@ compression.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-04-25 03:09:28 PDT
+ 2019-06-13 15:06:39 PDT
</div>
</div>
</body>