Skip to content

Commit 1f70c26

Browse files
committed
Autogenerated HTML docs for v2.48.0-rc0
1 parent a4df5b4 commit 1f70c26

Some content is hidden

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

70 files changed

+1238
-188
lines changed

DecisionMaking.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@
441441
<body class="article">
442442
<div id="header">
443443
<h1>Decision-Making Process in the Git Project</h1>
444-
<div class="details">
445-
<span id="revdate">2024-12-13</span>
446-
</div>
447444
</div>
448445
<div id="content">
449446
<div class="sect1">

MyFirstContribution.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@
441441
<body class="article">
442442
<div id="header">
443443
<h1>My First Contribution to the Git Project</h1>
444-
<div class="details">
445-
<span id="revdate">2024-12-13</span>
446-
</div>
447444
</div>
448445
<div id="content">
449446
<div class="sect1">

MyFirstObjectWalk.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@
441441
<body class="article">
442442
<div id="header">
443443
<h1>My First Object Walk</h1>
444-
<div class="details">
445-
<span id="revdate">2024-12-13</span>
446-
</div>
447444
</div>
448445
<div id="content">
449446
<div class="sect1">

RelNotes/2.48.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ Performance, Internal Implementation, Development Support etc.
129129

130130
* Yet another "pass the repository through the callchain" topic.
131131

132+
* "git describe" learned to stop digging the history needlessly
133+
deeper.
134+
135+
* Build procedure update plus introduction of Meson based builds.
136+
132137

133138
Fixes since v2.47
134139
-----------------
@@ -243,6 +248,23 @@ Fixes since v2.47
243248
on the path, which was not documented, which has been corrected.
244249
(merge bc1a980759 kk/doc-ancestry-path later to maint).
245250

251+
252+
* "git tag" has been taught to refuse to create refs/tags/HEAD
253+
as such a tag will be confusing in the context of UI provided by
254+
the Git Porcelain commands.
255+
(merge bbd445d5ef jc/forbid-head-as-tagname later to maint).
256+
257+
* The advice messages now tell the newer 'git config set' command to
258+
set the advice.token configuration variable to squelch a message.
259+
(merge 6c397d0104 bf/explicit-config-set-in-advice-messages later to maint).
260+
261+
* The syntax ":/<text>" to name the latest commit with the matching
262+
text was broken with a recent change, which has been corrected.
263+
(merge 0ff919e87a ps/commit-with-message-syntax-fix later to maint).
264+
265+
* Fix performance regression of a recent "fatten promisor pack with
266+
local objects" protection against an unwanted gc.
267+
246268
* Other code cleanup, docfix, build fix, etc.
247269
(merge 77af53f56f aa/t7300-modernize later to maint).
248270
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).

ReviewingGuidelines.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@
441441
<body class="article">
442442
<div id="header">
443443
<h1>Reviewing Patches in the Git Project</h1>
444-
<div class="details">
445-
<span id="revdate">2024-12-13</span>
446-
</div>
447444
</div>
448445
<div id="content">
449446
<div class="sect1">

SubmittingPatches.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@
441441
<body class="article">
442442
<div id="header">
443443
<h1>Submitting Patches</h1>
444-
<div class="details">
445-
<span id="revdate">2024-12-13</span>
446-
</div>
447444
</div>
448445
<div id="content">
449446
<div class="sect1">
@@ -1582,7 +1579,7 @@ <h3 id="_gnus">Gnus</h3>
15821579
</div>
15831580
<div id="footer">
15841581
<div id="footer-text">
1585-
Last updated 2024-11-01 22:46:57 -0700
1582+
Last updated 2024-12-16 09:37:26 -0800
15861583
</div>
15871584
</div>
15881585
</body>

ToolsForGit.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@
441441
<body class="article">
442442
<div id="header">
443443
<h1>Tools for developing Git</h1>
444-
<div class="details">
445-
<span id="revdate">2024-12-13</span>
446-
</div>
447444
</div>
448445
<div id="content">
449446
<div class="sect1">

everyday.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@
441441
<body class="article">
442442
<div id="header">
443443
<h1>Everyday Git With 20 Commands Or So</h1>
444-
<div class="details">
445-
<span id="revdate">2024-12-13</span>
446-
</div>
447444
</div>
448445
<div id="content">
449446
<div class="paragraph">

git-add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ <h2 id="_git">GIT</h2>
10291029
</div>
10301030
<div id="footer">
10311031
<div id="footer-text">
1032-
Last updated 2024-11-20 15:41:07 +0900
1032+
Last updated 2024-11-19 22:41:07 -0800
10331033
</div>
10341034
</div>
10351035
</body>

git-bisect-lk2009.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ <h1>Fighting regressions with git bisect</h1>
445445
<div class="details">
446446
<span id="author" class="author">Christian Couder</span><br/>
447447
<span id="email" class="email"><a href="mailto:[email protected]">[email protected]</a></span><br/>
448-
<span id="revdate">2024-10-06</span>
449448
</div>
450449
</div>
451450
<div id="content">

git-clone.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ <h2 id="_git">GIT</h2>
11361136
</div>
11371137
<div id="footer">
11381138
<div id="footer-text">
1139-
Last updated 2024-12-10 21:07:44 +0900
1139+
Last updated 2024-12-10 04:07:44 -0800
11401140
</div>
11411141
</div>
11421142
</body>

git-diff-files.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ <h2 id="_git">GIT</h2>
20152015
</div>
20162016
<div id="footer">
20172017
<div id="footer-text">
2018-
Last updated 2023-10-24 06:43:46 +0900
2018+
Last updated 2023-10-23 14:43:46 -0700
20192019
</div>
20202020
</div>
20212021
</body>

git-diff-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ <h2 id="_git">GIT</h2>
21462146
</div>
21472147
<div id="footer">
21482148
<div id="footer-text">
2149-
Last updated 2023-10-24 06:43:46 +0900
2149+
Last updated 2023-10-23 14:43:46 -0700
21502150
</div>
21512151
</div>
21522152
</body>

git-diff-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2990,7 +2990,7 @@ <h2 id="_git">GIT</h2>
29902990
</div>
29912991
<div id="footer">
29922992
<div id="footer-text">
2993-
Last updated 2024-08-22 06:01:26 +0900
2993+
Last updated 2024-08-21 14:01:26 -0700
29942994
</div>
29952995
</div>
29962996
</body>

git-diff.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,7 @@ <h2 id="_git">GIT</h2>
27432743
</div>
27442744
<div id="footer">
27452745
<div id="footer-text">
2746-
Last updated 2024-12-04 13:43:27 +0900
2746+
Last updated 2024-12-03 20:43:27 -0800
27472747
</div>
27482748
</div>
27492749
</body>

git-fetch-pack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ <h2 id="_git">GIT</h2>
622622
</div>
623623
<div id="footer">
624624
<div id="footer-text">
625-
Last updated 2024-11-16 17:03:36 +0900
625+
Last updated 2024-11-16 00:03:36 -0800
626626
</div>
627627
</div>
628628
</body>

git-fetch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ <h2 id="_git">GIT</h2>
18191819
</div>
18201820
<div id="footer">
18211821
<div id="footer-text">
1822-
Last updated 2024-02-09 08:45:59 +0900
1822+
Last updated 2024-02-08 15:45:59 -0800
18231823
</div>
18241824
</div>
18251825
</body>

git-format-patch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ <h2 id="_git">GIT</h2>
19861986
</div>
19871987
<div id="footer">
19881988
<div id="footer-text">
1989-
Last updated 2024-11-02 14:46:55 +0900
1989+
Last updated 2024-11-01 22:46:55 -0700
19901990
</div>
19911991
</div>
19921992
</body>

git-fsck.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ <h2 id="_git">GIT</h2>
10691069
</div>
10701070
<div id="footer">
10711071
<div id="footer-text">
1072-
Last updated 2023-10-24 06:43:46 +0900
1072+
Last updated 2023-10-23 14:43:46 -0700
10731073
</div>
10741074
</div>
10751075
</body>

git-index-pack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ <h2 id="_git">GIT</h2>
659659
</div>
660660
<div id="footer">
661661
<div id="footer-text">
662-
Last updated 2024-11-27 08:30:33 +0900
662+
Last updated 2024-11-26 15:30:33 -0800
663663
</div>
664664
</div>
665665
</body>

git-pull.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ <h2 id="_git">GIT</h2>
18741874
</div>
18751875
<div id="footer">
18761876
<div id="footer-text">
1877-
Last updated 2024-03-26 09:24:49 +0900
1877+
Last updated 2024-03-25 17:24:49 -0700
18781878
</div>
18791879
</div>
18801880
</body>

git-remote-helpers.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@
441441
<body class="article">
442442
<div id="header">
443443
<h1>git-remote-helpers</h1>
444-
<div class="details">
445-
<span id="revdate">2024-12-13</span>
446-
</div>
447444
</div>
448445
<div id="content">
449446
<div class="paragraph">

git-show.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2812,7 +2812,7 @@ <h2 id="_git">GIT</h2>
28122812
</div>
28132813
<div id="footer">
28142814
<div id="footer-text">
2815-
Last updated 2023-10-24 06:43:46 +0900
2815+
Last updated 2023-10-23 14:43:46 -0700
28162816
</div>
28172817
</div>
28182818
</body>

git-tools.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,6 @@
441441
<body class="article">
442442
<div id="header">
443443
<h1>Git Tools</h1>
444-
<div class="details">
445-
<span id="revdate">2024-10-06</span>
446-
</div>
447444
</div>
448445
<div id="content">
449446
<div class="paragraph">

git.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2675,7 +2675,7 @@ <h2 id="_git">GIT</h2>
26752675
</div>
26762676
<div id="footer">
26772677
<div id="footer-text">
2678-
Last updated 2024-09-14 09:09:36 -0700
2678+
Last updated 2024-12-16 09:37:15 -0800
26792679
</div>
26802680
</div>
26812681
</body>

git.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -245,17 +245,17 @@ ancillary user utilities.
245245
Main porcelain commands
246246
~~~~~~~~~~~~~~~~~~~~~~~
247247

248-
include::cmds-mainporcelain.txt[]
248+
include::{build_dir}/cmds-mainporcelain.txt[]
249249

250250
Ancillary Commands
251251
~~~~~~~~~~~~~~~~~~
252252
Manipulators:
253253

254-
include::cmds-ancillarymanipulators.txt[]
254+
include::{build_dir}/cmds-ancillarymanipulators.txt[]
255255

256256
Interrogators:
257257

258-
include::cmds-ancillaryinterrogators.txt[]
258+
include::{build_dir}/cmds-ancillaryinterrogators.txt[]
259259

260260

261261
Interacting with Others
@@ -264,7 +264,7 @@ Interacting with Others
264264
These commands are to interact with foreign SCM and with other
265265
people via patch over e-mail.
266266

267-
include::cmds-foreignscminterface.txt[]
267+
include::{build_dir}/cmds-foreignscminterface.txt[]
268268

269269
Reset, restore and revert
270270
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -313,13 +313,13 @@ repositories.
313313
Manipulation commands
314314
~~~~~~~~~~~~~~~~~~~~~
315315

316-
include::cmds-plumbingmanipulators.txt[]
316+
include::{build_dir}/cmds-plumbingmanipulators.txt[]
317317

318318

319319
Interrogation commands
320320
~~~~~~~~~~~~~~~~~~~~~~
321321

322-
include::cmds-plumbinginterrogators.txt[]
322+
include::{build_dir}/cmds-plumbinginterrogators.txt[]
323323

324324
In general, the interrogate commands do not touch the files in
325325
the working tree.
@@ -328,12 +328,12 @@ the working tree.
328328
Syncing repositories
329329
~~~~~~~~~~~~~~~~~~~~
330330

331-
include::cmds-synchingrepositories.txt[]
331+
include::{build_dir}/cmds-synchingrepositories.txt[]
332332

333333
The following are helper commands used by the above; end users
334334
typically do not use them directly.
335335

336-
include::cmds-synchelpers.txt[]
336+
include::{build_dir}/cmds-synchelpers.txt[]
337337

338338

339339
Internal helper commands
@@ -342,14 +342,14 @@ Internal helper commands
342342
These are internal helper commands used by other commands; end
343343
users typically do not use them directly.
344344

345-
include::cmds-purehelpers.txt[]
345+
include::{build_dir}/cmds-purehelpers.txt[]
346346

347347
Guides
348348
------
349349

350350
The following documentation pages are guides about Git concepts.
351351

352-
include::cmds-guide.txt[]
352+
include::{build_dir}/cmds-guide.txt[]
353353

354354
Repository, command and file interfaces
355355
---------------------------------------
@@ -358,7 +358,7 @@ This documentation discusses repository and command interfaces which
358358
users are expected to interact with directly. See `--user-formats` in
359359
linkgit:git-help[1] for more details on the criteria.
360360

361-
include::cmds-userinterfaces.txt[]
361+
include::{build_dir}/cmds-userinterfaces.txt[]
362362

363363
File formats, protocols and other developer interfaces
364364
------------------------------------------------------
@@ -367,7 +367,7 @@ This documentation discusses file formats, over-the-wire protocols and
367367
other git developer interfaces. See `--developer-interfaces` in
368368
linkgit:git-help[1].
369369

370-
include::cmds-developerinterfaces.txt[]
370+
include::{build_dir}/cmds-developerinterfaces.txt[]
371371

372372
Configuration Mechanism
373373
-----------------------

gitcli.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ <h2 id="_git">GIT</h2>
770770
</div>
771771
<div id="footer">
772772
<div id="footer-text">
773-
Last updated 2024-12-10 21:07:44 +0900
773+
Last updated 2024-12-10 04:07:44 -0800
774774
</div>
775775
</div>
776776
</body>

gitcredentials.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ <h2 id="_git">GIT</h2>
864864
</div>
865865
<div id="footer">
866866
<div id="footer-text">
867-
Last updated 2024-12-10 21:07:44 +0900
867+
Last updated 2024-12-10 04:07:44 -0800
868868
</div>
869869
</div>
870870
</body>

gitglossary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ <h2 id="_git">GIT</h2>
14181418
</div>
14191419
<div id="footer">
14201420
<div id="footer-text">
1421-
Last updated 2020-03-11 07:02:33 +0900
1421+
Last updated 2020-03-10 15:02:33 -0700
14221422
</div>
14231423
</div>
14241424
</body>

0 commit comments

Comments
 (0)