Skip to content

Commit 041b774

Browse files
author
Git for Windows Build Agent
committed
Update 3 packages
mingw-w64-i686-brotli (1.1.0-1 -> 1.1.0-2) mingw-w64-i686-git (2.46.0.rc0.windows.1-1 -> 2.46.0.rc1.windows.1-1) mingw-w64-i686-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 <[email protected]>
1 parent c61c8e5 commit 041b774

File tree

328 files changed

+1810
-310
lines changed

Some content is hidden

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

328 files changed

+1810
-310
lines changed

cmd/git-gui.exe

0 Bytes
Binary file not shown.

cmd/git-receive-pack.exe

0 Bytes
Binary file not shown.

cmd/git-upload-pack.exe

0 Bytes
Binary file not shown.

cmd/git.exe

0 Bytes
Binary file not shown.

cmd/gitk.exe

0 Bytes
Binary file not shown.

cmd/scalar.exe

0 Bytes
Binary file not shown.

cmd/tig.exe

0 Bytes
Binary file not shown.

git-bash.exe

0 Bytes
Binary file not shown.

git-cmd.exe

0 Bytes
Binary file not shown.

mingw32/bin/brotli.exe

1.01 KB
Binary file not shown.

mingw32/bin/git-cvsserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
6969
use File::Basename;
7070
use Getopt::Long qw(:config require_order no_ignore_case);
7171

72-
my $VERSION = '2.46.0.rc0.windows.1';
72+
my $VERSION = '2.46.0.rc1.windows.1';
7373

7474
my $log = GITCVS::log->new();
7575
my $cfg;

mingw32/bin/git-receive-pack.exe

0 Bytes
Binary file not shown.

mingw32/bin/git-shell.exe

2 KB
Binary file not shown.

mingw32/bin/git-upload-archive.exe

0 Bytes
Binary file not shown.

mingw32/bin/git-upload-pack.exe

0 Bytes
Binary file not shown.

mingw32/bin/git.exe

2 KB
Binary file not shown.

mingw32/bin/libbrotlicommon.dll

-506 Bytes
Binary file not shown.

mingw32/bin/libbrotlidec.dll

6 Bytes
Binary file not shown.

mingw32/bin/libbrotlienc.dll

11 KB
Binary file not shown.

mingw32/bin/scalar.exe

5.15 KB
Binary file not shown.

mingw32/lib/libbrotlicommon.a

-194 Bytes
Binary file not shown.

mingw32/lib/libbrotlidec.a

-322 Bytes
Binary file not shown.

mingw32/lib/libbrotlienc.a

10.9 KB
Binary file not shown.
Binary file not shown.

mingw32/libexec/git-core/git-cvsserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
6969
use File::Basename;
7070
use Getopt::Long qw(:config require_order no_ignore_case);
7171

72-
my $VERSION = '2.46.0.rc0.windows.1';
72+
my $VERSION = '2.46.0.rc1.windows.1';
7373

7474
my $log = GITCVS::log->new();
7575
my $cfg;
1.5 KB
Binary file not shown.
Binary file not shown.
3 KB
Binary file not shown.
2.5 KB
Binary file not shown.
2.5 KB
Binary file not shown.
3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

mingw32/libexec/git-core/git-send-email

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ sub gen_header {
15051505
@recipients = unique_email_list(@recipients,@cc,@initial_bcc);
15061506
@recipients = (map { extract_valid_address_or_die($_) } @recipients);
15071507
my $date = format_2822_time($time++);
1508-
my $gitversion = '2.46.0.rc0.windows.1';
1508+
my $gitversion = '2.46.0.rc1.windows.1';
15091509
if ($gitversion =~ m/..GIT_VERSION../) {
15101510
$gitversion = Git::version();
15111511
}
@@ -1890,9 +1890,9 @@ sub pre_process_file {
18901890
$what, $_) unless $quiet;
18911891
next;
18921892
}
1893-
push @cc, $c;
1893+
push @cc, $sc;
18941894
printf(__("(body) Adding cc: %s from line '%s'\n"),
1895-
$c, $_) unless $quiet;
1895+
$sc, $_) unless $quiet;
18961896
}
18971897
}
18981898
close $fh;
Binary file not shown.
2 KB
Binary file not shown.

mingw32/libexec/git-core/git-svn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use vars qw/ $AUTHOR $VERSION
5252
$_revision $_repository
5353
$_q $_authors $_authors_prog %users/;
5454
$AUTHOR = 'Eric Wong <[email protected]>';
55-
$VERSION = '2.46.0.rc0.windows.1';
55+
$VERSION = '2.46.0.rc1.windows.1';
5656

5757
use Carp qw/croak/;
5858
use File::Basename qw/dirname basename/;

mingw32/libexec/git-core/git.exe

2 KB
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/libexec/git-core/scalar.exe

5.15 KB
Binary file not shown.

mingw32/share/doc/git-doc/DecisionMaking.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="article">
438443
<div id="header">
@@ -536,7 +541,7 @@ <h2 id="_other_discussion_venues">Other Discussion Venues</h2>
536541
</div>
537542
<div id="footer">
538543
<div id="footer-text">
539-
Last updated 2024-07-12 20:38:37 UTC
544+
Last updated 2024-07-18 21:43:02 UTC
540545
</div>
541546
</div>
542547
</body>

mingw32/share/doc/git-doc/MyFirstContribution.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="article">
438443
<div id="header">
@@ -2237,7 +2242,7 @@ <h3 id="after-approval"><a class="anchor" href="#after-approval"></a>After Revie
22372242
</div>
22382243
<div id="footer">
22392244
<div id="footer-text">
2240-
Last updated 2024-07-12 20:38:37 UTC
2245+
Last updated 2024-07-18 21:43:02 UTC
22412246
</div>
22422247
</div>
22432248
</body>

mingw32/share/doc/git-doc/MyFirstObjectWalk.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="article">
438443
<div id="header">
@@ -1673,7 +1678,7 @@ <h2 id="_wrapping_up">Wrapping Up</h2>
16731678
</div>
16741679
<div id="footer">
16751680
<div id="footer-text">
1676-
Last updated 2024-07-12 20:38:37 UTC
1681+
Last updated 2024-07-18 21:43:02 UTC
16771682
</div>
16781683
</div>
16791684
</body>

mingw32/share/doc/git-doc/RelNotes/2.46.0.txt

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ UI, Workflows & Features
8989
variable did nothing but giving a "this does not do anything"
9090
warning. The warning has been removed.
9191

92+
* The http transport can now be told to send request with
93+
authentication material without first getting a 401 response.
94+
95+
* A handful of entries are added to the GitFAQ document.
96+
97+
* "git var GIT_SHELL_PATH" should report the path to the shell used
98+
to spawn external commands, but it didn't do so on Windows, which
99+
has been corrected.
100+
92101

93102
Performance, Internal Implementation, Development Support etc.
94103

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

153-
* Basic unit tests for reftable have been reimplemented under the
162+
* A few tests in reftable library have been rewritten using the
154163
unit test framework.
155164

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

220+
* An existing test of oidmap API has been rewritten with the
221+
unit-test framework.
222+
223+
* The "ort" merge backend saw one bugfix for a crash that happens
224+
when inner merge gets killed, and assorted code clean-ups.
225+
226+
* A new warning message is issued when a command has to expand a
227+
sparse index to handle working tree cruft that are outside of the
228+
sparse checkout.
229+
230+
* The test framework learned to take the test body not as a single
231+
string but as a here-document.
232+
233+
* "git push '' HEAD:there" used to hit a BUG(); it has been corrected
234+
to die with "fatal: bad repository ''".
235+
236+
* What happens when http.cookieFile gets the special value "" has
237+
been clarified in the documentation.
238+
211239

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

412+
* "git describe --dirty --broken" forgot to refresh the index before
413+
seeing if there is any chang, ("git describe --dirty" correctly did
414+
so), which has been corrected.
415+
(merge b8ae42e292 as/describe-broken-refresh-index-fix later to maint).
416+
417+
* Test suite has been taught not to unnecessarily rely on DNS failing
418+
a bogus external name.
419+
(merge 407cdbd271 jk/tests-without-dns later to maint).
420+
421+
* GitWeb update to use committer date consistently in rss/atom feeds.
422+
(merge cf6ead095b am/gitweb-feed-use-committer-date later to maint).
423+
424+
* Custom control structures we invented more recently have been
425+
taught to the clang-format file.
426+
(merge 1457dff9be rs/clang-format-updates later to maint).
427+
428+
* Developer build procedure fix.
429+
(merge df32729866 tb/dev-build-pedantic-fix later to maint).
430+
431+
* "git push" that pushes only deletion gave an unnecessary and
432+
harmless error message when push negotiation is configured, which
433+
has been corrected.
434+
(merge 4d8ee0317f jc/disable-push-nego-for-deletion later to maint).
435+
436+
* Address-looking strings found on the trailer are now placed on the
437+
Cc: list after running through sanitize_address by "git send-email".
438+
(merge c852531f45 cb/send-email-sanitize-trailer-addresses later to maint).
439+
440+
* Tests that use GIT_TEST_SANITIZE_LEAK_LOG feature got their exit
441+
status inverted, which has been corrected.
442+
(merge 8c1d6691bc rj/test-sanitize-leak-log-fix later to maint).
443+
444+
* The http.cookieFile and http.saveCookies configuration variables
445+
have a few values that need to be avoided, which are now ignored
446+
with warning messages.
447+
(merge 4f5822076f jc/http-cookiefile later to maint).
448+
384449
* Other code cleanup, docfix, build fix, etc.
385450
(merge 493fdae046 ew/object-convert-leakfix later to maint).
386451
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
452+
(merge 428c40da61 ri/doc-show-branch-fix later to maint).
453+
(merge 58696bfcaa jc/where-is-bash-for-ci later to maint).
454+
(merge 616e94ca24 tb/doc-max-tree-depth-fix later to maint).

mingw32/share/doc/git-doc/ReviewingGuidelines.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="article">
438443
<div id="header">
@@ -661,7 +666,7 @@ <h2 id="_see_also">See Also</h2>
661666
</div>
662667
<div id="footer">
663668
<div id="footer-text">
664-
Last updated 2024-07-12 20:38:37 UTC
669+
Last updated 2024-07-18 21:43:02 UTC
665670
</div>
666671
</div>
667672
</body>

mingw32/share/doc/git-doc/SubmittingPatches.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="article">
438443
<div id="header">
@@ -1578,7 +1583,7 @@ <h3 id="_gnus">Gnus</h3>
15781583
</div>
15791584
<div id="footer">
15801585
<div id="footer-text">
1581-
Last updated 2024-07-12 20:38:37 UTC
1586+
Last updated 2024-07-18 21:43:02 UTC
15821587
</div>
15831588
</div>
15841589
</body>

mingw32/share/doc/git-doc/ToolsForGit.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="article">
438443
<div id="header">
@@ -518,7 +523,7 @@ <h4 id="_httpswww_kernel_orgdochtmlv4_10processcoding_style_htmlyou_ve_made_a_me
518523
</div>
519524
<div id="footer">
520525
<div id="footer-text">
521-
Last updated 2024-07-12 20:38:37 UTC
526+
Last updated 2024-07-18 21:43:02 UTC
522527
</div>
523528
</div>
524529
</body>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<style>
2+
pre>code {
3+
display: inline;
4+
}
5+
</style>

mingw32/share/doc/git-doc/everyday.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="article">
438443
<div id="header">
@@ -455,7 +460,7 @@ <h1>Everyday Git With 20 Commands Or So</h1>
455460
</div>
456461
<div id="footer">
457462
<div id="footer-text">
458-
Last updated 2024-07-12 20:38:37 UTC
463+
Last updated 2024-07-18 21:43:02 UTC
459464
</div>
460465
</div>
461466
</body>

mingw32/share/doc/git-doc/git-add.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="manpage">
438443
<div id="header">
@@ -1025,7 +1030,7 @@ <h2 id="_git">GIT</h2>
10251030
</div>
10261031
<div id="footer">
10271032
<div id="footer-text">
1028-
Last updated 2024-07-12 20:38:37 UTC
1033+
Last updated 2024-07-18 21:43:02 UTC
10291034
</div>
10301035
</div>
10311036
</body>

mingw32/share/doc/git-doc/git-am.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="manpage">
438443
<div id="header">
@@ -864,7 +869,7 @@ <h2 id="_git">GIT</h2>
864869
</div>
865870
<div id="footer">
866871
<div id="footer-text">
867-
Last updated 2024-07-12 20:38:37 UTC
872+
Last updated 2024-07-18 21:43:02 UTC
868873
</div>
869874
</div>
870875
</body>

mingw32/share/doc/git-doc/git-annotate.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="manpage">
438443
<div id="header">
@@ -710,7 +715,7 @@ <h2 id="_git">GIT</h2>
710715
</div>
711716
<div id="footer">
712717
<div id="footer-text">
713-
Last updated 2024-07-12 20:38:37 UTC
718+
Last updated 2024-07-18 21:43:02 UTC
714719
</div>
715720
</div>
716721
</body>

mingw32/share/doc/git-doc/git-apply.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
434434
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
435435
</style>
436+
<style>
437+
pre>code {
438+
display: inline;
439+
}
440+
</style>
436441
</head>
437442
<body class="manpage">
438443
<div id="header">
@@ -831,7 +836,7 @@ <h2 id="_git">GIT</h2>
831836
</div>
832837
<div id="footer">
833838
<div id="footer-text">
834-
Last updated 2024-07-12 20:38:37 UTC
839+
Last updated 2024-07-18 21:43:02 UTC
835840
</div>
836841
</div>
837842
</body>

0 commit comments

Comments
 (0)