Skip to content

Commit 0e706d6

Browse files
committed
Autogenerated HTML docs for v2.45.2-404-g9eaef
1 parent 6ca5372 commit 0e706d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+242
-60
lines changed

DecisionMaking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Decision-Making Process in the Git Project</h1>
738-
<span id="revdate">2024-05-30</span>
738+
<span id="revdate">2024-05-31</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstContribution.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Contribution to the Git Project</h1>
738-
<span id="revdate">2024-05-30</span>
738+
<span id="revdate">2024-05-31</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstObjectWalk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Object Walk</h1>
738-
<span id="revdate">2024-05-30</span>
738+
<span id="revdate">2024-05-31</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

RelNotes/2.39.5.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Git v2.39.5 Release Notes
2+
=========================
3+
4+
In preparing security fixes for four CVEs, we made overly aggressive
5+
"defense in depth" changes that broke legitimate use cases like 'git
6+
lfs' and 'git annex.' This release is to revert these misguided, if
7+
well-intentioned, changes that were shipped in 2.39.4 and were not
8+
direct security fixes.
9+
10+
Jeff King (5):
11+
send-email: drop FakeTerm hack
12+
send-email: avoid creating more than one Term::ReadLine object
13+
ci: drop mention of BREW_INSTALL_PACKAGES variable
14+
ci: avoid bare "gcc" for osx-gcc job
15+
ci: stop installing "gcc-13" for osx-gcc
16+
17+
Johannes Schindelin (6):
18+
hook: plug a new memory leak
19+
init: use the correct path of the templates directory again
20+
Revert "core.hooksPath: add some protection while cloning"
21+
tests: verify that `clone -c core.hooksPath=/dev/null` works again
22+
clone: drop the protections where hooks aren't run
23+
Revert "Add a helper function to compare file contents"
24+
25+
Junio C Hamano (1):
26+
Revert "fsck: warn about symlink pointing inside a gitdir"

RelNotes/2.40.3.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Git v2.40.3 Release Notes
2+
=========================
3+
4+
In preparing security fixes for four CVEs, we made overly aggressive
5+
"defense in depth" changes that broke legitimate use cases like 'git
6+
lfs' and 'git annex.' This release is to revert these misguided, if
7+
well-intentioned, changes that were shipped in 2.40.2 and were not
8+
direct security fixes.
9+
10+
Jeff King (5):
11+
send-email: drop FakeTerm hack
12+
send-email: avoid creating more than one Term::ReadLine object
13+
ci: drop mention of BREW_INSTALL_PACKAGES variable
14+
ci: avoid bare "gcc" for osx-gcc job
15+
ci: stop installing "gcc-13" for osx-gcc
16+
17+
Johannes Schindelin (6):
18+
hook: plug a new memory leak
19+
init: use the correct path of the templates directory again
20+
Revert "core.hooksPath: add some protection while cloning"
21+
tests: verify that `clone -c core.hooksPath=/dev/null` works again
22+
clone: drop the protections where hooks aren't run
23+
Revert "Add a helper function to compare file contents"
24+
25+
Junio C Hamano (1):
26+
Revert "fsck: warn about symlink pointing inside a gitdir"

RelNotes/2.41.2.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Git v2.41.2 Release Notes
2+
=========================
3+
4+
In preparing security fixes for four CVEs, we made overly aggressive
5+
"defense in depth" changes that broke legitimate use cases like 'git
6+
lfs' and 'git annex.' This release is to revert these misguided, if
7+
well-intentioned, changes that were shipped in 2.41.1 and were not
8+
direct security fixes.
9+
10+
Jeff King (5):
11+
send-email: drop FakeTerm hack
12+
send-email: avoid creating more than one Term::ReadLine object
13+
ci: drop mention of BREW_INSTALL_PACKAGES variable
14+
ci: avoid bare "gcc" for osx-gcc job
15+
ci: stop installing "gcc-13" for osx-gcc
16+
17+
Johannes Schindelin (6):
18+
hook: plug a new memory leak
19+
init: use the correct path of the templates directory again
20+
Revert "core.hooksPath: add some protection while cloning"
21+
tests: verify that `clone -c core.hooksPath=/dev/null` works again
22+
clone: drop the protections where hooks aren't run
23+
Revert "Add a helper function to compare file contents"
24+
25+
Junio C Hamano (1):
26+
Revert "fsck: warn about symlink pointing inside a gitdir"

RelNotes/2.42.3.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Git v2.42.3 Release Notes
2+
=========================
3+
4+
In preparing security fixes for four CVEs, we made overly aggressive
5+
"defense in depth" changes that broke legitimate use cases like 'git
6+
lfs' and 'git annex.' This release is to revert these misguided, if
7+
well-intentioned, changes that were shipped in 2.42.2 and were not
8+
direct security fixes.
9+
10+
Jeff King (5):
11+
send-email: drop FakeTerm hack
12+
send-email: avoid creating more than one Term::ReadLine object
13+
ci: drop mention of BREW_INSTALL_PACKAGES variable
14+
ci: avoid bare "gcc" for osx-gcc job
15+
ci: stop installing "gcc-13" for osx-gcc
16+
17+
Johannes Schindelin (6):
18+
hook: plug a new memory leak
19+
init: use the correct path of the templates directory again
20+
Revert "core.hooksPath: add some protection while cloning"
21+
tests: verify that `clone -c core.hooksPath=/dev/null` works again
22+
clone: drop the protections where hooks aren't run
23+
Revert "Add a helper function to compare file contents"
24+
25+
Junio C Hamano (1):
26+
Revert "fsck: warn about symlink pointing inside a gitdir"

RelNotes/2.43.5.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Git v2.43.5 Release Notes
2+
=========================
3+
4+
In preparing security fixes for four CVEs, we made overly aggressive
5+
"defense in depth" changes that broke legitimate use cases like 'git
6+
lfs' and 'git annex.' This release is to revert these misguided, if
7+
well-intentioned, changes that were shipped in 2.43.4 and were not
8+
direct security fixes.
9+
10+
Jeff King (5):
11+
send-email: drop FakeTerm hack
12+
send-email: avoid creating more than one Term::ReadLine object
13+
ci: drop mention of BREW_INSTALL_PACKAGES variable
14+
ci: avoid bare "gcc" for osx-gcc job
15+
ci: stop installing "gcc-13" for osx-gcc
16+
17+
Johannes Schindelin (6):
18+
hook: plug a new memory leak
19+
init: use the correct path of the templates directory again
20+
Revert "core.hooksPath: add some protection while cloning"
21+
tests: verify that `clone -c core.hooksPath=/dev/null` works again
22+
clone: drop the protections where hooks aren't run
23+
Revert "Add a helper function to compare file contents"
24+
25+
Junio C Hamano (1):
26+
Revert "fsck: warn about symlink pointing inside a gitdir"

RelNotes/2.44.2.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Git v2.44.2 Release Notes
2+
=========================
3+
4+
In preparing security fixes for four CVEs, we made overly aggressive
5+
"defense in depth" changes that broke legitimate use cases like 'git
6+
lfs' and 'git annex.' This release is to revert these misguided, if
7+
well-intentioned, changes that were shipped in 2.44.1 and were not
8+
direct security fixes.
9+
10+
Jeff King (5):
11+
send-email: drop FakeTerm hack
12+
send-email: avoid creating more than one Term::ReadLine object
13+
ci: drop mention of BREW_INSTALL_PACKAGES variable
14+
ci: avoid bare "gcc" for osx-gcc job
15+
ci: stop installing "gcc-13" for osx-gcc
16+
17+
Johannes Schindelin (6):
18+
hook: plug a new memory leak
19+
init: use the correct path of the templates directory again
20+
Revert "core.hooksPath: add some protection while cloning"
21+
tests: verify that `clone -c core.hooksPath=/dev/null` works again
22+
clone: drop the protections where hooks aren't run
23+
Revert "Add a helper function to compare file contents"
24+
25+
Junio C Hamano (1):
26+
Revert "fsck: warn about symlink pointing inside a gitdir"

RelNotes/2.45.2.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Git v2.45.2 Release Notes
2+
=========================
3+
4+
In preparing security fixes for four CVEs, we made overly aggressive
5+
"defense in depth" changes that broke legitimate use cases like 'git
6+
lfs' and 'git annex.' This release is to revert these misguided, if
7+
well-intentioned, changes that were shipped in 2.45.1 and were not
8+
direct security fixes.
9+
10+
Jeff King (5):
11+
send-email: drop FakeTerm hack
12+
send-email: avoid creating more than one Term::ReadLine object
13+
ci: drop mention of BREW_INSTALL_PACKAGES variable
14+
ci: avoid bare "gcc" for osx-gcc job
15+
ci: stop installing "gcc-13" for osx-gcc
16+
17+
Johannes Schindelin (6):
18+
hook: plug a new memory leak
19+
init: use the correct path of the templates directory again
20+
Revert "core.hooksPath: add some protection while cloning"
21+
tests: verify that `clone -c core.hooksPath=/dev/null` works again
22+
clone: drop the protections where hooks aren't run
23+
Revert "Add a helper function to compare file contents"
24+
25+
Junio C Hamano (1):
26+
Revert "fsck: warn about symlink pointing inside a gitdir"

0 commit comments

Comments
 (0)