Skip to content

Commit 42c453b

Browse files
committed
Autogenerated HTML docs for v2.47.0-rc1-33-g90fe38
1 parent f8a0677 commit 42c453b

Some content is hidden

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

55 files changed

+114
-77
lines changed

BreakingChanges.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Cf. <[email protected]>.
117117

118118
* The git-pack-redundant(1) command can be used to remove redundant pack files.
119119
The subcommand is unusably slow and the reason why nobody reports it as a
120-
performance bug is suspected to be the absense of users. We have nominated
120+
performance bug is suspected to be the absence of users. We have nominated
121121
the command for removal and have started to emit a user-visible warning in
122122
c3b58472be (pack-redundant: gauge the usage before proposing its removal,
123123
2020-08-25) whenever the command is executed.

DecisionMaking.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Decision-Making Process in the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-02</span>
445+
<span id="revdate">2024-10-04</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -512,7 +512,7 @@ <h2 id="_larger_discussions_without_patches">Larger Discussions (without patches
512512
<div class="paragraph">
513513
<p>For non-technical decisions such as community norms or processes, it is up to
514514
the community as a whole to implement and sustain agreed-upon changes.
515-
The project leadership committe (PLC) may help the implementation of
515+
The project leadership committee (PLC) may help the implementation of
516516
policy decisions.</p>
517517
</div>
518518
</div>
@@ -540,7 +540,7 @@ <h2 id="_other_discussion_venues">Other Discussion Venues</h2>
540540
</div>
541541
<div id="footer">
542542
<div id="footer-text">
543-
Last updated 2024-05-30 16:24:27 -0700
543+
Last updated 2024-10-04 15:34:09 -0700
544544
</div>
545545
</div>
546546
</body>

DecisionMaking.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ implementation, for very large changes).
5454

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

6060

MyFirstContribution.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>My First Contribution to the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-02</span>
445+
<span id="revdate">2024-10-04</span>
446446
</div>
447447
</div>
448448
<div id="content">

MyFirstObjectWalk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>My First Object Walk</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-02</span>
445+
<span id="revdate">2024-10-04</span>
446446
</div>
447447
</div>
448448
<div id="content">

RelNotes/2.47.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,15 @@ Fixes since v2.46
328328
index" advice message, which has been corrected.
329329
(merge 537e516a39 ds/sparse-checkout-expansion-advice later to maint).
330330

331+
* macOS with fsmonitor daemon can hang forever when a submodule is
332+
involved, which has been corrected.
333+
331334
* Other code cleanup, docfix, build fix, etc.
332335
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
333336
(merge 4460e052e0 jc/range-diff-lazy-setup later to maint).
334337
(merge 0627c58e7a ak/typofixes later to maint).
335338
(merge 83799f1500 jk/t9001-deflake later to maint).
336339
(merge e02cc08a88 ak/typofix-2.46-maint later to maint).
337340
(merge 5c5d29e1c4 ps/ci-gitlab-upgrade later to maint).
341+
(merge 9c4c840901 jc/doc-discarding-stalled-topics later to maint).
342+
(merge 5e6f359f6b ds/read-cache-mempool-leakfix later to maint).

ReviewingGuidelines.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Reviewing Patches in the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-02</span>
445+
<span id="revdate">2024-10-04</span>
446446
</div>
447447
</div>
448448
<div id="content">

SubmittingPatches.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Submitting Patches</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-02</span>
445+
<span id="revdate">2024-10-04</span>
446446
</div>
447447
</div>
448448
<div id="content">

ToolsForGit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Tools for developing Git</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-02</span>
445+
<span id="revdate">2024-10-04</span>
446446
</div>
447447
</div>
448448
<div id="content">

everyday.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Everyday Git With 20 Commands Or So</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-02</span>
445+
<span id="revdate">2024-10-04</span>
446446
</div>
447447
</div>
448448
<div id="content">

0 commit comments

Comments
 (0)