Skip to content

Commit 5b4b3d8

Browse files
committed
Autogenerated HTML docs for v2.47.0-288-g090d2
1 parent 9c88206 commit 5b4b3d8

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

+85
-85
lines changed

DecisionMaking.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>Decision-Making Process in the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-11-08</span>
445+
<span id="revdate">2024-11-16</span>
446446
</div>
447447
</div>
448448
<div id="content">

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-11-08</span>
445+
<span id="revdate">2024-11-16</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-11-08</span>
445+
<span id="revdate">2024-11-16</span>
446446
</div>
447447
</div>
448448
<div id="content">

RelNotes/2.48.0.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -109,28 +109,38 @@ Fixes since v2.47
109109
(merge 0c1a9987da db/submodule-fetch-with-remote-name-fix later to maint).
110110

111111
* Fixes compile time warnings with 64-bit MSVC.
112-
(merge 386d372031 sk/msvc-warnings later to maint).
113112

114113
* Teaches 'shortlog' to explicitly use SHA-1 when operating outside
115114
of a repository.
116-
(merge b33001645e wm/shortlog-hash later to maint).
117115

118116
* Fix 'git grep' regression on macOS by disabling lookahead when
119117
encountering invalid UTF-8 byte sequences.
120-
(merge ce025ae4f6 rs/grep-lookahead later to maint).
121118

122119
* The dumb-http code regressed when the result of re-indexing a pack
123120
yielded an *.idx file that differs in content from the *.idx file
124121
it downloaded from the remote. This has been corrected by no longer
125122
relying on: the *.idx file we got from the remote.
126-
(merge 863f2459a2 jk/dumb-http-finalize later to maint).
127123

128124
* When called with '--left-right' and '--use-bitmap-index', 'rev-list'
129125
will produce output without any left/right markers, which has been
130126
corrected.
131127

128+
* More leakfixes.
129+
130+
* Test modernization.
131+
132+
* The "--shallow-exclude=<ref>" option to various history transfer
133+
commands takes a ref, not an arbitrary revision.
134+
135+
* A regression where commit objects missing from a commit-graph can
136+
cause an infinite loop when doing a fetch in a partial clone has
137+
been fixed.
138+
139+
* The MinGW compatibility layer has been taught to support POSIX
140+
semantics for atomic renames when other process(es) have a file
141+
opened at the destination path.
142+
132143
* Other code cleanup, docfix, build fix, etc.
133-
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
134144
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).
135145
(merge f36b8cbaef jh/config-unset-doc-fix later to maint).
136146
(merge 4154ed4108 js/doc-platform-support-link-fix later to maint).
@@ -142,14 +152,4 @@ Fixes since v2.47
142152
(merge 6dab49b9fb tc/bundle-uri-leakfix later to maint).
143153
(merge f1ed39987b xx/protocol-v2-doc-markup-fix later to maint).
144154
(merge 41869f7447 ak/typofixes later to maint).
145-
(merge f1eea0b620 ak/typofix later to maint).
146155
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).
147-
(merge 52acf6771b kh/submitting-patches later to maint).
148-
(merge a73070fbd4 ks/t4205-fixup later to maint).
149-
(merge 9e362dd060 co/t6050-pipefix later to maint).
150-
(merge 91687cd13f sk/t7011-cleanup later to maint).
151-
(merge 19c291e5b2 ua/t3404-cleanup later to maint).
152-
(merge c32d4a8cfe ss/duplicate-typos later to maint).
153-
(merge 09bf122507 sk/t9101-cleanup later to maint).
154-
(merge c348191afe ak/t1016-cleanup later to maint).
155-
(merge f56f9d6c0b ak/more-typofixes 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-11-08</span>
445+
<span id="revdate">2024-11-16</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-11-08</span>
445+
<span id="revdate">2024-11-16</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-11-08</span>
445+
<span id="revdate">2024-11-16</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-11-08</span>
445+
<span id="revdate">2024-11-16</span>
446446
</div>
447447
</div>
448448
<div id="content">

fetch-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Deepen or shorten the history of a shallow repository to
3030
include all reachable commits after <date>.
3131

32-
--shallow-exclude=<revision>::
32+
--shallow-exclude=<ref>::
3333
Deepen or shorten the history of a shallow repository to
3434
exclude commits reachable from a specified remote branch or tag.
3535
This option can be specified multiple times.

git-clone.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ <h2 id="_options">OPTIONS</h2>
737737
<dd>
738738
<p>Create a shallow clone with a history after the specified time.</p>
739739
</dd>
740-
<dt class="hdlist1"><code>--shallow-exclude=</code><em>&lt;revision&gt;</em></dt>
740+
<dt class="hdlist1"><code>--shallow-exclude=</code><em>&lt;ref&gt;</em></dt>
741741
<dd>
742742
<p>Create a shallow clone with a history, excluding commits
743743
reachable from a specified remote branch or tag. This option
@@ -1124,7 +1124,7 @@ <h2 id="_git">GIT</h2>
11241124
</div>
11251125
<div id="footer">
11261126
<div id="footer-text">
1127-
Last updated 2024-11-01 22:46:55 -0700
1127+
Last updated 2024-11-16 17:03:36 +0900
11281128
</div>
11291129
</div>
11301130
</body>

0 commit comments

Comments
 (0)