summaryrefslogtreecommitdiffstats
path: root/git-init.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
commit33be82183d4cd6dc645f64da1402cf9a3f4cdbf3 (patch)
tree4a681cad5c6da23a7d7f56022666fb31397026d2 /git-init.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-init.html')
-rw-r--r--git-init.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-init.html b/git-init.html
index dd7e1f351..976b0805c 100644
--- a/git-init.html
+++ b/git-init.html
@@ -769,7 +769,7 @@ for its name).</p></div>
to use instead of <code>./.git</code> for the base of the repository.</p></div>
<div class="paragraph"><p>If the object storage directory is specified via the
<code>$GIT_OBJECT_DIRECTORY</code> environment variable then the sha1 directories
-are created underneath - otherwise the default <code>$GIT_DIR/objects</code>
+are created underneath; otherwise, the default <code>$GIT_DIR/objects</code>
directory is used.</p></div>
<div class="paragraph"><p>Running <em>git init</em> in an existing repository is safe. It will not
overwrite things that are already there. The primary reason for
@@ -836,10 +836,10 @@ DIRECTORY" section below.)
<p>
Instead of initializing the repository as a directory to either <code>$GIT_DIR</code> or
<code>./.git/</code>, create a text file there containing the path to the actual
-repository. This file acts as filesystem-agnostic Git symbolic link to the
+repository. This file acts as a filesystem-agnostic Git symbolic link to the
repository.
</p>
-<div class="paragraph"><p>If this is reinitialization, the repository will be moved to the specified path.</p></div>
+<div class="paragraph"><p>If this is a reinitialization, the repository will be moved to the specified path.</p></div>
</dd>
<dt class="hdlist1">
-b &lt;branch-name&gt;
@@ -886,7 +886,7 @@ specified.
</dt>
<dd>
<p>
-Make the repository group-writable, (and g+sx, since the git group may be not
+Make the repository group-writable, (and g+sx, since the git group may not be
the primary group of all users). This is used to loosen the permissions of an
otherwise safe umask(2) value. Note that the umask still applies to the other
permission bits (e.g. if umask is <em>0022</em>, using <em>group</em> will not remove read
@@ -910,7 +910,7 @@ Same as <em>group</em>, but make the repository readable by all users.
<em>&lt;perm&gt;</em> is a 3-digit octal number prefixed with &#8216;0` and each file
will have mode <em>&lt;perm&gt;</em>. <em>&lt;perm&gt;</em> will override users&#8217; umask(2)
value (and not only loosen permissions as <em>group</em> and <em>all</em>
-does). <em>0640</em> will create a repository which is group-readable, but
+do). <em>0640</em> will create a repository which is group-readable, but
not group-writable or accessible to others. <em>0660</em> will create a repo
that is readable and writable to the current user and group, but
inaccessible to others (directories and executable files get their
@@ -1038,7 +1038,7 @@ init.defaultBranch
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-14 13:23:11 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>