Skip to content

Commit 83fc16f

Browse files
committed
Autogenerated HTML docs for v2.50.0-193-g41905d
1 parent 1a5c86a commit 83fc16f

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

RelNotes/2.51.0.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ UI, Workflows & Features
3636

3737
* Some error messages from "git imap-send" has been updated.
3838

39+
* When "git daemon" sees a signal while attempting to accept() a new
40+
client, instead of retrying, it skipped it by mistake, which has
41+
been corrected.
42+
3943

4044
Performance, Internal Implementation, Development Support etc.
4145
--------------------------------------------------------------
@@ -100,6 +104,16 @@ Fixes since v2.50
100104
as spatch can be built with different regexp engine X-<.
101105
(merge f2ad545813 jc/cocci-avoid-regexp-constraint later to maint).
102106

107+
* Updating submodules from the upstream did not work well when
108+
submodule's HEAD is detached, which has been improved.
109+
(merge ca62f524c1 jk/submodule-remote-lookup-cleanup later to maint).
110+
111+
* Remove unnecessary check from "git daemon" code.
112+
(merge 0c856224d2 cb/daemon-fd-check-fix later to maint).
113+
114+
* Leakfix.
115+
(merge b0e9d25865 jk/fix-leak-send-pack later to maint).
116+
103117
* Other code cleanup, docfix, build fix, etc.
104118
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
105119
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -114,3 +128,5 @@ Fixes since v2.50
114128
(merge 855cfc65ae rm/t2400-modernize later to maint).
115129
(merge 2939494284 ly/run-builtin-use-passed-in-repo later to maint).
116130
(merge ff73f375bb jg/mailinfo-leakfix later to maint).
131+
(merge 996f14c02b jj/doc-branch-markup-fix later to maint).
132+
(merge 1e77de1864 cb/ci-freebsd-update-to-14.3 later to maint).

git-branch.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -976,9 +976,9 @@ <h2 id="_configuration">CONFIGURATION</h2>
976976
<code>git</code> <code>fetch</code>) to lookup the default branch for merging. Without
977977
this option, <code>git</code> <code>pull</code> defaults to merge the first refspec fetched.
978978
Specify multiple values to get an octopus merge.
979-
If you wish to setup <code>git</code> <code>pull</code> so that it merges into &lt;name&gt; from
979+
If you wish to setup <code>git</code> <code>pull</code> so that it merges into <em>&lt;name&gt;</em> from
980980
another branch in the local repository, you can point
981-
branch.&lt;name&gt;.merge to the desired branch, and use the relative path
981+
<code>branch.</code><em>&lt;name&gt;</em><code>.merge</code> to the desired branch, and use the relative path
982982
setting . (a period) for <code>branch.</code><em>&lt;name&gt;</em><code>.remote</code>.</p>
983983
</dd>
984984
<dt class="hdlist1"><code>branch.</code><em>&lt;name&gt;</em><code>.mergeOptions</code></dt>
@@ -1163,7 +1163,7 @@ <h2 id="_git">GIT</h2>
11631163
</div>
11641164
<div id="footer">
11651165
<div id="footer-text">
1166-
Last updated 2025-05-13 15:12:53 -0700
1166+
Last updated 2025-06-20 18:10:42 -0700
11671167
</div>
11681168
</div>
11691169
</body>

git-config.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,9 +2355,9 @@ <h3 id="_variables">Variables</h3>
23552355
<code>git</code> <code>fetch</code>) to lookup the default branch for merging. Without
23562356
this option, <code>git</code> <code>pull</code> defaults to merge the first refspec fetched.
23572357
Specify multiple values to get an octopus merge.
2358-
If you wish to setup <code>git</code> <code>pull</code> so that it merges into &lt;name&gt; from
2358+
If you wish to setup <code>git</code> <code>pull</code> so that it merges into <em>&lt;name&gt;</em> from
23592359
another branch in the local repository, you can point
2360-
branch.&lt;name&gt;.merge to the desired branch, and use the relative path
2360+
<code>branch.</code><em>&lt;name&gt;</em><code>.merge</code> to the desired branch, and use the relative path
23612361
setting . (a period) for <code>branch.</code><em>&lt;name&gt;</em><code>.remote</code>.</p>
23622362
</dd>
23632363
<dt class="hdlist1"><code>branch.</code><em>&lt;name&gt;</em><code>.mergeOptions</code></dt>

0 commit comments

Comments
 (0)