Skip to content

Commit fd77a82

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
gnupg (2.4.5-1 -> 2.4.7-1) libgpg-error (1.47-2 -> 1.51-1) mingw-w64-i686-git (2.48.0.rc2.windows.1.472.g0c796d3013.20250123145154-1 -> 2.48.1.1.2bd190bcd2-1) mingw-w64-i686-git-doc-html (2.48.0.rc2.windows.1.472.g0c796d3013.20250123145154-1 -> 2.48.1.1.2bd190bcd2-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 7409f5c commit fd77a82

File tree

418 files changed

+371
-283
lines changed

Some content is hidden

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

418 files changed

+371
-283
lines changed

cmd/git-gui.exe

16 Bytes
Binary file not shown.

cmd/git-receive-pack.exe

-528 Bytes
Binary file not shown.

cmd/git-upload-pack.exe

-528 Bytes
Binary file not shown.

cmd/git.exe

-520 Bytes
Binary file not shown.

cmd/gitk.exe

8 Bytes
Binary file not shown.

cmd/scalar.exe

-520 Bytes
Binary file not shown.

cmd/tig.exe

-8 Bytes
Binary file not shown.

etc/rebase.db.i386

0 Bytes
Binary file not shown.

git-bash.exe

8 Bytes
Binary file not shown.

git-cmd.exe

-8 Bytes
Binary file not shown.

mingw32/bin/git-cvsserver

+1-1
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.48.0.rc2.windows.1.472.g0c796d3013.20250123145154';
72+
my $VERSION = '2.48.1.windows.1';
7373

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

mingw32/bin/git-receive-pack.exe

-504 Bytes
Binary file not shown.

mingw32/bin/git-shell.exe

-1016 Bytes
Binary file not shown.

mingw32/bin/git-upload-archive.exe

-504 Bytes
Binary file not shown.

mingw32/bin/git-upload-pack.exe

-504 Bytes
Binary file not shown.

mingw32/bin/git.exe

-1.01 KB
Binary file not shown.

mingw32/bin/scalar.exe

-3.97 KB
Binary file not shown.
Binary file not shown.

mingw32/libexec/git-core/git-cvsserver

+1-1
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.48.0.rc2.windows.1.472.g0c796d3013.20250123145154';
72+
my $VERSION = '2.48.1.windows.1';
7373

7474
my $log = GITCVS::log->new();
7575
my $cfg;
-1016 Bytes
Binary file not shown.
-1016 Bytes
Binary file not shown.
-1016 Bytes
Binary file not shown.
-1008 Bytes
Binary file not shown.
-1016 Bytes
Binary file not shown.
-1016 Bytes
Binary file not shown.
-1016 Bytes
Binary file not shown.
-1016 Bytes
Binary file not shown.
-1016 Bytes
Binary file not shown.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ sub gen_header {
15441544
@recipients = unique_email_list(@recipients,@cc,@initial_bcc);
15451545
@recipients = (map { extract_valid_address_or_die($_) } @recipients);
15461546
my $date = format_2822_time($time++);
1547-
my $gitversion = '2.48.0.rc2.windows.1.472.g0c796d3013.20250123145154';
1547+
my $gitversion = '2.48.1.windows.1';
15481548
if ($gitversion =~ m/..GIT_VERSION../) {
15491549
$gitversion = Git::version();
15501550
}
Binary file not shown.
-1016 Bytes
Binary file not shown.

mingw32/libexec/git-core/git-svn

+1-1
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.48.0.rc2.windows.1.472.g0c796d3013.20250123145154';
55+
$VERSION = '2.48.1.windows.1';
5656

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

mingw32/libexec/git-core/git.exe

-1.01 KB
Binary file not shown.
-1016 Bytes
Binary file not shown.

mingw32/libexec/git-core/scalar.exe

-3.97 KB
Binary file not shown.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ <h2 id="_other_discussion_venues">Other Discussion Venues</h2>
538538
</div>
539539
<div id="footer">
540540
<div id="footer-text">
541-
Last updated 2025-01-23 14:56:02 UTC
541+
Last updated 2025-02-13 11:00:38 UTC
542542
</div>
543543
</div>
544544
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,7 @@ <h3 id="after-approval"><a class="anchor" href="#after-approval"></a>After Revie
22392239
</div>
22402240
<div id="footer">
22412241
<div id="footer-text">
2242-
Last updated 2025-01-23 14:56:02 UTC
2242+
Last updated 2025-02-13 11:00:38 UTC
22432243
</div>
22442244
</div>
22452245
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ <h2 id="_wrapping_up">Wrapping Up</h2>
16751675
</div>
16761676
<div id="footer">
16771677
<div id="footer-text">
1678-
Last updated 2025-01-23 14:56:02 UTC
1678+
Last updated 2025-02-13 11:00:38 UTC
16791679
</div>
16801680
</div>
16811681
</body>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Git v2.40.4 Release Notes
2+
=========================
3+
4+
This release lets Git refuse to accept URLs that contain control
5+
sequences. This addresses CVE-2024-50349 and CVE-2024-52006.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Git v2.41.3 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4 to address
5+
the security issues CVE-2024-50349 and CVE-2024-52006; see the
6+
release notes for that version for details.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Git v2.42.4 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4 and v2.41.3
5+
to address the security issues CVE-2024-50349 and CVE-2024-52006;
6+
see the release notes for these versions for details.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Git v2.43.6 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3
5+
and v2.42.4 to address the security issues CVE-2024-50349 and
6+
CVE-2024-52006; see the release notes for these versions for
7+
details.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Git v2.44.3 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3,
5+
v2.42.4 and v2.43.6 to address the security issues CVE-2024-50349
6+
and CVE-2024-52006; see the release notes for these versions
7+
for details.

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Git v2.45.3 Release Notes
22
=========================
33

4-
This primarily is to backport various small fixes accumulated on the
4+
This release merges up the fix that appears in v2.40.4, v2.41.3,
5+
v2.42.4, v2.43.6 and v2.44.3 to address the security issues
6+
CVE-2024-50349 and CVE-2024-52006; see the release notes for
7+
these versions for details.
8+
9+
This version also backports various small fixes accumulated on the
510
'master' front during the development towards Git 2.46, the next
611
feature release.
712

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Git v2.46.3 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3, v2.42.4,
5+
v2.43.6, v2.44.3 and v2.45.3 to address the security issues CVE-2024-50349 and
6+
CVE-2024-52006; see the release notes for these versions for details.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Git v2.47.2 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3,
5+
v2.42.4, v2.43.6, v2.44.3, v2.45.3 and v2.46.3 to address the
6+
security issues CVE-2024-50349 and CVE-2024-52006; see the release
7+
notes for these versions for details.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Git v2.48.1 Release Notes
2+
=========================
3+
4+
This release merges up the fix that appears in v2.40.4, v2.41.3,
5+
v2.42.4, v2.43.6, v2.44.3, v2.45.3, v2.46.3, and v2.47.2 to address
6+
the security issues CVE-2024-50349 and CVE-2024-52006; see the release
7+
notes for these versions for details.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ <h2 id="_see_also">See Also</h2>
683683
</div>
684684
<div id="footer">
685685
<div id="footer-text">
686-
Last updated 2025-01-23 14:56:02 UTC
686+
Last updated 2025-02-13 11:00:38 UTC
687687
</div>
688688
</div>
689689
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ <h3 id="_gnus">Gnus</h3>
15841584
</div>
15851585
<div id="footer">
15861586
<div id="footer-text">
1587-
Last updated 2025-01-23 14:56:02 UTC
1587+
Last updated 2025-02-13 11:00:38 UTC
15881588
</div>
15891589
</div>
15901590
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ <h4 id="_httpswww_kernel_orgdochtmlv4_10processcoding_style_htmlyou_ve_made_a_me
520520
</div>
521521
<div id="footer">
522522
<div id="footer-text">
523-
Last updated 2025-01-23 14:56:02 UTC
523+
Last updated 2025-02-13 11:00:38 UTC
524524
</div>
525525
</div>
526526
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ <h1>Everyday Git With 20 Commands Or So</h1>
457457
</div>
458458
<div id="footer">
459459
<div id="footer-text">
460-
Last updated 2025-01-23 14:56:02 UTC
460+
Last updated 2025-02-13 11:00:38 UTC
461461
</div>
462462
</div>
463463
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ <h2 id="_git">GIT</h2>
10301030
</div>
10311031
<div id="footer">
10321032
<div id="footer-text">
1033-
Last updated 2025-01-23 14:56:02 UTC
1033+
Last updated 2025-02-13 11:00:38 UTC
10341034
</div>
10351035
</div>
10361036
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ <h2 id="_git">GIT</h2>
869869
</div>
870870
<div id="footer">
871871
<div id="footer-text">
872-
Last updated 2025-01-23 14:56:02 UTC
872+
Last updated 2025-02-13 11:00:38 UTC
873873
</div>
874874
</div>
875875
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ <h2 id="_git">GIT</h2>
715715
</div>
716716
<div id="footer">
717717
<div id="footer-text">
718-
Last updated 2025-01-23 14:56:02 UTC
718+
Last updated 2025-02-13 11:00:38 UTC
719719
</div>
720720
</div>
721721
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ <h2 id="_git">GIT</h2>
844844
</div>
845845
<div id="footer">
846846
<div id="footer-text">
847-
Last updated 2025-01-23 14:56:02 UTC
847+
Last updated 2025-02-13 11:00:38 UTC
848848
</div>
849849
</div>
850850
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ <h2 id="_git">GIT</h2>
591591
</div>
592592
<div id="footer">
593593
<div id="footer-text">
594-
Last updated 2025-01-23 14:56:02 UTC
594+
Last updated 2025-02-13 11:00:38 UTC
595595
</div>
596596
</div>
597597
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ <h2 id="_git">GIT</h2>
764764
</div>
765765
<div id="footer">
766766
<div id="footer-text">
767-
Last updated 2025-01-23 14:56:02 UTC
767+
Last updated 2025-02-13 11:00:38 UTC
768768
</div>
769769
</div>
770770
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ <h2 id="_git">GIT</h2>
529529
</div>
530530
<div id="footer">
531531
<div id="footer-text">
532-
Last updated 2025-01-23 14:56:02 UTC
532+
Last updated 2025-02-13 11:00:38 UTC
533533
</div>
534534
</div>
535535
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ <h2 id="_git">GIT</h2>
579579
</div>
580580
<div id="footer">
581581
<div id="footer-text">
582-
Last updated 2025-01-23 14:56:02 UTC
582+
Last updated 2025-02-13 11:00:38 UTC
583583
</div>
584584
</div>
585585
</body>

mingw32/share/doc/git-doc/git-bisect-lk2009.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ <h2 id="_references">References</h2>
21332133
</div>
21342134
<div id="footer">
21352135
<div id="footer-text">
2136-
Last updated 2025-01-23 14:56:02 UTC
2136+
Last updated 2025-02-13 11:00:38 UTC
21372137
</div>
21382138
</div>
21392139
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ <h2 id="_git">GIT</h2>
10911091
</div>
10921092
<div id="footer">
10931093
<div id="footer-text">
1094-
Last updated 2025-01-23 14:56:02 UTC
1094+
Last updated 2025-02-13 11:00:38 UTC
10951095
</div>
10961096
</div>
10971097
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ <h2 id="_git">GIT</h2>
10971097
</div>
10981098
<div id="footer">
10991099
<div id="footer-text">
1100-
Last updated 2025-01-23 14:56:02 UTC
1100+
Last updated 2025-02-13 11:00:38 UTC
11011101
</div>
11021102
</div>
11031103
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ <h2 id="_git">GIT</h2>
11261126
</div>
11271127
<div id="footer">
11281128
<div id="footer-text">
1129-
Last updated 2025-01-23 14:56:02 UTC
1129+
Last updated 2025-02-13 11:00:38 UTC
11301130
</div>
11311131
</div>
11321132
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ <h2 id="_git">GIT</h2>
570570
</div>
571571
<div id="footer">
572572
<div id="footer-text">
573-
Last updated 2025-01-23 14:56:02 UTC
573+
Last updated 2025-02-13 11:00:38 UTC
574574
</div>
575575
</div>
576576
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ <h2 id="_git">GIT</h2>
920920
</div>
921921
<div id="footer">
922922
<div id="footer-text">
923-
Last updated 2025-01-23 14:56:02 UTC
923+
Last updated 2025-02-13 11:00:38 UTC
924924
</div>
925925
</div>
926926
</body>

mingw32/share/doc/git-doc/git-cat-file.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ <h2 id="_git">GIT</h2>
10141014
</div>
10151015
<div id="footer">
10161016
<div id="footer-text">
1017-
Last updated 2025-01-23 14:56:02 UTC
1017+
Last updated 2025-02-13 11:00:38 UTC
10181018
</div>
10191019
</div>
10201020
</body>

mingw32/share/doc/git-doc/git-check-attr.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ <h2 id="_git">GIT</h2>
658658
</div>
659659
<div id="footer">
660660
<div id="footer-text">
661-
Last updated 2025-01-23 14:56:02 UTC
661+
Last updated 2025-02-13 11:00:38 UTC
662662
</div>
663663
</div>
664664
</body>

mingw32/share/doc/git-doc/git-check-ignore.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ <h2 id="_git">GIT</h2>
618618
</div>
619619
<div id="footer">
620620
<div id="footer-text">
621-
Last updated 2025-01-23 14:56:02 UTC
621+
Last updated 2025-02-13 11:00:38 UTC
622622
</div>
623623
</div>
624624
</body>

mingw32/share/doc/git-doc/git-check-mailmap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ <h2 id="_git">GIT</h2>
532532
</div>
533533
<div id="footer">
534534
<div id="footer-text">
535-
Last updated 2025-01-23 14:56:02 UTC
535+
Last updated 2025-02-13 11:00:38 UTC
536536
</div>
537537
</div>
538538
</body>

mingw32/share/doc/git-doc/git-check-ref-format.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ <h2 id="_git">GIT</h2>
641641
</div>
642642
<div id="footer">
643643
<div id="footer-text">
644-
Last updated 2025-01-23 14:56:02 UTC
644+
Last updated 2025-02-13 11:00:38 UTC
645645
</div>
646646
</div>
647647
</body>

mingw32/share/doc/git-doc/git-checkout-index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ <h2 id="_git">GIT</h2>
693693
</div>
694694
<div id="footer">
695695
<div id="footer-text">
696-
Last updated 2025-01-23 14:56:02 UTC
696+
Last updated 2025-02-13 11:00:38 UTC
697697
</div>
698698
</div>
699699
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ <h2 id="_git">GIT</h2>
12801280
</div>
12811281
<div id="footer">
12821282
<div id="footer-text">
1283-
Last updated 2025-01-23 14:56:02 UTC
1283+
Last updated 2025-02-13 11:00:38 UTC
12841284
</div>
12851285
</div>
12861286
</body>

mingw32/share/doc/git-doc/git-cherry-pick.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ <h2 id="_git">GIT</h2>
824824
</div>
825825
<div id="footer">
826826
<div id="footer-text">
827-
Last updated 2025-01-23 14:56:02 UTC
827+
Last updated 2025-02-13 11:00:38 UTC
828828
</div>
829829
</div>
830830
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ <h2 id="_git">GIT</h2>
631631
</div>
632632
<div id="footer">
633633
<div id="footer-text">
634-
Last updated 2025-01-23 14:56:02 UTC
634+
Last updated 2025-02-13 11:00:38 UTC
635635
</div>
636636
</div>
637637
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ <h2 id="_git">GIT</h2>
482482
</div>
483483
<div id="footer">
484484
<div id="footer-text">
485-
Last updated 2025-01-23 14:56:02 UTC
485+
Last updated 2025-02-13 11:00:38 UTC
486486
</div>
487487
</div>
488488
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ <h2 id="_git">GIT</h2>
653653
</div>
654654
<div id="footer">
655655
<div id="footer-text">
656-
Last updated 2025-01-23 14:56:02 UTC
656+
Last updated 2025-02-13 11:00:38 UTC
657657
</div>
658658
</div>
659659
</body>

0 commit comments

Comments
 (0)