Skip to content

Commit

Permalink
Autogenerated HTML docs for v2.48.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Jan 6, 2025
1 parent 5f5de00 commit ef57b06
Show file tree
Hide file tree
Showing 23 changed files with 37 additions and 32 deletions.
2 changes: 1 addition & 1 deletion SubmittingPatches.html
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ <h3 id="_gnus">Gnus</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:00 -0800
Last updated 2025-01-06 10:23:00 -0800
</div>
</div>
</body>
Expand Down
23 changes: 14 additions & 9 deletions git.html
Original file line number Diff line number Diff line change
Expand Up @@ -1804,14 +1804,19 @@ <h2 id="_environment_variables">Environment Variables</h2>
<div class="paragraph">
<p>Here are the variables:</p>
</div>
<div class="paragraph">
<p>System
<sub>~</sub><sub>~</sub><sub>~</sub><sub>~</sub><sub>~</sub><sub>~</sub>
<code>HOME</code>::
Specifies the path to the user&#8217;s home directory. On Windows, if
unset, Git will set a process environment variable equal to:
<code>$HOMEDRIVE$HOMEPATH</code> if both <code>$HOMEDRIVE</code> and <code>$HOMEPATH</code> exist;
otherwise <code>$USERPROFILE</code> if <code>$USERPROFILE</code> exists.</p>
<div class="sect2">
<h3 id="_system">System</h3>
<div class="dlist">
<dl>
<dt class="hdlist1"><code>HOME</code></dt>
<dd>
<p>Specifies the path to the user&#8217;s home directory. On Windows, if
unset, Git will set a process environment variable equal to:
<code>$HOMEDRIVE$HOMEPATH</code> if both <code>$HOMEDRIVE</code> and <code>$HOMEPATH</code> exist;
otherwise <code>$USERPROFILE</code> if <code>$USERPROFILE</code> exists.</p>
</dd>
</dl>
</div>
</div>
<div class="sect2">
<h3 id="_the_git_repository">The Git Repository</h3>
Expand Down Expand Up @@ -2684,7 +2689,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-19 13:34:21 -0800
Last updated 2025-01-06 10:22:55 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ their values the same way as Boolean valued configuration variables, e.g.
Here are the variables:

System
~~~~~~~~~~~~~~~~~~
~~~~~~
`HOME`::
Specifies the path to the user's home directory. On Windows, if
unset, Git will set a process environment variable equal to:
Expand Down
4 changes: 2 additions & 2 deletions gitcli.html
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ <h2 id="_description">DESCRIPTION</h2>
</li>
<li>
<p>Despite the above suggestion, when Arg is a path relative to the
home directory of a user, e.g. ~/directory/file or ~u/d/f, you
home directory of a user, e.g. <code>~/directory/file</code> or <code>~u/d/f</code>, you
may want to use the separate form, e.g. <code>git</code> <code>foo</code> <code>--file</code> <code>~/mine</code>,
not <code>git</code> <code>foo</code> <code>--file=~/mine</code>. The shell will expand <code>~/</code> in the
former to your home directory, but most shells keep the tilde in
Expand Down Expand Up @@ -770,7 +770,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-10 04:07:44 -0800
Last updated 2025-01-06 10:22:55 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion gitcli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ scripting Git:
written in the 'stuck' form.

* Despite the above suggestion, when Arg is a path relative to the
home directory of a user, e.g. ~/directory/file or ~u/d/f, you
home directory of a user, e.g. `~/directory/file` or `~u/d/f`, you
may want to use the separate form, e.g. `git foo --file ~/mine`,
not `git foo --file=~/mine`. The shell will expand `~/` in the
former to your home directory, but most shells keep the tilde in
Expand Down
2 changes: 1 addition & 1 deletion howto-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ <h1>Git Howto Index</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:00 -0800
Last updated 2025-01-06 10:23:00 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/coordinate-embargoed-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ <h3 id="_example_mail_to_oss_securitylists_openwall_com">Example mail to <a href
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:19 -0800
Last updated 2025-01-06 10:23:22 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/keep-canonical-history-correct.html
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ <h1>Keep authoritative canonical history correct with git pull</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:19 -0800
Last updated 2025-01-06 10:23:22 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/maintain-git.html
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ <h3 id="_preparing_a_merge_fix">Preparing a "merge-fix"</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:19 -0800
Last updated 2025-01-06 10:23:22 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/new-command.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ <h2 id="_integrating_a_command">Integrating a command</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:18 -0800
Last updated 2025-01-06 10:23:21 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/rebase-from-internal-branch.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ <h1>How to rebase from an internal branch</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:19 -0800
Last updated 2025-01-06 10:23:22 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/rebuild-from-update-hook.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ <h1>How to rebuild from update hook</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:19 -0800
Last updated 2025-01-06 10:23:22 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/recover-corrupted-blob-object.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h1>How to recover a corrupted blob object</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:19 -0800
Last updated 2025-01-06 10:23:22 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/recover-corrupted-object-harder.html
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ <h2 id="_the_adventure_continues">The adventure continues&#8230;&#8203;</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:19 -0800
Last updated 2025-01-06 10:23:22 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/revert-a-faulty-merge.html
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ <h1>How to revert a faulty merge</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:19 -0800
Last updated 2025-01-06 10:23:21 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/revert-branch-rebase.html
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ <h1>How to revert an existing commit</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:18 -0800
Last updated 2025-01-06 10:23:21 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/separating-topic-branches.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ <h1>How to separate topic branches</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:19 -0800
Last updated 2025-01-06 10:23:21 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/setup-git-server-over-http.html
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ <h2 id="_troubleshooting">Troubleshooting:</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:18 -0800
Last updated 2025-01-06 10:23:21 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/update-hook-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ <h1>How to use the update hook</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:18 -0800
Last updated 2025-01-06 10:23:21 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/use-git-daemon.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ <h1>How to use git-daemon</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:18 -0800
Last updated 2025-01-06 10:23:21 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/using-merge-subtree.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h2 id="_additional_tips">Additional tips</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:18 -0800
Last updated 2025-01-06 10:23:21 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion howto/using-signed-tag-in-pull-request.html
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ <h2 id="_auditors">Auditors</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:18 -0800
Last updated 2025-01-06 10:23:21 -0800
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion technical/api-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h1>Git API Documents</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-30 08:43:00 -0800
Last updated 2025-01-06 10:23:02 -0800
</div>
</div>
</body>
Expand Down

0 comments on commit ef57b06

Please sign in to comment.