Skip to content

Commit df0ba67

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-git (2.48.0.rc2.windows.1-1 -> 2.48.0.rc2.windows.1.472.g0c796d3013.20250123145154-1) mingw-w64-i686-git-doc-html (2.48.0.rc2.windows.1-1 -> 2.48.0.rc2.windows.1.472.g0c796d3013.20250123145154-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent d0b0c11 commit df0ba67

File tree

329 files changed

+328
-285
lines changed

Some content is hidden

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

329 files changed

+328
-285
lines changed

cmd/git-gui.exe

0 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

528 Bytes
Binary file not shown.

cmd/gitk.exe

0 Bytes
Binary file not shown.

cmd/scalar.exe

528 Bytes
Binary file not shown.

cmd/tig.exe

16 Bytes
Binary file not shown.

etc/rebase.db.i386

0 Bytes
Binary file not shown.

git-bash.exe

0 Bytes
Binary file not shown.

git-cmd.exe

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

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

mingw32/bin/git-receive-pack.exe

512 Bytes
Binary file not shown.

mingw32/bin/git-shell.exe

2 KB
Binary file not shown.

mingw32/bin/git-upload-archive.exe

512 Bytes
Binary file not shown.

mingw32/bin/git-upload-pack.exe

512 Bytes
Binary file not shown.

mingw32/bin/git.exe

2.52 KB
Binary file not shown.

mingw32/bin/scalar.exe

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

7474
my $log = GITCVS::log->new();
7575
my $cfg;
2.5 KB
Binary file not shown.
1.5 KB
Binary file not shown.
2.5 KB
Binary file not shown.
2 KB
Binary file not shown.
2.5 KB
Binary file not shown.
2 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: 1 addition & 1 deletion
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';
1547+
my $gitversion = '2.48.0.rc2.windows.1.472.g0c796d3013.20250123145154';
15481548
if ($gitversion =~ m/..GIT_VERSION../) {
15491549
$gitversion = Git::version();
15501550
}
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.48.0.rc2.windows.1';
55+
$VERSION = '2.48.0.rc2.windows.1.472.g0c796d3013.20250123145154';
5656

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

mingw32/libexec/git-core/git.exe

2.52 KB
Binary file not shown.
512 Bytes
Binary file not shown.

mingw32/libexec/git-core/scalar.exe

12.4 KB
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
541+
Last updated 2025-01-23 14:56:02 UTC
542542
</div>
543543
</div>
544544
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
2242+
Last updated 2025-01-23 14:56:02 UTC
22432243
</div>
22442244
</div>
22452245
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
1678+
Last updated 2025-01-23 14:56:02 UTC
16791679
</div>
16801680
</div>
16811681
</body>

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

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Performance, Internal Implementation, Development Support etc.
4747

4848
* The way AsciiDoc is used for SYNOPSIS part of the manual pages has
4949
been revamped. The sources, at least for the simple cases, got
50-
vastly pleasant to work with.
50+
vastly more pleasant to work with.
5151

5252
* The reftable library is now prepared to expect that the memory
5353
allocation function given to it may fail to allocate and to deal
5454
with such an error.
5555

5656
* An extra worktree attached to a repository points at each other to
57-
allow finding the repository from the worktree and vice versa
58-
possible. Turn this linkage to relative paths.
57+
allow finding the repository from the worktree (and vice versa)
58+
possible. Use relative paths for this linkage.
5959

6060
* Enable Windows-based CI in GitLab.
6161

@@ -94,7 +94,7 @@ Performance, Internal Implementation, Development Support etc.
9494
* Update the project's CodingGuidelines to discourage naming functions
9595
with a "_1()" suffix.
9696

97-
* Updates the '.clang-format' to match project conventions.
97+
* Update '.clang-format' to match project conventions.
9898

9999
* Centralize documentation for repository extensions into a single place.
100100

@@ -116,7 +116,7 @@ Performance, Internal Implementation, Development Support etc.
116116
* The migration procedure between two ref backends has been optimized.
117117

118118
* "git fsck" learned to issue warnings on "curiously formatted" ref
119-
contents that have always been taken valid but something Git
119+
contents that have always been treated as valid but that Git
120120
wouldn't have written itself (e.g., missing terminating end-of-line
121121
after the full object name).
122122

@@ -127,13 +127,13 @@ Performance, Internal Implementation, Development Support etc.
127127

128128
* Drop support for ancient environments in various CI jobs.
129129

130-
* Isolates the reftable subsystem from the rest of Git's codebase by
130+
* Isolate the reftable subsystem from the rest of Git's codebase by
131131
using fewer pieces of Git's infrastructure.
132132

133133
* Optimize reading random references out of the reftable backend by
134134
allowing reuse of iterator objects.
135135

136-
* Backport oss-fuzz tests for us to our codebase.
136+
* Backport oss-fuzz tests to our codebase.
137137

138138
* Introduce a new repository extension to prevent older Git versions
139139
from mis-interpreting worktrees created with relative paths.
@@ -173,13 +173,13 @@ Fixes since v2.47
173173
-----------------
174174

175175
* Doc update to clarify how periodical maintenance are scheduled,
176-
spread across time to avoid thundering hurds.
176+
spread across time to avoid thundering herds.
177177

178178
* Use after free and double freeing at the end in "git log -L... -p"
179179
had been identified and fixed.
180180

181181
* On macOS, fsmonitor can fall into a race condition that results in
182-
a client waiting forever to be notified for an event that have
182+
a client waiting forever to be notified about an event that has
183183
already happened. This problem has been corrected.
184184

185185
* "git maintenance start" crashed due to an uninitialized variable
@@ -203,7 +203,7 @@ Fixes since v2.47
203203
* The dumb-http code regressed when the result of re-indexing a pack
204204
yielded an *.idx file that differs in content from the *.idx file
205205
it downloaded from the remote. This has been corrected by no longer
206-
relying on: the *.idx file we got from the remote.
206+
relying on the *.idx file we got from the remote.
207207

208208
* When called with '--left-right' and '--use-bitmap-index', 'rev-list'
209209
will produce output without any left/right markers, which has been
@@ -227,7 +227,7 @@ Fixes since v2.47
227227
* "git gc" discards any objects that are outside promisor packs that
228228
are referred to by an object in a promisor pack, and we do not
229229
refetch them from the promisor at runtime, resulting an unusable
230-
repository. Work it around by including these objects in the
230+
repository. Work around it by including these objects in the
231231
referring promisor pack at the receiving end of the fetch.
232232

233233
* Avoid build/test breakage on a system without working malloc debug
@@ -282,9 +282,8 @@ Fixes since v2.47
282282
on the path, which was not documented, which has been corrected.
283283
(merge bc1a980759 kk/doc-ancestry-path later to maint).
284284

285-
286285
* "git tag" has been taught to refuse to create refs/tags/HEAD
287-
as such a tag will be confusing in the context of UI provided by
286+
since such a tag will be confusing in the context of the UI provided by
288287
the Git Porcelain commands.
289288
(merge bbd445d5ef jc/forbid-head-as-tagname later to maint).
290289

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
686+
Last updated 2025-01-23 14:56:02 UTC
687687
</div>
688688
</div>
689689
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
1587+
Last updated 2025-01-23 14:56:02 UTC
15881588
</div>
15891589
</div>
15901590
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
523+
Last updated 2025-01-23 14:56:02 UTC
524524
</div>
525525
</div>
526526
</body>

mingw32/share/doc/git-doc/config.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@ include::config/sequencer.txt[]
524524

525525
include::config/showbranch.txt[]
526526

527+
include::config/sideband.txt[]
528+
527529
include::config/sparse.txt[]
528530

529531
include::config/splitindex.txt[]

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
460+
Last updated 2025-01-23 14:56:02 UTC
461461
</div>
462462
</div>
463463
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
1033+
Last updated 2025-01-23 14:56:02 UTC
10341034
</div>
10351035
</div>
10361036
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
872+
Last updated 2025-01-23 14:56:02 UTC
873873
</div>
874874
</div>
875875
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
718+
Last updated 2025-01-23 14:56:02 UTC
719719
</div>
720720
</div>
721721
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
847+
Last updated 2025-01-23 14:56:02 UTC
848848
</div>
849849
</div>
850850
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
594+
Last updated 2025-01-23 14:56:02 UTC
595595
</div>
596596
</div>
597597
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
767+
Last updated 2025-01-23 14:56:02 UTC
768768
</div>
769769
</div>
770770
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
532+
Last updated 2025-01-23 14:56:02 UTC
533533
</div>
534534
</div>
535535
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
582+
Last updated 2025-01-23 14:56:02 UTC
583583
</div>
584584
</div>
585585
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
2136+
Last updated 2025-01-23 14:56:02 UTC
21372137
</div>
21382138
</div>
21392139
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
1094+
Last updated 2025-01-23 14:56:02 UTC
10951095
</div>
10961096
</div>
10971097
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
1100+
Last updated 2025-01-23 14:56:02 UTC
11011101
</div>
11021102
</div>
11031103
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
1129+
Last updated 2025-01-23 14:56:02 UTC
11301130
</div>
11311131
</div>
11321132
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
573+
Last updated 2025-01-23 14:56:02 UTC
574574
</div>
575575
</div>
576576
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
923+
Last updated 2025-01-23 14:56:02 UTC
924924
</div>
925925
</div>
926926
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
1017+
Last updated 2025-01-23 14:56:02 UTC
10181018
</div>
10191019
</div>
10201020
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
661+
Last updated 2025-01-23 14:56:02 UTC
662662
</div>
663663
</div>
664664
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
621+
Last updated 2025-01-23 14:56:02 UTC
622622
</div>
623623
</div>
624624
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
535+
Last updated 2025-01-23 14:56:02 UTC
536536
</div>
537537
</div>
538538
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
644+
Last updated 2025-01-23 14:56:02 UTC
645645
</div>
646646
</div>
647647
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
696+
Last updated 2025-01-23 14:56:02 UTC
697697
</div>
698698
</div>
699699
</body>

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

Lines changed: 1 addition & 1 deletion
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-09 13:25:31 UTC
1283+
Last updated 2025-01-23 14:56:02 UTC
12841284
</div>
12851285
</div>
12861286
</body>

0 commit comments

Comments
 (0)