summaryrefslogtreecommitdiffstats
path: root/git-init.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-init.html')
-rw-r--r--git-init.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/git-init.html b/git-init.html
index 976b0805c..3e528c442 100644
--- a/git-init.html
+++ b/git-init.html
@@ -751,6 +751,7 @@ git-init(1) Manual Page
<div class="verseblock">
<pre class="content"><em>git init</em> [-q | --quiet] [--bare] [--template=&lt;template-directory&gt;]
[--separate-git-dir &lt;git-dir&gt;] [--object-format=&lt;format&gt;]
+ [--ref-format=&lt;format&gt;]
[-b &lt;branch-name&gt; | --initial-branch=&lt;branch-name&gt;]
[--shared[=&lt;permissions&gt;]] [&lt;directory&gt;]</pre>
<div class="attribution">
@@ -821,6 +822,21 @@ created with today&#8217;s Git will be usable by future versions of Git
without data loss.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
+--ref-format=&lt;format&gt;
+</dt>
+<dd>
+<p>
+Specify the given ref storage format for the repository. The valid values are:
+</p>
+<div class="ulist"><ul>
+<li>
+<p>
+<code>files</code> for loose files with packed-refs. This is the default.
+</p>
+</li>
+</ul></div>
+</dd>
+<dt class="hdlist1">
--template=&lt;template-directory&gt;
</dt>
<dd>
@@ -1038,7 +1054,7 @@ init.defaultBranch
<div id="footer">
<div id="footer-text">
Last updated
- 2023-10-23 14:43:46 PDT
+ 2024-01-16 12:41:37 PST
</div>
</div>
</body>