Skip to content

Commit 95b2016

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-git (2.49.0.rc1.windows.1-1 -> 2.49.0.rc2.windows.1-1) mingw-w64-i686-git-doc-html (2.49.0.rc1.windows.1-1 -> 2.49.0.rc2.windows.1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 7e82256 commit 95b2016

File tree

332 files changed

+1183
-355
lines changed

Some content is hidden

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

332 files changed

+1183
-355
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

-8 Bytes
Binary file not shown.

cmd/scalar.exe

0 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

0 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.49.0.rc1.windows.1';
72+
my $VERSION = '2.49.0.rc2.windows.1';
7373

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

mingw32/bin/git-receive-pack.exe

8 Bytes
Binary file not shown.

mingw32/bin/git-shell.exe

4.5 KB
Binary file not shown.

mingw32/bin/git-upload-archive.exe

8 Bytes
Binary file not shown.

mingw32/bin/git-upload-pack.exe

8 Bytes
Binary file not shown.

mingw32/bin/git.exe

2 KB
Binary file not shown.

mingw32/bin/scalar.exe

26.7 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.49.0.rc1.windows.1';
72+
my $VERSION = '2.49.0.rc2.windows.1';
7373

7474
my $log = GITCVS::log->new();
7575
my $cfg;
4.5 KB
Binary file not shown.
Binary file not shown.
3.99 KB
Binary file not shown.
3.5 KB
Binary file not shown.
4.49 KB
Binary file not shown.
4.49 KB
Binary file not shown.
4.49 KB
Binary file not shown.
4.49 KB
Binary file not shown.
4.49 KB
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.49.0.rc1.windows.1';
1547+
my $gitversion = '2.49.0.rc2.windows.1';
15481548
if ($gitversion =~ m/..GIT_VERSION../) {
15491549
$gitversion = Git::version();
15501550
}
Binary file not shown.
4.5 KB
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.49.0.rc1.windows.1';
55+
$VERSION = '2.49.0.rc2.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

26.7 KB
Binary file not shown.

mingw32/share/doc/git-doc/BreakingChanges.adoc

+5-6

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-03-05 13:23:01 UTC
541+
Last updated 2025-03-11 08:30:44 UTC
542542
</div>
543543
</div>
544544
</body>

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

+12-12

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ <h3 id="related-reading"><a class="anchor" href="#related-reading"></a>Related R
470470
<p><code>Documentation/SubmittingPatches</code></p>
471471
</li>
472472
<li>
473-
<p><code>Documentation/howto/new-command.txt</code></p>
473+
<p><code>Documentation/howto/new-command.adoc</code></p>
474474
</li>
475475
</ul>
476476
</div>
@@ -870,7 +870,7 @@ <h3 id="implementation"><a class="anchor" href="#implementation"></a>Implementat
870870
apply standard precedence rules. <code>git_config_get_string_tmp</code>() will look up
871871
a specific key ("user.name") and give you the value. There are a number of
872872
single-key lookup functions like this one; you can see them all (and more info
873-
about how to use <code>git_config</code>()) in <code>Documentation/technical/api-config.txt</code>.</p>
873+
about how to use <code>git_config</code>()) in <code>Documentation/technical/api-config.adoc</code>.</p>
874874
</div>
875875
<div class="paragraph">
876876
<p>You should see that the name printed matches the one you see when you run:</p>
@@ -1041,10 +1041,10 @@ <h3 id="add-documentation"><a class="anchor" href="#add-documentation"></a>Addin
10411041
<p>Your new command is undocumented! Let&#8217;s fix that.</p>
10421042
</div>
10431043
<div class="paragraph">
1044-
<p>Take a look at <code>Documentation/git-</code>*.<code>txt</code>. These are the manpages for the
1044+
<p>Take a look at <code>Documentation/git-</code>*.<code>adoc</code>. These are the manpages for the
10451045
subcommands that Git knows about. You can open these up and take a look to get
10461046
acquainted with the format, but then go ahead and make a new file
1047-
<code>Documentation/git-psuh.txt</code>. Like with most of the documentation in the Git
1047+
<code>Documentation/git-psuh.adoc</code>. Like with most of the documentation in the Git
10481048
project, help pages are written with AsciiDoc (see CodingGuidelines, "Writing
10491049
Documentation" section). Use the following template to fill out your own
10501050
manpage:</p>
@@ -1142,7 +1142,7 @@ <h3 id="add-usage"><a class="anchor" href="#add-usage"></a>Adding Usage Text</h3
11421142
printing usage.</p>
11431143
</div>
11441144
<div class="paragraph">
1145-
<p>Take a look at <code>Documentation/technical/api-parse-options.txt</code>. This is a handy
1145+
<p>Take a look at <code>Documentation/technical/api-parse-options.adoc</code>. This is a handy
11461146
tool for pulling out options you need to be able to handle, and it takes a
11471147
usage string.</p>
11481148
</div>
@@ -1847,14 +1847,14 @@ <h3 id="preparing-cover-letter"><a class="anchor" href="#preparing-cover-letter"
18471847
</div>
18481848
<div class="listingblock">
18491849
<div class="content">
1850-
<pre> Documentation/git-psuh.txt | 40 +++++++++++++++++++++
1851-
Makefile | 1 +
1852-
builtin.h | 1 +
1853-
builtin/psuh.c | 73 ++++++++++++++++++++++++++++++++++++++
1854-
git.c | 1 +
1855-
t/t9999-psuh-tutorial.sh | 12 +++++++
1850+
<pre> Documentation/git-psuh.adoc | 40 +++++++++++++++++++++
1851+
Makefile | 1 +
1852+
builtin.h | 1 +
1853+
builtin/psuh.c | 73 ++++++++++++++++++++++++++++++++++++++
1854+
git.c | 1 +
1855+
t/t9999-psuh-tutorial.sh | 12 +++++++
18561856
6 files changed, 128 insertions(+)
1857-
create mode 100644 Documentation/git-psuh.txt
1857+
create mode 100644 Documentation/git-psuh.adoc
18581858
create mode 100644 builtin/psuh.c
18591859
create mode 100755 t/t9999-psuh-tutorial.sh</pre>
18601860
</div>
@@ -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-03-05 13:23:01 UTC
2242+
Last updated 2025-03-11 08:30:44 UTC
22432243
</div>
22442244
</div>
22452245
</body>

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

+6-6

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ <h3 id="_related_reading">Related Reading</h3>
465465
<div class="ulist">
466466
<ul>
467467
<li>
468-
<p><code>Documentation/user-manual.txt</code> under "Hacking Git" contains some coverage of
468+
<p><code>Documentation/user-manual.adoc</code> under "Hacking Git" contains some coverage of
469469
the revision walker in its various incarnations.</p>
470470
</li>
471471
<li>
@@ -603,7 +603,7 @@ <h2 id="_setting_up">Setting Up</h2>
603603
</td>
604604
<td class="content">
605605
For a more exhaustive overview of the new command process, take a look at
606-
<code>Documentation/MyFirstContribution.txt</code>.
606+
<code>Documentation/MyFirstContribution.adoc</code>.
607607
</td>
608608
</tr>
609609
</table>
@@ -642,7 +642,7 @@ <h3 id="_struct_rev_cmdline_info"><code>struct</code> <code>rev_cmdline_info</co
642642
</div>
643643
<div class="paragraph">
644644
<p><code>item</code> is the object provided upon which to base the object walk. Items in Git
645-
can be blobs, trees, commits, or tags. (See <code>Documentation/gittutorial-2.txt</code>.)</p>
645+
can be blobs, trees, commits, or tags. (See <code>Documentation/gittutorial-2.adoc</code>.)</p>
646646
</div>
647647
<div class="paragraph">
648648
<p><code>name</code> is the object ID (OID) of the object - a hex string you may be familiar
@@ -653,7 +653,7 @@ <h3 id="_struct_rev_cmdline_info"><code>struct</code> <code>rev_cmdline_info</co
653653
<div class="paragraph">
654654
<p><code>whence</code> indicates some information about what to do with the parents of the
655655
specified object. We&#8217;ll explore this flag more later on; take a look at
656-
<code>Documentation/revisions.txt</code> to get an idea of what could set the <code>whence</code>
656+
<code>Documentation/revisions.adoc</code> to get an idea of what could set the <code>whence</code>
657657
value.</p>
658658
</div>
659659
<div class="paragraph">
@@ -668,7 +668,7 @@ <h3 id="_struct_rev_info"><code>struct</code> <code>rev_info</code></h3>
668668
<div class="paragraph">
669669
<p>This one is quite a bit longer, and many fields are only used during the walk
670670
by <code>revision.c</code> - not configuration options. Most of the configurable flags in
671-
<code>struct</code> <code>rev_info</code> have a mirror in <code>Documentation/rev-list-options.txt</code>. It&#8217;s a
671+
<code>struct</code> <code>rev_info</code> have a mirror in <code>Documentation/rev-list-options.adoc</code>. It&#8217;s a
672672
good idea to take some time and read through that document.</p>
673673
</div>
674674
</div>
@@ -1428,7 +1428,7 @@ <h2 id="_basic_object_walk">Basic Object Walk</h2>
14281428
<h3 id="_adding_a_filter_2">Adding a Filter</h3>
14291429
<div class="paragraph">
14301430
<p>There are a handful of filters that we can apply to the object walk laid out in
1431-
<code>Documentation/rev-list-options.txt</code>. These filters are typically useful for
1431+
<code>Documentation/rev-list-options.adoc</code>. These filters are typically useful for
14321432
operations such as creating packfiles or performing a partial clone. They are
14331433
defined in <code>list-objects-filter-options.h</code>. For the purposes of this tutorial we
14341434
will use the "tree:1" filter, which causes the walk to omit all trees and blobs
@@ -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-03-05 13:23:01 UTC
1678+
Last updated 2025-03-11 08:30:44 UTC
16791679
</div>
16801680
</div>
16811681
</body>

mingw32/share/doc/git-doc/RelNotes/2.49.0.adoc

+13

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-03-05 13:23:01 UTC
686+
Last updated 2025-03-11 08:30:44 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-03-05 13:23:01 UTC
1587+
Last updated 2025-03-11 08:30:44 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-03-05 13:23:01 UTC
523+
Last updated 2025-03-11 08:30:44 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-03-05 13:23:01 UTC
460+
Last updated 2025-03-11 08:30:44 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-03-05 13:23:01 UTC
1033+
Last updated 2025-03-11 08:30:44 UTC
10341034
</div>
10351035
</div>
10361036
</body>

0 commit comments

Comments
 (0)