Skip to content

Commit 6d897b0

Browse files
committed
Autogenerated HTML docs for v2.46.0-rc2
1 parent 84f1873 commit 6d897b0

Some content is hidden

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

52 files changed

+87
-75
lines changed

DecisionMaking.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Decision-Making Process in the Git Project</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstContribution.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Contribution to the Git Project</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstObjectWalk.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Object Walk</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

RelNotes/2.46.0.txt

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Git v2.46 Release Notes
22
=======================
33

4-
Backward Compatibility Notes
5-
6-
(None at this moment)
7-
84
UI, Workflows & Features
95

106
* The "--rfc" option of "git format-patch" learned to take an
@@ -212,7 +208,7 @@ Performance, Internal Implementation, Development Support etc.
212208

213209
* When bundleURI interface fetches multiple bundles, Git failed to
214210
take full advantage of all bundles and ended up slurping duplicated
215-
objects, which has been corrected..
211+
objects, which has been corrected.
216212

217213
* The code to deal with modified paths that are out-of-cone in a
218214
sparsely checked out working tree has been optimized.
@@ -446,6 +442,17 @@ Fixes since v2.45
446442
with warning messages.
447443
(merge 4f5822076f jc/http-cookiefile later to maint).
448444

445+
* Repacking a repository with multi-pack index started making stupid
446+
pack selections in Git 2.45, which has been corrected.
447+
(merge 8fb6d11fad ds/midx-write-repack-fix later to maint).
448+
449+
* Fix documentation mark-up regression in 2.45.
450+
(merge 6474da0aa4 ja/doc-markup-updates-fix later to maint).
451+
452+
* Work around asciidoctor's css that renders `monospace` material
453+
in the SYNOPSIS section of manual pages as block elements.
454+
(merge d44ce6ddd5 js/doc-markup-updates-fix later to maint).
455+
449456
* Other code cleanup, docfix, build fix, etc.
450457
(merge 493fdae046 ew/object-convert-leakfix later to maint).
451458
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).

ReviewingGuidelines.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Reviewing Patches in the Git Project</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

SubmittingPatches.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Submitting Patches</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">
@@ -1708,7 +1708,7 @@ <h3 id="_gnus">Gnus</h3>
17081708
<div id="footer">
17091709
<div id="footer-text">
17101710
Last updated
1711-
2024-07-18 09:52:51 PDT
1711+
2024-07-24 08:07:45 PDT
17121712
</div>
17131713
</div>
17141714
</body>

ToolsForGit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Tools for developing Git</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

docinfo.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<style>
2+
pre>code {
3+
display: inline;
4+
}
5+
</style>

everyday.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Everyday Git With 20 Commands Or So</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

git-bisect-lk2009.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
<h1>Fighting regressions with git bisect</h1>
738738
<span id="author">Christian Couder</span><br />
739739
<span id="email"><code>&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</code></span><br />
740-
<span id="revdate">2024-07-18</span>
740+
<span id="revdate">2024-07-23</span>
741741
</div>
742742
<div id="content">
743743
<div class="sect1">

git-clone.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ <h2 id="_git">GIT</h2>
15341534
<div id="footer">
15351535
<div id="footer-text">
15361536
Last updated
1537-
2024-04-09 14:45:01 PDT
1537+
2024-07-24 08:07:35 PDT
15381538
</div>
15391539
</div>
15401540
</body>

git-clone.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ SYNOPSIS
1313
[`-l`] [`-s`] [`--no-hardlinks`] [`-q`] [`-n`] [`--bare`] [`--mirror`]
1414
[`-o` _<name>_] [`-b` _<name>_] [`-u` _<upload-pack>_] [`--reference` _<repository>_]
1515
[`--dissociate`] [`--separate-git-dir` _<git-dir>_]
16-
[`--depth` _<depth>_] [`--`[`no-`]`single-branch`] [`--no-tags`]
17-
[++--recurse-submodules++[++=++__<pathspec>__]] [`--`[`no-`]`shallow-submodules`]
18-
[`--`[`no-`]`remote-submodules`] [`--jobs` _<n>_] [`--sparse`] [`--`[`no-`]`reject-shallow`]
16+
[`--depth` _<depth>_] [`--`[`no-`]{empty}`single-branch`] [`--no-tags`]
17+
[++--recurse-submodules++[++=++__<pathspec>__]] [++--++[++no-++]{empty}++shallow-submodules++]
18+
[`--`[`no-`]{empty}`remote-submodules`] [`--jobs` _<n>_] [`--sparse`] [`--`[`no-`]{empty}`reject-shallow`]
1919
[++--filter=++__<filter-spec>__] [`--also-filter-submodules`]] [`--`] _<repository>_
2020
[_<directory>_]
2121

git-remote-helpers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>git-remote-helpers</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

git-tools.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Git Tools</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

howto-index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Git Howto Index</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -896,7 +896,7 @@ <h1>Git Howto Index</h1>
896896
<div id="footer">
897897
<div id="footer-text">
898898
Last updated
899-
2024-07-18 09:52:49 PDT
899+
2024-07-24 08:07:41 PDT
900900
</div>
901901
</div>
902902
</body>

howto/coordinate-embargoed-releases.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ <h3 id="_example_mail_to_a_href_mailto_oss_security_lists_openwall_com_oss_secur
10381038
<div id="footer">
10391039
<div id="footer-text">
10401040
Last updated
1041-
2024-07-18 09:52:51 PDT
1041+
2024-07-24 08:07:44 PDT
10421042
</div>
10431043
</div>
10441044
</body>

howto/keep-canonical-history-correct.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Keep authoritative canonical history correct with git pull</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -939,7 +939,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
939939
<div id="footer">
940940
<div id="footer-text">
941941
Last updated
942-
2024-07-18 09:52:50 PDT
942+
2024-07-24 08:07:44 PDT
943943
</div>
944944
</div>
945945
</body>

howto/maintain-git.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to maintain Git</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">
@@ -1479,7 +1479,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
14791479
<div id="footer">
14801480
<div id="footer-text">
14811481
Last updated
1482-
2024-07-18 09:52:51 PDT
1482+
2024-07-24 08:07:44 PDT
14831483
</div>
14841484
</div>
14851485
</body>

howto/new-command.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to integrate new subcommands</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -864,7 +864,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
864864
<div id="footer">
865865
<div id="footer-text">
866866
Last updated
867-
2024-07-18 09:52:49 PDT
867+
2024-07-24 08:07:42 PDT
868868
</div>
869869
</div>
870870
</body>

howto/rebase-from-internal-branch.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to rebase from an internal branch</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -896,7 +896,7 @@ <h1>How to rebase from an internal branch</h1>
896896
<div id="footer">
897897
<div id="footer-text">
898898
Last updated
899-
2024-07-18 09:52:50 PDT
899+
2024-07-24 08:07:44 PDT
900900
</div>
901901
</div>
902902
</body>

howto/rebuild-from-update-hook.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to rebuild from update hook</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -848,7 +848,7 @@ <h1>How to rebuild from update hook</h1>
848848
<div id="footer">
849849
<div id="footer-text">
850850
Last updated
851-
2024-07-18 09:52:50 PDT
851+
2024-07-24 08:07:44 PDT
852852
</div>
853853
</div>
854854
</body>

howto/recover-corrupted-blob-object.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to recover a corrupted blob object</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -881,7 +881,7 @@ <h1>How to recover a corrupted blob object</h1>
881881
<div id="footer">
882882
<div id="footer-text">
883883
Last updated
884-
2024-07-18 09:52:50 PDT
884+
2024-07-24 08:07:43 PDT
885885
</div>
886886
</div>
887887
</body>

howto/recover-corrupted-object-harder.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to recover an object from scratch</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -1190,7 +1190,7 @@ <h2 id="_the_adventure_continues_8230">The adventure continues&#8230;</h2>
11901190
<div id="footer">
11911191
<div id="footer-text">
11921192
Last updated
1193-
2024-07-18 09:52:50 PDT
1193+
2024-07-24 08:07:43 PDT
11941194
</div>
11951195
</div>
11961196
</body>

howto/revert-a-faulty-merge.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to revert a faulty merge</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -1026,7 +1026,7 @@ <h1>How to revert a faulty merge</h1>
10261026
<div id="footer">
10271027
<div id="footer-text">
10281028
Last updated
1029-
2024-07-18 09:52:50 PDT
1029+
2024-07-24 08:07:43 PDT
10301030
</div>
10311031
</div>
10321032
</body>

howto/revert-branch-rebase.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to revert an existing commit</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -908,7 +908,7 @@ <h1>How to revert an existing commit</h1>
908908
<div id="footer">
909909
<div id="footer-text">
910910
Last updated
911-
2024-07-18 09:52:49 PDT
911+
2024-07-24 08:07:42 PDT
912912
</div>
913913
</div>
914914
</body>

howto/separating-topic-branches.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to separate topic branches</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -842,7 +842,7 @@ <h1>How to separate topic branches</h1>
842842
<div id="footer">
843843
<div id="footer-text">
844844
Last updated
845-
2024-07-18 09:52:50 PDT
845+
2024-07-24 08:07:43 PDT
846846
</div>
847847
</div>
848848
</body>

howto/setup-git-server-over-http.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>How to setup Git server over http</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">
@@ -1072,7 +1072,7 @@ <h2 id="_troubleshooting">Troubleshooting:</h2>
10721072
<div id="footer">
10731073
<div id="footer-text">
10741074
Last updated
1075-
2024-07-18 09:52:50 PDT
1075+
2024-07-24 08:07:43 PDT
10761076
</div>
10771077
</div>
10781078
</body>

0 commit comments

Comments
 (0)