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"

ReviewingGuidelines.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>Reviewing Patches 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">

SubmittingPatches.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>Submitting Patches</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">

ToolsForGit.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>Tools for developing Git</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">

everyday.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>Everyday Git With 20 Commands Or So</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 id="preamble">

git-remote-helpers.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>git-remote-helpers</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 id="preamble">

howto/coordinate-embargoed-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ <h3 id="_example_mail_to_a_href_mailto_oss_security_lists_openwall_com_oss_secur
10381038
<div id="footer">
10391039
<div id="footer-text">
10401040
Last updated
1041-
2024-05-30 16:24:54 PDT
1041+
2024-06-01 18:27:24 PDT
10421042
</div>
10431043
</div>
10441044
</body>

howto/keep-canonical-history-correct.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Keep authoritative canonical history correct with git pull</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 id="preamble">
@@ -939,7 +939,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
939939
<div id="footer">
940940
<div id="footer-text">
941941
Last updated
942-
2024-05-30 16:24:53 PDT
942+
2024-06-01 18:27:24 PDT
943943
</div>
944944
</div>
945945
</body>

howto/maintain-git.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to maintain Git</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">
@@ -1479,7 +1479,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
14791479
<div id="footer">
14801480
<div id="footer-text">
14811481
Last updated
1482-
2024-05-30 16:24:54 PDT
1482+
2024-06-01 18:27:24 PDT
14831483
</div>
14841484
</div>
14851485
</body>

howto/new-command.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to integrate new subcommands</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 id="preamble">
@@ -864,7 +864,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
864864
<div id="footer">
865865
<div id="footer-text">
866866
Last updated
867-
2024-05-30 16:24:52 PDT
867+
2024-06-01 18:27:22 PDT
868868
</div>
869869
</div>
870870
</body>

howto/rebase-from-internal-branch.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to rebase from an internal branch</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 id="preamble">
@@ -896,7 +896,7 @@ <h1>How to rebase from an internal branch</h1>
896896
<div id="footer">
897897
<div id="footer-text">
898898
Last updated
899-
2024-05-30 16:24:53 PDT
899+
2024-06-01 18:27:24 PDT
900900
</div>
901901
</div>
902902
</body>

howto/rebuild-from-update-hook.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to rebuild from update hook</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 id="preamble">
@@ -848,7 +848,7 @@ <h1>How to rebuild from update hook</h1>
848848
<div id="footer">
849849
<div id="footer-text">
850850
Last updated
851-
2024-05-30 16:24:53 PDT
851+
2024-06-01 18:27:23 PDT
852852
</div>
853853
</div>
854854
</body>

howto/recover-corrupted-blob-object.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to recover a corrupted blob object</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 id="preamble">
@@ -881,7 +881,7 @@ <h1>How to recover a corrupted blob object</h1>
881881
<div id="footer">
882882
<div id="footer-text">
883883
Last updated
884-
2024-05-30 16:24:53 PDT
884+
2024-06-01 18:27:23 PDT
885885
</div>
886886
</div>
887887
</body>

howto/recover-corrupted-object-harder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to recover an object from scratch</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 id="preamble">
@@ -1190,7 +1190,7 @@ <h2 id="_the_adventure_continues_8230">The adventure continues&#8230;</h2>
11901190
<div id="footer">
11911191
<div id="footer-text">
11921192
Last updated
1193-
2024-05-30 16:24:53 PDT
1193+
2024-06-01 18:27:23 PDT
11941194
</div>
11951195
</div>
11961196
</body>

0 commit comments

Comments
 (0)