Skip to content

Commit ef57b06

Browse files
committed
Autogenerated HTML docs for v2.48.0-rc2
1 parent 5f5de00 commit ef57b06

23 files changed

+37
-32
lines changed

SubmittingPatches.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ <h3 id="_gnus">Gnus</h3>
15831583
</div>
15841584
<div id="footer">
15851585
<div id="footer-text">
1586-
Last updated 2024-12-30 08:43:00 -0800
1586+
Last updated 2025-01-06 10:23:00 -0800
15871587
</div>
15881588
</div>
15891589
</body>

git.html

+14-9
Original file line numberDiff line numberDiff line change
@@ -1804,14 +1804,19 @@ <h2 id="_environment_variables">Environment Variables</h2>
18041804
<div class="paragraph">
18051805
<p>Here are the variables:</p>
18061806
</div>
1807-
<div class="paragraph">
1808-
<p>System
1809-
<sub>~</sub><sub>~</sub><sub>~</sub><sub>~</sub><sub>~</sub><sub>~</sub>
1810-
<code>HOME</code>::
1811-
Specifies the path to the user&#8217;s home directory. On Windows, if
1812-
unset, Git will set a process environment variable equal to:
1813-
<code>$HOMEDRIVE$HOMEPATH</code> if both <code>$HOMEDRIVE</code> and <code>$HOMEPATH</code> exist;
1814-
otherwise <code>$USERPROFILE</code> if <code>$USERPROFILE</code> exists.</p>
1807+
<div class="sect2">
1808+
<h3 id="_system">System</h3>
1809+
<div class="dlist">
1810+
<dl>
1811+
<dt class="hdlist1"><code>HOME</code></dt>
1812+
<dd>
1813+
<p>Specifies the path to the user&#8217;s home directory. On Windows, if
1814+
unset, Git will set a process environment variable equal to:
1815+
<code>$HOMEDRIVE$HOMEPATH</code> if both <code>$HOMEDRIVE</code> and <code>$HOMEPATH</code> exist;
1816+
otherwise <code>$USERPROFILE</code> if <code>$USERPROFILE</code> exists.</p>
1817+
</dd>
1818+
</dl>
1819+
</div>
18151820
</div>
18161821
<div class="sect2">
18171822
<h3 id="_the_git_repository">The Git Repository</h3>
@@ -2684,7 +2689,7 @@ <h2 id="_git">GIT</h2>
26842689
</div>
26852690
<div id="footer">
26862691
<div id="footer-text">
2687-
Last updated 2024-12-19 13:34:21 -0800
2692+
Last updated 2025-01-06 10:22:55 -0800
26882693
</div>
26892694
</div>
26902695
</body>

git.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ their values the same way as Boolean valued configuration variables, e.g.
478478
Here are the variables:
479479

480480
System
481-
~~~~~~~~~~~~~~~~~~
481+
~~~~~~
482482
`HOME`::
483483
Specifies the path to the user's home directory. On Windows, if
484484
unset, Git will set a process environment variable equal to:

gitcli.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ <h2 id="_description">DESCRIPTION</h2>
558558
</li>
559559
<li>
560560
<p>Despite the above suggestion, when Arg is a path relative to the
561-
home directory of a user, e.g. ~/directory/file or ~u/d/f, you
561+
home directory of a user, e.g. <code>~/directory/file</code> or <code>~u/d/f</code>, you
562562
may want to use the separate form, e.g. <code>git</code> <code>foo</code> <code>--file</code> <code>~/mine</code>,
563563
not <code>git</code> <code>foo</code> <code>--file=~/mine</code>. The shell will expand <code>~/</code> in the
564564
former to your home directory, but most shells keep the tilde in
@@ -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 04:07:44 -0800
773+
Last updated 2025-01-06 10:22:55 -0800
774774
</div>
775775
</div>
776776
</body>

gitcli.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ scripting Git:
9191
written in the 'stuck' form.
9292

9393
* Despite the above suggestion, when Arg is a path relative to the
94-
home directory of a user, e.g. ~/directory/file or ~u/d/f, you
94+
home directory of a user, e.g. `~/directory/file` or `~u/d/f`, you
9595
may want to use the separate form, e.g. `git foo --file ~/mine`,
9696
not `git foo --file=~/mine`. The shell will expand `~/` in the
9797
former to your home directory, but most shells keep the tilde in

howto-index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ <h1>Git Howto Index</h1>
621621
</div>
622622
<div id="footer">
623623
<div id="footer-text">
624-
Last updated 2024-12-30 08:43:00 -0800
624+
Last updated 2025-01-06 10:23:00 -0800
625625
</div>
626626
</div>
627627
</body>

howto/coordinate-embargoed-releases.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ <h3 id="_example_mail_to_oss_securitylists_openwall_com">Example mail to <a href
735735
</div>
736736
<div id="footer">
737737
<div id="footer-text">
738-
Last updated 2024-12-30 08:43:19 -0800
738+
Last updated 2025-01-06 10:23:22 -0800
739739
</div>
740740
</div>
741741
</body>

howto/keep-canonical-history-correct.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
702702
</div>
703703
<div id="footer">
704704
<div id="footer-text">
705-
Last updated 2024-12-30 08:43:19 -0800
705+
Last updated 2025-01-06 10:23:22 -0800
706706
</div>
707707
</div>
708708
</body>

howto/maintain-git.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
13231323
</div>
13241324
<div id="footer">
13251325
<div id="footer-text">
1326-
Last updated 2024-12-30 08:43:19 -0800
1326+
Last updated 2025-01-06 10:23:22 -0800
13271327
</div>
13281328
</div>
13291329
</body>

howto/new-command.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
581581
</div>
582582
<div id="footer">
583583
<div id="footer-text">
584-
Last updated 2024-12-30 08:43:18 -0800
584+
Last updated 2025-01-06 10:23:21 -0800
585585
</div>
586586
</div>
587587
</body>

howto/rebase-from-internal-branch.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ <h1>How to rebase from an internal branch</h1>
653653
</div>
654654
<div id="footer">
655655
<div id="footer-text">
656-
Last updated 2024-12-30 08:43:19 -0800
656+
Last updated 2025-01-06 10:23:22 -0800
657657
</div>
658658
</div>
659659
</body>

howto/rebuild-from-update-hook.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ <h1>How to rebuild from update hook</h1>
560560
</div>
561561
<div id="footer">
562562
<div id="footer-text">
563-
Last updated 2024-12-30 08:43:19 -0800
563+
Last updated 2025-01-06 10:23:22 -0800
564564
</div>
565565
</div>
566566
</body>

howto/recover-corrupted-blob-object.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ <h1>How to recover a corrupted blob object</h1>
638638
</div>
639639
<div id="footer">
640640
<div id="footer-text">
641-
Last updated 2024-12-30 08:43:19 -0800
641+
Last updated 2025-01-06 10:23:22 -0800
642642
</div>
643643
</div>
644644
</body>

howto/recover-corrupted-object-harder.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ <h2 id="_the_adventure_continues">The adventure continues&#8230;&#8203;</h2>
964964
</div>
965965
<div id="footer">
966966
<div id="footer-text">
967-
Last updated 2024-12-30 08:43:19 -0800
967+
Last updated 2025-01-06 10:23:22 -0800
968968
</div>
969969
</div>
970970
</body>

howto/revert-a-faulty-merge.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ <h1>How to revert a faulty merge</h1>
826826
</div>
827827
<div id="footer">
828828
<div id="footer-text">
829-
Last updated 2024-12-30 08:43:19 -0800
829+
Last updated 2025-01-06 10:23:21 -0800
830830
</div>
831831
</div>
832832
</body>

howto/revert-branch-rebase.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ <h1>How to revert an existing commit</h1>
646646
</div>
647647
<div id="footer">
648648
<div id="footer-text">
649-
Last updated 2024-12-30 08:43:18 -0800
649+
Last updated 2025-01-06 10:23:21 -0800
650650
</div>
651651
</div>
652652
</body>

howto/separating-topic-branches.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ <h1>How to separate topic branches</h1>
565565
</div>
566566
<div id="footer">
567567
<div id="footer-text">
568-
Last updated 2024-12-30 08:43:19 -0800
568+
Last updated 2025-01-06 10:23:21 -0800
569569
</div>
570570
</div>
571571
</body>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ <h2 id="_troubleshooting">Troubleshooting:</h2>
879879
</div>
880880
<div id="footer">
881881
<div id="footer-text">
882-
Last updated 2024-12-30 08:43:18 -0800
882+
Last updated 2025-01-06 10:23:21 -0800
883883
</div>
884884
</div>
885885
</body>

howto/update-hook-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ <h1>How to use the update hook</h1>
645645
</div>
646646
<div id="footer">
647647
<div id="footer-text">
648-
Last updated 2024-12-30 08:43:18 -0800
648+
Last updated 2025-01-06 10:23:21 -0800
649649
</div>
650650
</div>
651651
</body>

howto/use-git-daemon.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ <h1>How to use git-daemon</h1>
521521
</div>
522522
<div id="footer">
523523
<div id="footer-text">
524-
Last updated 2024-12-30 08:43:18 -0800
524+
Last updated 2025-01-06 10:23:21 -0800
525525
</div>
526526
</div>
527527
</body>

howto/using-merge-subtree.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ <h2 id="_additional_tips">Additional tips</h2>
551551
</div>
552552
<div id="footer">
553553
<div id="footer-text">
554-
Last updated 2024-12-30 08:43:18 -0800
554+
Last updated 2025-01-06 10:23:21 -0800
555555
</div>
556556
</div>
557557
</body>

howto/using-signed-tag-in-pull-request.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ <h2 id="_auditors">Auditors</h2>
709709
</div>
710710
<div id="footer">
711711
<div id="footer-text">
712-
Last updated 2024-12-30 08:43:18 -0800
712+
Last updated 2025-01-06 10:23:21 -0800
713713
</div>
714714
</div>
715715
</body>

technical/api-index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ <h1>Git API Documents</h1>
464464
</div>
465465
<div id="footer">
466466
<div id="footer-text">
467-
Last updated 2024-12-30 08:43:00 -0800
467+
Last updated 2025-01-06 10:23:02 -0800
468468
</div>
469469
</div>
470470
</body>

0 commit comments

Comments
 (0)