Skip to content

Commit

Permalink
Update 2 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-git (2.42.0.rc2.windows.1-1 -> 2.42.0.1.a2e49ec355-1)
mingw-w64-i686-git-doc-html (2.42.0.rc2.windows.1-1 -> 2.42.0.1.a2e49ec355-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Aug 22, 2023
1 parent a48b55c commit b8785c0
Show file tree
Hide file tree
Showing 310 changed files with 281 additions and 283 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 git-bash.exe
Binary file not shown.
Binary file modified git-cmd.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/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.42.0.rc2.windows.1';
my $VERSION = '2.42.0.windows.1';

my $log = GITCVS::log->new();
my $cfg;
Expand Down
Binary file modified mingw32/bin/git-receive-pack.exe
Binary file not shown.
Binary file modified mingw32/bin/git-shell.exe
Binary file not shown.
Binary file modified mingw32/bin/git-upload-archive.exe
Binary file not shown.
Binary file modified mingw32/bin/git-upload-pack.exe
Binary file not shown.
Binary file modified mingw32/bin/git.exe
Binary file not shown.
Binary file modified mingw32/bin/scalar.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-credential-wincred.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/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.42.0.rc2.windows.1';
my $VERSION = '2.42.0.windows.1';

my $log = GITCVS::log->new();
my $cfg;
Expand Down
Binary file modified mingw32/libexec/git-core/git-daemon.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-http-backend.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-http-fetch.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-http-push.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-imap-send.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-remote-ftp.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-remote-ftps.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-remote-http.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-remote-https.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/libexec/git-core/git-send-email
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,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.42.0.rc2.windows.1';
my $gitversion = '2.42.0.windows.1';
if ($gitversion =~ m/..GIT_VERSION../) {
$gitversion = Git::version();
}
Expand Down
Binary file modified mingw32/libexec/git-core/git-sh-i18n--envsubst.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/git-shell.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/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 <[email protected]>';
$VERSION = '2.42.0.rc2.windows.1';
$VERSION = '2.42.0.windows.1';

use Carp qw/croak/;
use File::Basename qw/dirname basename/;
Expand Down
Binary file modified mingw32/libexec/git-core/git.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/headless-git.exe
Binary file not shown.
Binary file modified mingw32/libexec/git-core/scalar.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/MyFirstContribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ <h3 id="after-approval"><a class="anchor" href="#after-approval"></a>After Revie
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/MyFirstObjectWalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ <h2 id="_wrapping_up">Wrapping Up</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/RelNotes/2.42.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ UI, Workflows & Features
otherwise unreachable objects in cruft packs.

* Add more "git var" for toolsmiths to learn various locations Git is
configured with either via the configuration or hardcoded defaults.
configured with either via the configuration or hard-coded defaults.

* 'git notes append' was taught '--separator' to specify string to insert
between paragraphs.
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/ReviewingGuidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ <h2 id="_see_also">See Also</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/SubmittingPatches.html
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ <h3 id="_gnus">Gnus</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/ToolsForGit.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h4 id="_httpswww_kernel_orgdochtmlv4_10processcoding_style_htmlyou_ve_made_a_me
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/everyday.html
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ <h1>Everyday Git With 20 Commands Or So</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-am.html
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-annotate.html
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-archimport.html
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-bash.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-bisect-lk2009.html
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,7 @@ <h2 id="_references">References</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-bisect.html
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-blame.html
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-branch.html
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-bugreport.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-bundle.html
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-cat-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-check-attr.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-check-ignore.html
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-check-mailmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-check-ref-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-checkout-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-cherry-pick.html
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-cherry.html
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-citool.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-clean.html
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-clone.html
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-column.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-commit-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-commit-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-commit.html
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -8707,7 +8707,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-count-objects.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-credential-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-16 06:05:16 UTC
Last updated 2023-08-21 19:16:49 UTC
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit b8785c0

Please sign in to comment.