Skip to content

Commit fc51d8c

Browse files
committed
Autogenerated HTML docs for v2.48.1-2-g75716
1 parent eb5bccc commit fc51d8c

11 files changed

+85
-1
lines changed

RelNotes/2.40.4.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Git v2.40.4 Release Notes
2+
=========================
3+
4+
This release lets Git refuse to accept URLs that contain control
5+
sequences. This addresses CVE-2024-50349 and CVE-2024-52006.

RelNotes/2.41.3.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Git v2.41.3 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4 to address
5+
the security issues CVE-2024-50349 and CVE-2024-52006; see the
6+
release notes for that version for details.

RelNotes/2.42.4.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Git v2.42.4 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4 and v2.41.3
5+
to address the security issues CVE-2024-50349 and CVE-2024-52006;
6+
see the release notes for these versions for details.

RelNotes/2.43.6.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Git v2.43.6 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3
5+
and v2.42.4 to address the security issues CVE-2024-50349 and
6+
CVE-2024-52006; see the release notes for these versions for
7+
details.

RelNotes/2.44.3.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Git v2.44.3 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3,
5+
v2.42.4 and v2.43.6 to address the security issues CVE-2024-50349
6+
and CVE-2024-52006; see the release notes for these versions
7+
for details.

RelNotes/2.45.3.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Git v2.45.3 Release Notes
22
=========================
33

4-
This primarily is to backport various small fixes accumulated on the
4+
This release merges up the fix that appears in v2.40.4, v2.41.3,
5+
v2.42.4, v2.43.6 and v2.44.3 to address the security issues
6+
CVE-2024-50349 and CVE-2024-52006; see the release notes for
7+
these versions for details.
8+
9+
This version also backports various small fixes accumulated on the
510
'master' front during the development towards Git 2.46, the next
611
feature release.
712

RelNotes/2.46.3.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Git v2.46.3 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3, v2.42.4,
5+
v2.43.6, v2.44.3 and v2.45.3 to address the security issues CVE-2024-50349 and
6+
CVE-2024-52006; see the release notes for these versions for details.

RelNotes/2.47.2.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Git v2.47.2 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3,
5+
v2.42.4, v2.43.6, v2.44.3, v2.45.3 and v2.46.3 to address the
6+
security issues CVE-2024-50349 and CVE-2024-52006; see the release
7+
notes for these versions for details.

RelNotes/2.48.1.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Git v2.48.1 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3,
5+
v2.42.4, v2.43.6, v2.44.3, v2.45.3, v2.46.3, and v2.47.2 to address
6+
the security issues CVE-2024-50349 and CVE-2024-52006; see the release
7+
notes for these versions for details.

RelNotes/2.49.0.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Git v2.49 Release Notes
2+
=======================
3+
4+
UI, Workflows & Features
5+
------------------------
6+
7+
8+
Performance, Internal Implementation, Development Support etc.
9+
--------------------------------------------------------------
10+
11+
12+
Fixes since v2.48
13+
-----------------
14+
15+
* Other code cleanup, docfix, build fix, etc.

git-config.html

+13
Original file line numberDiff line numberDiff line change
@@ -3893,6 +3893,19 @@ <h3 id="_variables">Variables</h3>
38933893
or https URL to be important. Defaults to false. See
38943894
<a href="gitcredentials.html">gitcredentials(7)</a> for more information.</p>
38953895
</dd>
3896+
<dt class="hdlist1">credential.sanitizePrompt</dt>
3897+
<dd>
3898+
<p>By default, user names and hosts that are shown as part of the
3899+
password prompt are not allowed to contain control characters (they
3900+
will be URL-encoded by default). Configure this setting to <code>false</code> to
3901+
override that behavior.</p>
3902+
</dd>
3903+
<dt class="hdlist1">credential.protectProtocol</dt>
3904+
<dd>
3905+
<p>By default, Carriage Return characters are not allowed in the protocol
3906+
that is used when Git talks to a credential helper. This setting allows
3907+
users to override this default.</p>
3908+
</dd>
38963909
<dt class="hdlist1">credential.username</dt>
38973910
<dd>
38983911
<p>If no username is set for a network authentication, use this username

0 commit comments

Comments
 (0)