Skip to content

Commit

Permalink
Update 4 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-brotli (1.1.0-1 -> 1.1.0-2)
mingw-w64-x86_64-brotli (1.1.0-1 -> 1.1.0-2)
mingw-w64-x86_64-git (2.46.0.rc0.windows.1-1 -> 2.46.0.rc1.windows.1-1)
mingw-w64-x86_64-git-doc-html (2.46.0.rc0.windows.1-1 -> 2.46.0.rc1.windows.1-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Jul 19, 2024
1 parent 93d5ec2 commit a31c666
Show file tree
Hide file tree
Showing 343 changed files with 1,822 additions and 315 deletions.
Binary file modified cmd/git-gui.exe
Binary file not shown.
Binary file modified cmd/git-receive-pack.exe
Binary file not shown.
Binary file modified cmd/git-upload-pack.exe
Binary file not shown.
Binary file modified cmd/git.exe
Binary file not shown.
Binary file modified cmd/gitk.exe
Binary file not shown.
Binary file modified cmd/scalar.exe
Binary file not shown.
Binary file modified cmd/tig.exe
Binary file not shown.
Binary file modified git-bash.exe
Binary file not shown.
Binary file modified git-cmd.exe
Binary file not shown.
Binary file modified mingw32/bin/brotli.exe
Binary file not shown.
Binary file modified mingw32/bin/libbrotlicommon.dll
Binary file not shown.
Binary file modified mingw32/bin/libbrotlidec.dll
Binary file not shown.
Binary file modified mingw32/bin/libbrotlienc.dll
Binary file not shown.
Binary file modified mingw32/lib/libbrotlicommon.a
Binary file not shown.
Binary file modified mingw32/lib/libbrotlidec.a
Binary file not shown.
Binary file modified mingw32/lib/libbrotlienc.a
Binary file not shown.
Binary file modified mingw64/bin/brotli.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/bin/git-cvsserver
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
use File::Basename;
use Getopt::Long qw(:config require_order no_ignore_case);

my $VERSION = '2.46.0.rc0.windows.1';
my $VERSION = '2.46.0.rc1.windows.1';

my $log = GITCVS::log->new();
my $cfg;
Expand Down
Binary file modified mingw64/bin/git-receive-pack.exe
Binary file not shown.
Binary file modified mingw64/bin/git-shell.exe
Binary file not shown.
Binary file modified mingw64/bin/git-upload-archive.exe
Binary file not shown.
Binary file modified mingw64/bin/git-upload-pack.exe
Binary file not shown.
Binary file modified mingw64/bin/git.exe
Binary file not shown.
Binary file modified mingw64/bin/libbrotlicommon.dll
Binary file not shown.
Binary file modified mingw64/bin/libbrotlidec.dll
Binary file not shown.
Binary file modified mingw64/bin/libbrotlienc.dll
Binary file not shown.
Binary file modified mingw64/bin/scalar.exe
Binary file not shown.
Binary file modified mingw64/lib/libbrotlicommon.a
Binary file not shown.
Binary file modified mingw64/lib/libbrotlidec.a
Binary file not shown.
Binary file modified mingw64/lib/libbrotlienc.a
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-credential-wincred.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/libexec/git-core/git-cvsserver
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
use File::Basename;
use Getopt::Long qw(:config require_order no_ignore_case);

my $VERSION = '2.46.0.rc0.windows.1';
my $VERSION = '2.46.0.rc1.windows.1';

my $log = GITCVS::log->new();
my $cfg;
Expand Down
Binary file modified mingw64/libexec/git-core/git-daemon.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-http-backend.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-http-fetch.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-http-push.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-imap-send.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-ftp.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-ftps.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-http.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-https.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions mingw64/libexec/git-core/git-send-email
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ sub gen_header {
@recipients = unique_email_list(@recipients,@cc,@initial_bcc);
@recipients = (map { extract_valid_address_or_die($_) } @recipients);
my $date = format_2822_time($time++);
my $gitversion = '2.46.0.rc0.windows.1';
my $gitversion = '2.46.0.rc1.windows.1';
if ($gitversion =~ m/..GIT_VERSION../) {
$gitversion = Git::version();
}
Expand Down Expand Up @@ -1890,9 +1890,9 @@ sub pre_process_file {
$what, $_) unless $quiet;
next;
}
push @cc, $c;
push @cc, $sc;
printf(__("(body) Adding cc: %s from line '%s'\n"),
$c, $_) unless $quiet;
$sc, $_) unless $quiet;
}
}
close $fh;
Expand Down
Binary file modified mingw64/libexec/git-core/git-sh-i18n--envsubst.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-shell.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/libexec/git-core/git-svn
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use vars qw/ $AUTHOR $VERSION
$_revision $_repository
$_q $_authors $_authors_prog %users/;
$AUTHOR = 'Eric Wong <normalperson@yhbt.net>';
$VERSION = '2.46.0.rc0.windows.1';
$VERSION = '2.46.0.rc1.windows.1';

use Carp qw/croak/;
use File::Basename qw/dirname basename/;
Expand Down
Binary file modified mingw64/libexec/git-core/git.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/headless-git.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/scalar.exe
Binary file not shown.
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/DecisionMaking.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="article">
<div id="header">
Expand Down Expand Up @@ -536,7 +541,7 @@ <h2 id="_other_discussion_venues">Other Discussion Venues</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/MyFirstContribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="article">
<div id="header">
Expand Down Expand Up @@ -2237,7 +2242,7 @@ <h3 id="after-approval"><a class="anchor" href="#after-approval"></a>After Revie
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/MyFirstObjectWalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="article">
<div id="header">
Expand Down Expand Up @@ -1673,7 +1678,7 @@ <h2 id="_wrapping_up">Wrapping Up</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
70 changes: 69 additions & 1 deletion mingw64/share/doc/git-doc/RelNotes/2.46.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ UI, Workflows & Features
variable did nothing but giving a "this does not do anything"
warning. The warning has been removed.

* The http transport can now be told to send request with
authentication material without first getting a 401 response.

* A handful of entries are added to the GitFAQ document.

* "git var GIT_SHELL_PATH" should report the path to the shell used
to spawn external commands, but it didn't do so on Windows, which
has been corrected.


Performance, Internal Implementation, Development Support etc.

Expand Down Expand Up @@ -150,7 +159,7 @@ Performance, Internal Implementation, Development Support etc.
* A new test was added to ensure git commands that are designed to
run outside repositories do work.

* Basic unit tests for reftable have been reimplemented under the
* A few tests in reftable library have been rewritten using the
unit test framework.

* A pair of test helpers that essentially are unit tests on hash
Expand Down Expand Up @@ -208,6 +217,25 @@ Performance, Internal Implementation, Development Support etc.
* The code to deal with modified paths that are out-of-cone in a
sparsely checked out working tree has been optimized.

* An existing test of oidmap API has been rewritten with the
unit-test framework.

* The "ort" merge backend saw one bugfix for a crash that happens
when inner merge gets killed, and assorted code clean-ups.

* A new warning message is issued when a command has to expand a
sparse index to handle working tree cruft that are outside of the
sparse checkout.

* The test framework learned to take the test body not as a single
string but as a here-document.

* "git push '' HEAD:there" used to hit a BUG(); it has been corrected
to die with "fatal: bad repository ''".

* What happens when http.cookieFile gets the special value "" has
been clarified in the documentation.


Fixes since v2.45
-----------------
Expand Down Expand Up @@ -381,6 +409,46 @@ Fixes since v2.45
* Code clean-up.
(merge 4b837f821e rs/simplify-submodule-helper-super-prefix-invocation later to maint).

* "git describe --dirty --broken" forgot to refresh the index before
seeing if there is any chang, ("git describe --dirty" correctly did
so), which has been corrected.
(merge b8ae42e292 as/describe-broken-refresh-index-fix later to maint).

* Test suite has been taught not to unnecessarily rely on DNS failing
a bogus external name.
(merge 407cdbd271 jk/tests-without-dns later to maint).

* GitWeb update to use committer date consistently in rss/atom feeds.
(merge cf6ead095b am/gitweb-feed-use-committer-date later to maint).

* Custom control structures we invented more recently have been
taught to the clang-format file.
(merge 1457dff9be rs/clang-format-updates later to maint).

* Developer build procedure fix.
(merge df32729866 tb/dev-build-pedantic-fix later to maint).

* "git push" that pushes only deletion gave an unnecessary and
harmless error message when push negotiation is configured, which
has been corrected.
(merge 4d8ee0317f jc/disable-push-nego-for-deletion later to maint).

* Address-looking strings found on the trailer are now placed on the
Cc: list after running through sanitize_address by "git send-email".
(merge c852531f45 cb/send-email-sanitize-trailer-addresses later to maint).

* Tests that use GIT_TEST_SANITIZE_LEAK_LOG feature got their exit
status inverted, which has been corrected.
(merge 8c1d6691bc rj/test-sanitize-leak-log-fix later to maint).

* The http.cookieFile and http.saveCookies configuration variables
have a few values that need to be avoided, which are now ignored
with warning messages.
(merge 4f5822076f jc/http-cookiefile later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge 493fdae046 ew/object-convert-leakfix later to maint).
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
(merge 428c40da61 ri/doc-show-branch-fix later to maint).
(merge 58696bfcaa jc/where-is-bash-for-ci later to maint).
(merge 616e94ca24 tb/doc-max-tree-depth-fix later to maint).
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/ReviewingGuidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="article">
<div id="header">
Expand Down Expand Up @@ -661,7 +666,7 @@ <h2 id="_see_also">See Also</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/SubmittingPatches.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="article">
<div id="header">
Expand Down Expand Up @@ -1578,7 +1583,7 @@ <h3 id="_gnus">Gnus</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/ToolsForGit.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="article">
<div id="header">
Expand Down Expand Up @@ -518,7 +523,7 @@ <h4 id="_httpswww_kernel_orgdochtmlv4_10processcoding_style_htmlyou_ve_made_a_me
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
5 changes: 5 additions & 0 deletions mingw64/share/doc/git-doc/docinfo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<style>
pre>code {
display: inline;
}
</style>
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/everyday.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="article">
<div id="header">
Expand All @@ -455,7 +460,7 @@ <h1>Everyday Git With 20 Commands Or So</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/git-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="manpage">
<div id="header">
Expand Down Expand Up @@ -1025,7 +1030,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/git-am.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="manpage">
<div id="header">
Expand Down Expand Up @@ -864,7 +869,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/git-annotate.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="manpage">
<div id="header">
Expand Down Expand Up @@ -710,7 +715,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
7 changes: 6 additions & 1 deletion mingw64/share/doc/git-doc/git-apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
<style>
pre>code {
display: inline;
}
</style>
</head>
<body class="manpage">
<div id="header">
Expand Down Expand Up @@ -831,7 +836,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-07-12 20:38:33 UTC
Last updated 2024-07-18 21:43:06 UTC
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit a31c666

Please sign in to comment.