Skip to content

Commit a4df5b4

Browse files
committed
Autogenerated HTML docs for v2.47.1-492-g2ccc89
1 parent 0dfbbf3 commit a4df5b4

Some content is hidden

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

57 files changed

+172
-108
lines changed

DecisionMaking.html

Lines changed: 2 additions & 2 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-12-10</span>
445+
<span id="revdate">2024-12-13</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -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-10-05 07:34:09 +0900
543+
Last updated 2024-10-04 15:34:09 -0700
544544
</div>
545545
</div>
546546
</body>

MyFirstContribution.html

Lines changed: 2 additions & 2 deletions
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-12-10</span>
445+
<span id="revdate">2024-12-13</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -2241,7 +2241,7 @@ <h3 id="after-approval"><a class="anchor" href="#after-approval"></a>After Revie
22412241
</div>
22422242
<div id="footer">
22432243
<div id="footer-text">
2244-
Last updated 2024-05-02 02:56:52 +0900
2244+
Last updated 2024-05-01 10:56:52 -0700
22452245
</div>
22462246
</div>
22472247
</body>

MyFirstObjectWalk.html

Lines changed: 2 additions & 2 deletions
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-12-10</span>
445+
<span id="revdate">2024-12-13</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -1677,7 +1677,7 @@ <h2 id="_wrapping_up">Wrapping Up</h2>
16771677
</div>
16781678
<div id="footer">
16791679
<div id="footer-text">
1680-
Last updated 2024-04-10 06:45:01 +0900
1680+
Last updated 2024-04-09 14:45:01 -0700
16811681
</div>
16821682
</div>
16831683
</body>

RelNotes/2.48.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ UI, Workflows & Features
2424
* End-user experience of "git mergetool" when the command errors out
2525
has been improved.
2626

27+
* "git bundle --unbundle" and "git clone" running on a bundle file
28+
both learned to trigger fsck over the new objects with configurable
29+
fck check levels.
30+
2731

2832
Performance, Internal Implementation, Development Support etc.
2933
--------------------------------------------------------------
@@ -118,6 +122,13 @@ Performance, Internal Implementation, Development Support etc.
118122
* Optimize reading random references out of the reftable backend by
119123
allowing reuse of iterator objects.
120124

125+
* Backport oss-fuzz tests for us to our codebase.
126+
127+
* Introduce a new repository extension to prevent older Git versions
128+
from mis-interpreting worktrees created with relative paths.
129+
130+
* Yet another "pass the repository through the callchain" topic.
131+
121132

122133
Fixes since v2.47
123134
-----------------
@@ -224,8 +235,19 @@ Fixes since v2.47
224235
first step to inspect it".
225236
(merge 0ffb5a6bf1 bc/allow-upload-pack-from-other-people later to maint).
226237

238+
* "git fast-import" learned to reject paths with ".." and "." as
239+
their components to avoid creating invalid tree objects.
240+
(merge 8cb4c6e62f en/fast-import-verify-path later to maint).
241+
242+
* The --ancestry-path option is designed to be given a commit that is
243+
on the path, which was not documented, which has been corrected.
244+
(merge bc1a980759 kk/doc-ancestry-path later to maint).
245+
227246
* Other code cleanup, docfix, build fix, etc.
228247
(merge 77af53f56f aa/t7300-modernize later to maint).
229248
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).
230249
(merge 68e3c69efa kh/trailer-in-glossary later to maint).
231250
(merge 91f88f76e6 tb/boundary-traversal-fix later to maint).
251+
(merge 168ebb7159 jc/doc-error-message-guidelines later to maint).
252+
(merge 18693d7d65 kh/doc-bundle-typofix later to maint).
253+
(merge e2f5d3b491 kh/doc-update-ref-grammofix later to maint).

ReviewingGuidelines.html

Lines changed: 2 additions & 2 deletions
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-12-10</span>
445+
<span id="revdate">2024-12-13</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -685,7 +685,7 @@ <h2 id="_see_also">See Also</h2>
685685
</div>
686686
<div id="footer">
687687
<div id="footer-text">
688-
Last updated 2024-08-02 03:26:42 +0900
688+
Last updated 2024-08-01 11:26:42 -0700
689689
</div>
690690
</div>
691691
</body>

SubmittingPatches.html

Lines changed: 2 additions & 2 deletions
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-12-10</span>
445+
<span id="revdate">2024-12-13</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -1582,7 +1582,7 @@ <h3 id="_gnus">Gnus</h3>
15821582
</div>
15831583
<div id="footer">
15841584
<div id="footer-text">
1585-
Last updated 2024-11-02 14:46:57 +0900
1585+
Last updated 2024-11-01 22:46:57 -0700
15861586
</div>
15871587
</div>
15881588
</body>

ToolsForGit.html

Lines changed: 2 additions & 2 deletions
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-12-10</span>
445+
<span id="revdate">2024-12-13</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -522,7 +522,7 @@ <h4 id="_httpswww_kernel_orgdochtmlv4_10processcoding_style_htmlyou_ve_made_a_me
522522
</div>
523523
<div id="footer">
524524
<div id="footer-text">
525-
Last updated 2023-10-24 06:43:46 +0900
525+
Last updated 2023-10-23 14:43:46 -0700
526526
</div>
527527
</div>
528528
</body>

everyday.html

Lines changed: 2 additions & 2 deletions
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-12-10</span>
445+
<span id="revdate">2024-12-13</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -459,7 +459,7 @@ <h1>Everyday Git With 20 Commands Or So</h1>
459459
</div>
460460
<div id="footer">
461461
<div id="footer-text">
462-
Last updated 2020-03-11 07:02:33 +0900
462+
Last updated 2020-03-10 15:02:33 -0700
463463
</div>
464464
</div>
465465
</body>

git-bundle.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ <h2 id="_description">DESCRIPTION</h2>
479479
possible <a href="git-clone.html">git-clone(1)</a> a new repository from a bundle, to use
480480
<a href="git-fetch.html">git-fetch(1)</a> to fetch from one, and to list the references
481481
contained within it with <a href="git-ls-remote.html">git-ls-remote(1)</a>. There&#8217;s no
482-
corresponding "write" support, i.e.a <em>git push</em> into a bundle is not
482+
corresponding "write" support, i.e. a <em>git push</em> into a bundle is not
483483
supported.</p>
484484
</div>
485485
</div>
@@ -919,7 +919,7 @@ <h2 id="_git">GIT</h2>
919919
</div>
920920
<div id="footer">
921921
<div id="footer-text">
922-
Last updated 2024-11-27 08:30:33 +0900
922+
Last updated 2024-12-13 08:40:02 -0800
923923
</div>
924924
</div>
925925
</body>

git-bundle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Git commands that fetch or otherwise "read" via protocols such as
3232
possible linkgit:git-clone[1] a new repository from a bundle, to use
3333
linkgit:git-fetch[1] to fetch from one, and to list the references
3434
contained within it with linkgit:git-ls-remote[1]. There's no
35-
corresponding "write" support, i.e.a 'git push' into a bundle is not
35+
corresponding "write" support, i.e. a 'git push' into a bundle is not
3636
supported.
3737

3838
BUNDLE FORMAT

0 commit comments

Comments
 (0)