-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
findutils (4.10.0-1 -> 4.10.0-2) mingw-w64-x86_64-git (2.45.1.1.965b16798d-1 -> 2.45.2.1.91d03cb2e4-1) mingw-w64-x86_64-git-doc-html (2.45.1.1.965b16798d-1 -> 2.45.2.1.91d03cb2e4-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
- Loading branch information
Git for Windows Build Agent
committed
Jun 4, 2024
1 parent
e62b9c9
commit b216a3c
Showing
327 changed files
with
506 additions
and
339 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ use vars qw/ $AUTHOR $VERSION | |
$_revision $_repository | ||
$_q $_authors $_authors_prog %users/; | ||
$AUTHOR = 'Eric Wong <[email protected]>'; | ||
$VERSION = '2.45.1.windows.1'; | ||
$VERSION = '2.45.2.windows.1'; | ||
|
||
use Carp qw/croak/; | ||
use File::Basename qw/dirname basename/; | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Git v2.39.5 Release Notes | ||
========================= | ||
|
||
In preparing security fixes for four CVEs, we made overly aggressive | ||
"defense in depth" changes that broke legitimate use cases like 'git | ||
lfs' and 'git annex.' This release is to revert these misguided, if | ||
well-intentioned, changes that were shipped in 2.39.4 and were not | ||
direct security fixes. | ||
|
||
Jeff King (5): | ||
send-email: drop FakeTerm hack | ||
send-email: avoid creating more than one Term::ReadLine object | ||
ci: drop mention of BREW_INSTALL_PACKAGES variable | ||
ci: avoid bare "gcc" for osx-gcc job | ||
ci: stop installing "gcc-13" for osx-gcc | ||
|
||
Johannes Schindelin (6): | ||
hook: plug a new memory leak | ||
init: use the correct path of the templates directory again | ||
Revert "core.hooksPath: add some protection while cloning" | ||
tests: verify that `clone -c core.hooksPath=/dev/null` works again | ||
clone: drop the protections where hooks aren't run | ||
Revert "Add a helper function to compare file contents" | ||
|
||
Junio C Hamano (1): | ||
Revert "fsck: warn about symlink pointing inside a gitdir" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Git v2.40.3 Release Notes | ||
========================= | ||
|
||
In preparing security fixes for four CVEs, we made overly aggressive | ||
"defense in depth" changes that broke legitimate use cases like 'git | ||
lfs' and 'git annex.' This release is to revert these misguided, if | ||
well-intentioned, changes that were shipped in 2.40.2 and were not | ||
direct security fixes. | ||
|
||
Jeff King (5): | ||
send-email: drop FakeTerm hack | ||
send-email: avoid creating more than one Term::ReadLine object | ||
ci: drop mention of BREW_INSTALL_PACKAGES variable | ||
ci: avoid bare "gcc" for osx-gcc job | ||
ci: stop installing "gcc-13" for osx-gcc | ||
|
||
Johannes Schindelin (6): | ||
hook: plug a new memory leak | ||
init: use the correct path of the templates directory again | ||
Revert "core.hooksPath: add some protection while cloning" | ||
tests: verify that `clone -c core.hooksPath=/dev/null` works again | ||
clone: drop the protections where hooks aren't run | ||
Revert "Add a helper function to compare file contents" | ||
|
||
Junio C Hamano (1): | ||
Revert "fsck: warn about symlink pointing inside a gitdir" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Git v2.41.2 Release Notes | ||
========================= | ||
|
||
In preparing security fixes for four CVEs, we made overly aggressive | ||
"defense in depth" changes that broke legitimate use cases like 'git | ||
lfs' and 'git annex.' This release is to revert these misguided, if | ||
well-intentioned, changes that were shipped in 2.41.1 and were not | ||
direct security fixes. | ||
|
||
Jeff King (5): | ||
send-email: drop FakeTerm hack | ||
send-email: avoid creating more than one Term::ReadLine object | ||
ci: drop mention of BREW_INSTALL_PACKAGES variable | ||
ci: avoid bare "gcc" for osx-gcc job | ||
ci: stop installing "gcc-13" for osx-gcc | ||
|
||
Johannes Schindelin (6): | ||
hook: plug a new memory leak | ||
init: use the correct path of the templates directory again | ||
Revert "core.hooksPath: add some protection while cloning" | ||
tests: verify that `clone -c core.hooksPath=/dev/null` works again | ||
clone: drop the protections where hooks aren't run | ||
Revert "Add a helper function to compare file contents" | ||
|
||
Junio C Hamano (1): | ||
Revert "fsck: warn about symlink pointing inside a gitdir" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Git v2.42.3 Release Notes | ||
========================= | ||
|
||
In preparing security fixes for four CVEs, we made overly aggressive | ||
"defense in depth" changes that broke legitimate use cases like 'git | ||
lfs' and 'git annex.' This release is to revert these misguided, if | ||
well-intentioned, changes that were shipped in 2.42.2 and were not | ||
direct security fixes. | ||
|
||
Jeff King (5): | ||
send-email: drop FakeTerm hack | ||
send-email: avoid creating more than one Term::ReadLine object | ||
ci: drop mention of BREW_INSTALL_PACKAGES variable | ||
ci: avoid bare "gcc" for osx-gcc job | ||
ci: stop installing "gcc-13" for osx-gcc | ||
|
||
Johannes Schindelin (6): | ||
hook: plug a new memory leak | ||
init: use the correct path of the templates directory again | ||
Revert "core.hooksPath: add some protection while cloning" | ||
tests: verify that `clone -c core.hooksPath=/dev/null` works again | ||
clone: drop the protections where hooks aren't run | ||
Revert "Add a helper function to compare file contents" | ||
|
||
Junio C Hamano (1): | ||
Revert "fsck: warn about symlink pointing inside a gitdir" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Git v2.43.5 Release Notes | ||
========================= | ||
|
||
In preparing security fixes for four CVEs, we made overly aggressive | ||
"defense in depth" changes that broke legitimate use cases like 'git | ||
lfs' and 'git annex.' This release is to revert these misguided, if | ||
well-intentioned, changes that were shipped in 2.43.4 and were not | ||
direct security fixes. | ||
|
||
Jeff King (5): | ||
send-email: drop FakeTerm hack | ||
send-email: avoid creating more than one Term::ReadLine object | ||
ci: drop mention of BREW_INSTALL_PACKAGES variable | ||
ci: avoid bare "gcc" for osx-gcc job | ||
ci: stop installing "gcc-13" for osx-gcc | ||
|
||
Johannes Schindelin (6): | ||
hook: plug a new memory leak | ||
init: use the correct path of the templates directory again | ||
Revert "core.hooksPath: add some protection while cloning" | ||
tests: verify that `clone -c core.hooksPath=/dev/null` works again | ||
clone: drop the protections where hooks aren't run | ||
Revert "Add a helper function to compare file contents" | ||
|
||
Junio C Hamano (1): | ||
Revert "fsck: warn about symlink pointing inside a gitdir" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Git v2.44.2 Release Notes | ||
========================= | ||
|
||
In preparing security fixes for four CVEs, we made overly aggressive | ||
"defense in depth" changes that broke legitimate use cases like 'git | ||
lfs' and 'git annex.' This release is to revert these misguided, if | ||
well-intentioned, changes that were shipped in 2.44.1 and were not | ||
direct security fixes. | ||
|
||
Jeff King (5): | ||
send-email: drop FakeTerm hack | ||
send-email: avoid creating more than one Term::ReadLine object | ||
ci: drop mention of BREW_INSTALL_PACKAGES variable | ||
ci: avoid bare "gcc" for osx-gcc job | ||
ci: stop installing "gcc-13" for osx-gcc | ||
|
||
Johannes Schindelin (6): | ||
hook: plug a new memory leak | ||
init: use the correct path of the templates directory again | ||
Revert "core.hooksPath: add some protection while cloning" | ||
tests: verify that `clone -c core.hooksPath=/dev/null` works again | ||
clone: drop the protections where hooks aren't run | ||
Revert "Add a helper function to compare file contents" | ||
|
||
Junio C Hamano (1): | ||
Revert "fsck: warn about symlink pointing inside a gitdir" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Git v2.45.2 Release Notes | ||
========================= | ||
|
||
In preparing security fixes for four CVEs, we made overly aggressive | ||
"defense in depth" changes that broke legitimate use cases like 'git | ||
lfs' and 'git annex.' This release is to revert these misguided, if | ||
well-intentioned, changes that were shipped in 2.45.1 and were not | ||
direct security fixes. | ||
|
||
Jeff King (5): | ||
send-email: drop FakeTerm hack | ||
send-email: avoid creating more than one Term::ReadLine object | ||
ci: drop mention of BREW_INSTALL_PACKAGES variable | ||
ci: avoid bare "gcc" for osx-gcc job | ||
ci: stop installing "gcc-13" for osx-gcc | ||
|
||
Johannes Schindelin (6): | ||
hook: plug a new memory leak | ||
init: use the correct path of the templates directory again | ||
Revert "core.hooksPath: add some protection while cloning" | ||
tests: verify that `clone -c core.hooksPath=/dev/null` works again | ||
clone: drop the protections where hooks aren't run | ||
Revert "Add a helper function to compare file contents" | ||
|
||
Junio C Hamano (1): | ||
Revert "fsck: warn about symlink pointing inside a gitdir" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.