Skip to content

Commit c8aa725

Browse files
committed
Autogenerated HTML docs for v2.49.0-rc2-11-g4b68f
1 parent 3ecdd21 commit c8aa725

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

RelNotes/2.49.0.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,4 @@ Fixes since v2.48
285285
(merge 832f56f06a jc/doc-boolean-synonyms later to maint).
286286
(merge 3eeed876a9 ac/doc-http-ssl-type-config later to maint).
287287
(merge c268e3285d jc/breaking-changes-early-adopter-option later to maint).
288+
(merge 0d03fda6a5 pb/doc-follow-remote-head later to maint).

git-clone.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ corresponding `--mirror` and `--no-tags` options instead.
288288
`remote.<remote>.tagOpt=--no-tags` configuration. This ensures that
289289
future `git pull` and `git fetch` won't follow any tags. Subsequent
290290
explicit tag fetches will still work (see linkgit:git-fetch[1]).
291-
292-
By default, tags are cloned and passing `--tags` is thus typically a
293-
no-op, unless it cancels out a previous `--no-tags`.
291+
+
292+
By default, tags are cloned and passing `--tags` is thus typically a
293+
no-op, unless it cancels out a previous `--no-tags`.
294294
+
295295
Can be used in conjunction with `--single-branch` to clone and
296296
maintain a branch with no references other than a single cloned

git-clone.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,9 @@ <h2 id="_options">OPTIONS</h2>
776776
<code>remote.</code><em>&lt;remote&gt;</em><code>.tagOpt=--no-tags</code> configuration. This ensures that
777777
future <code>git</code> <code>pull</code> and <code>git</code> <code>fetch</code> won&#8217;t follow any tags. Subsequent
778778
explicit tag fetches will still work (see <a href="git-fetch.html">git-fetch(1)</a>).</p>
779-
<div class="literalblock">
780-
<div class="content">
781-
<pre>By default, tags are cloned and passing `--tags` is thus typically a
782-
no-op, unless it cancels out a previous `--no-tags`.</pre>
783-
</div>
779+
<div class="paragraph">
780+
<p>By default, tags are cloned and passing <code>--tags</code> is thus typically a
781+
no-op, unless it cancels out a previous <code>--no-tags</code>.</p>
784782
</div>
785783
<div class="paragraph">
786784
<p>Can be used in conjunction with <code>--single-branch</code> to clone and
@@ -1153,7 +1151,7 @@ <h2 id="_git">GIT</h2>
11531151
</div>
11541152
<div id="footer">
11551153
<div id="footer-text">
1156-
Last updated 2025-02-14 21:38:14 -0800
1154+
Last updated 2025-03-12 16:10:13 -0700
11571155
</div>
11581156
</div>
11591157
</body>

git-config.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -8170,26 +8170,26 @@ <h3 id="_variables">Variables</h3>
81708170
<p>The default set of server options used when fetching from this remote.
81718171
These server options can be overridden by the <code>--server-option=</code> command
81728172
line arguments.</p>
8173+
<div class="paragraph">
8174+
<p>This is a multi-valued variable, and an empty value can be used in a higher
8175+
priority configuration file (e.g. .<code>git/config</code> in a repository) to clear
8176+
the values inherited from a lower priority configuration files (e.g.
8177+
<code>$HOME/.gitconfig</code>).</p>
8178+
</div>
81738179
</dd>
81748180
<dt class="hdlist1">remote.&lt;name&gt;.followRemoteHEAD</dt>
81758181
<dd>
81768182
<p>How <a href="git-fetch.html">git-fetch(1)</a> should handle updates to <code>remotes/</code><em>&lt;name&gt;</em><code>/HEAD</code>.
81778183
The default value is "create", which will create <code>remotes/</code><em>&lt;name&gt;</em><code>/HEAD</code>
8178-
if it exists on the remote, but not locally, but will not touch an
8179-
already existing local reference. Setting to "warn" will print
8180-
a message if the remote has a different value, than the local one and
8184+
if it exists on the remote, but not locally; this will not touch an
8185+
already existing local reference. Setting it to "warn" will print
8186+
a message if the remote has a different value than the local one;
81818187
in case there is no local reference, it behaves like "create".
81828188
A variant on "warn" is "warn-if-not-$branch", which behaves like
81838189
"warn", but if <code>HEAD</code> on the remote is <code>$branch</code> it will be silent.
8184-
Setting to "always" will silently update it to the value on the remote.
8185-
Finally, setting it to "never" will never change or create the local
8186-
reference.</p>
8187-
<div class="paragraph">
8188-
<p>This is a multi-valued variable, and an empty value can be used in a higher
8189-
priority configuration file (e.g. .<code>git/config</code> in a repository) to clear
8190-
the values inherited from a lower priority configuration files (e.g.
8191-
<code>$HOME/.gitconfig</code>).</p>
8192-
</div>
8190+
Setting it to "always" will silently update <code>remotes/</code><em>&lt;name&gt;</em><code>/HEAD</code> to
8191+
the value on the remote. Finally, setting it to "never" will never
8192+
change or create the local reference.</p>
81938193
</dd>
81948194
<dt class="hdlist1">remotes.&lt;group&gt;</dt>
81958195
<dd>

0 commit comments

Comments
 (0)