Skip to content

Commit 14bbea3

Browse files
committed
Autogenerated HTML docs for v2.44.0-279-g3bd955
1 parent 57106e6 commit 14bbea3

Some content is hidden

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

47 files changed

+70
-62
lines changed

MyFirstContribution.html

Lines changed: 1 addition & 1 deletion
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-03-15</span>
738+
<span id="revdate">2024-03-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstObjectWalk.html

Lines changed: 1 addition & 1 deletion
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-03-15</span>
738+
<span id="revdate">2024-03-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

RelNotes/2.45.0.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Performance, Internal Implementation, Development Support etc.
6767
* Uses of xwrite() helper have been audited and updated for better
6868
error checking and simpler code.
6969

70+
* Some trace2 events that lacked def_param have learned to show it,
71+
enriching the output.
72+
7073

7174
Fixes since v2.44
7275
-----------------
@@ -173,6 +176,10 @@ Fixes since v2.44
173176
the user to exact naming rules.
174177
(merge 8fbd903e58 kh/branch-ref-syntax-advice later to maint).
175178

179+
* Code simplification by getting rid of code that sets an environment
180+
variable that is no longer used.
181+
(merge 72a8d3f027 pw/rebase-i-ignore-cherry-pick-help-environment later to maint).
182+
176183
* Other code cleanup, docfix, build fix, etc.
177184
(merge f0e578c69c rs/use-xstrncmpz later to maint).
178185
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
@@ -190,3 +197,4 @@ Fixes since v2.44
190197
(merge 3223204456 eg/add-uflags later to maint).
191198
(merge 5f78d52dce es/config-doc-sort-sections later to maint).
192199
(merge 781fb7b4c2 as/option-names-in-messages later to maint).
200+
(merge 51d41dc243 jk/doc-remote-helpers-markup-fix later to maint).

ReviewingGuidelines.html

Lines changed: 1 addition & 1 deletion
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-03-15</span>
738+
<span id="revdate">2024-03-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

SubmittingPatches.html

Lines changed: 1 addition & 1 deletion
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-03-15</span>
738+
<span id="revdate">2024-03-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

ToolsForGit.html

Lines changed: 1 addition & 1 deletion
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-03-15</span>
738+
<span id="revdate">2024-03-18</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

everyday.html

Lines changed: 1 addition & 1 deletion
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-03-15</span>
738+
<span id="revdate">2024-03-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

git-remote-helpers.html

Lines changed: 1 addition & 1 deletion
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-03-15</span>
738+
<span id="revdate">2024-03-18</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

gitremote-helpers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ <h2 id="_options">OPTIONS</h2>
14671467
</p>
14681468
</dd>
14691469
<dt class="hdlist1">
1470-
'option push-option &lt;string&gt;
1470+
<em>option push-option</em> &lt;string&gt;
14711471
</dt>
14721472
<dd>
14731473
<p>
@@ -1537,7 +1537,7 @@ <h2 id="_git">GIT</h2>
15371537
<div id="footer">
15381538
<div id="footer-text">
15391539
Last updated
1540-
2022-09-01 13:55:22 PDT
1540+
2024-03-18 13:11:00 PDT
15411541
</div>
15421542
</div>
15431543
</body>

gitremote-helpers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ set by Git if the remote helper has the 'option' capability.
526526
'option pushcert' {'true'|'false'}::
527527
GPG sign pushes.
528528

529-
'option push-option <string>::
529+
'option push-option' <string>::
530530
Transmit <string> as a push option. As the push option
531531
must not contain LF or NUL characters, the string is not encoded.
532532

0 commit comments

Comments
 (0)