Skip to content

Commit

Permalink
Update 2 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-git (2.47.0.rc1.windows.1-1 -> 2.47.0.1.d53e4648cb-1)
mingw-w64-i686-git-doc-html (2.47.0.rc1.windows.1-1 -> 2.47.0.1.d53e4648cb-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Oct 9, 2024
1 parent 117db7d commit d139bc0
Show file tree
Hide file tree
Showing 332 changed files with 367 additions and 330 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.
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.47.0.rc1.windows.1';
my $VERSION = '2.47.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.47.0.rc1.windows.1';
my $VERSION = '2.47.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 @@ -1544,7 +1544,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.47.0.rc1.windows.1';
my $gitversion = '2.47.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.47.0.rc1.windows.1';
$VERSION = '2.47.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.
2 changes: 1 addition & 1 deletion mingw32/libexec/git-core/mergetools/vimdiff
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ merge_cmd () {
-f "$FINAL_CMD" '"$LOCAL"' '"$BASE"' '"$REMOTE"' '"$MERGED"'
else
# If there is no BASE (example: a merge conflict in a new file
# with the same name created in both braches which didn't exist
# with the same name created in both branches which didn't exist
# before), close all BASE windows using vim's "quit" command

FINAL_CMD=$(echo "$FINAL_CMD" | \
Expand Down
Binary file modified mingw32/libexec/git-core/scalar.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/BreakingChanges.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Cf. <[email protected]>.

* The git-pack-redundant(1) command can be used to remove redundant pack files.
The subcommand is unusably slow and the reason why nobody reports it as a
performance bug is suspected to be the absense of users. We have nominated
performance bug is suspected to be the absence of users. We have nominated
the command for removal and have started to emit a user-visible warning in
c3b58472be (pack-redundant: gauge the usage before proposing its removal,
2020-08-25) whenever the command is executed.
Expand Down
6 changes: 3 additions & 3 deletions mingw32/share/doc/git-doc/DecisionMaking.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<div id="header">
<h1>Decision-Making Process in the Git Project</h1>
<div class="details">
<span id="revdate">2024-10-04</span>
<span id="revdate">2024-10-08</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -513,7 +513,7 @@ <h2 id="_larger_discussions_without_patches">Larger Discussions (without patches
<div class="paragraph">
<p>For non-technical decisions such as community norms or processes, it is up to
the community as a whole to implement and sustain agreed-upon changes.
The project leadership committe (PLC) may help the implementation of
The project leadership committee (PLC) may help the implementation of
policy decisions.</p>
</div>
</div>
Expand Down Expand Up @@ -541,7 +541,7 @@ <h2 id="_other_discussion_venues">Other Discussion Venues</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/DecisionMaking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ implementation, for very large changes).

For non-technical decisions such as community norms or processes, it is up to
the community as a whole to implement and sustain agreed-upon changes.
The project leadership committe (PLC) may help the implementation of
The project leadership committee (PLC) may help the implementation of
policy decisions.


Expand Down
4 changes: 2 additions & 2 deletions mingw32/share/doc/git-doc/MyFirstContribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<div id="header">
<h1>My First Contribution to the Git Project</h1>
<div class="details">
<span id="revdate">2024-10-04</span>
<span id="revdate">2024-10-08</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -2242,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-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions mingw32/share/doc/git-doc/MyFirstObjectWalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<div id="header">
<h1>My First Object Walk</h1>
<div class="details">
<span id="revdate">2024-10-04</span>
<span id="revdate">2024-10-08</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -1678,7 +1678,7 @@ <h2 id="_wrapping_up">Wrapping Up</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 UTC
</div>
</div>
</body>
Expand Down
5 changes: 5 additions & 0 deletions mingw32/share/doc/git-doc/RelNotes/2.47.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,15 @@ Fixes since v2.46
index" advice message, which has been corrected.
(merge 537e516a39 ds/sparse-checkout-expansion-advice later to maint).

* macOS with fsmonitor daemon can hang forever when a submodule is
involved, which has been corrected.

* Other code cleanup, docfix, build fix, etc.
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
(merge 4460e052e0 jc/range-diff-lazy-setup later to maint).
(merge 0627c58e7a ak/typofixes later to maint).
(merge 83799f1500 jk/t9001-deflake later to maint).
(merge e02cc08a88 ak/typofix-2.46-maint later to maint).
(merge 5c5d29e1c4 ps/ci-gitlab-upgrade later to maint).
(merge 9c4c840901 jc/doc-discarding-stalled-topics later to maint).
(merge 5e6f359f6b ds/read-cache-mempool-leakfix later to maint).
4 changes: 2 additions & 2 deletions mingw32/share/doc/git-doc/ReviewingGuidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<div id="header">
<h1>Reviewing Patches in the Git Project</h1>
<div class="details">
<span id="revdate">2024-10-04</span>
<span id="revdate">2024-10-08</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -686,7 +686,7 @@ <h2 id="_see_also">See Also</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions mingw32/share/doc/git-doc/SubmittingPatches.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<div id="header">
<h1>Submitting Patches</h1>
<div class="details">
<span id="revdate">2024-10-04</span>
<span id="revdate">2024-10-08</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -1583,7 +1583,7 @@ <h3 id="_gnus">Gnus</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions mingw32/share/doc/git-doc/ToolsForGit.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<div id="header">
<h1>Tools for developing Git</h1>
<div class="details">
<span id="revdate">2024-10-04</span>
<span id="revdate">2024-10-08</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -523,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-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions mingw32/share/doc/git-doc/everyday.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<div id="header">
<h1>Everyday Git With 20 Commands Or So</h1>
<div class="details">
<span id="revdate">2024-10-04</span>
<span id="revdate">2024-10-08</span>
</div>
</div>
<div id="content">
Expand All @@ -460,7 +460,7 @@ <h1>Everyday Git With 20 Commands Or So</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -1030,7 +1030,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -869,7 +869,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -715,7 +715,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -844,7 +844,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -591,7 +591,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -764,7 +764,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/share/doc/git-doc/git-backfill.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -579,7 +579,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions mingw32/share/doc/git-doc/git-bisect-lk2009.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ <h1>Fighting regressions with git bisect</h1>
<div class="details">
<span id="author" class="author">Christian Couder</span><br/>
<span id="email" class="email"><a href="mailto:[email protected]">[email protected]</a></span><br/>
<span id="revdate">2024-10-04</span>
<span id="revdate">2024-10-08</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -2134,7 +2134,7 @@ <h2 id="_references">References</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -1091,7 +1091,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -1097,7 +1097,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -1126,7 +1126,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -570,7 +570,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -862,7 +862,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -1014,7 +1014,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -658,7 +658,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -618,7 +618,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -532,7 +532,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 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 @@ -641,7 +641,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-04 12:45:09 UTC
Last updated 2024-10-08 08:54:08 UTC
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit d139bc0

Please sign in to comment.