Skip to content

Commit 5939e9d

Browse files
committed
Autogenerated HTML docs for v2.51.0-178-g246296
1 parent efed242 commit 5939e9d

14 files changed

+67
-37
lines changed

MyFirstContribution.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -917,10 +917,13 @@ Now you should be able to go and check out your newly created branch on GitHub.
917917
=== Sending a PR to GitGitGadget
918918

919919
In order to have your code tested and formatted for review, you need to start by
920-
opening a Pull Request against `gitgitgadget/git`. Head to
921-
https://github.com/gitgitgadget/git and open a PR either with the "New pull
922-
request" button or the convenient "Compare & pull request" button that may
923-
appear with the name of your newly pushed branch.
920+
opening a Pull Request against either `gitgitgadget/git` or `git/git`. Head to
921+
https://github.com/gitgitgadget/git or https://github.com/git/git and open a PR
922+
either with the "New pull request" button or the convenient "Compare & pull
923+
request" button that may appear with the name of your newly pushed branch.
924+
925+
The differences between using `gitgitgadget/git` and `git/git` as your base can
926+
be found [here](https://gitgitgadget.github.io/#should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror)
924927

925928
Review the PR's title and description, as they're used by GitGitGadget
926929
respectively as the subject and body of the cover letter for your change. Refer

MyFirstContribution.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,10 +1628,14 @@ <h3 id="upload-to-fork"><a class="anchor" href="#upload-to-fork"></a>Uploading t
16281628
<h3 id="send-pr-ggg"><a class="anchor" href="#send-pr-ggg"></a>Sending a PR to GitGitGadget</h3>
16291629
<div class="paragraph">
16301630
<p>In order to have your code tested and formatted for review, you need to start by
1631-
opening a Pull Request against <code>gitgitgadget/git</code>. Head to
1632-
<a href="https://github.com/gitgitgadget/git" class="bare">https://github.com/gitgitgadget/git</a> and open a PR either with the "New pull
1633-
request" button or the convenient "Compare &amp; pull request" button that may
1634-
appear with the name of your newly pushed branch.</p>
1631+
opening a Pull Request against either <code>gitgitgadget/git</code> or <code>git/git</code>. Head to
1632+
<a href="https://github.com/gitgitgadget/git" class="bare">https://github.com/gitgitgadget/git</a> or <a href="https://github.com/git/git" class="bare">https://github.com/git/git</a> and open a PR
1633+
either with the "New pull request" button or the convenient "Compare &amp; pull
1634+
request" button that may appear with the name of your newly pushed branch.</p>
1635+
</div>
1636+
<div class="paragraph">
1637+
<p>The differences between using <code>gitgitgadget/git</code> and <code>git/git</code> as your base can
1638+
be found [here](<a href="https://gitgitgadget.github.io/#should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror" class="bare">https://gitgitgadget.github.io/#should-i-use-gitgitgadget-on-gitgitgadgets-git-fork-or-on-gits-github-mirror</a>)</p>
16351639
</div>
16361640
<div class="paragraph">
16371641
<p>Review the PR&#8217;s title and description, as they&#8217;re used by GitGitGadget
@@ -2269,7 +2273,7 @@ <h3 id="after-approval"><a class="anchor" href="#after-approval"></a>After Revie
22692273
</div>
22702274
<div id="footer">
22712275
<div id="footer-text">
2272-
Last updated 2025-08-29 10:28:43 -0700
2276+
Last updated 2025-09-02 11:08:10 -0700
22732277
</div>
22742278
</div>
22752279
</body>

RelNotes/2.52.0.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ including security updates, are included in this release.
125125
name.
126126
(merge bcb20dda83 js/doc-gitk-history later to maint).
127127

128+
* Update the instruction to use of GGG in the MyFirstContribution
129+
document to say that a GitHub PR could be made against `git/git`
130+
instead of `gitgitgadget/git`.
131+
(merge 37001cdbc4 ds/doc-ggg-pr-fork-clarify later to maint).
132+
128133
* Other code cleanup, docfix, build fix, etc.
129134
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
130135
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -134,3 +139,7 @@ including security updates, are included in this release.
134139
(merge a60203a015 dk/t7005-editor-updates later to maint).
135140
(merge 7d4a5fef7d ds/doc-count-objects-fix later to maint).
136141
(merge 16684b6fae ps/reftable-libgit2-cleanup later to maint).
142+
(merge f38786baa7 ja/asciidoc-doctor-verbatim-fixes later to maint).
143+
(merge 374579c6d4 kh/doc-interpret-trailers-markup-fix later to maint).
144+
(merge 44dce6541c kh/doc-config-typofix later to maint).
145+
(merge 785628b173 js/doc-sending-patch-via-thunderbird later to maint).

git-config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7198,7 +7198,7 @@ <h3 id="_variables">Variables</h3>
71987198
<p>During a merge, Git will automatically resolve as many conflicts as
71997199
possible and write the <code>$MERGED</code> file containing conflict markers around
72007200
any conflicts that it cannot resolve; <code>$LOCAL</code> and <code>$REMOTE</code> normally
7201-
are the versions of the file from before Git`s conflict
7201+
are the versions of the file from before Git&#8217;s conflict
72027202
resolution. This flag causes <code>$LOCAL</code> and <code>$REMOTE</code> to be overwritten so
72037203
that only the unresolved conflicts are presented to the merge tool. Can
72047204
be configured per-tool via the <code>mergetool.</code><em>&lt;tool&gt;</em><code>.hideResolved</code>

git-diff-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ <h2 id="_pretty_formats">PRETTY FORMATS</h2>
21402140
<div class="ulist">
21412141
<ul>
21422142
<li>
2143-
<p><code>prefix=</code><em>&lt;value&gt;</em>: Shown before the list of ref names. Defaults to "&#160;+(+".</p>
2143+
<p><code>prefix=</code><em>&lt;value&gt;</em>: Shown before the list of ref names. Defaults to "&#160;(".</p>
21442144
</li>
21452145
<li>
21462146
<p><code>suffix=</code><em>&lt;value&gt;</em>: Shown after the list of ref names. Defaults to ")".</p>
@@ -2150,7 +2150,7 @@ <h2 id="_pretty_formats">PRETTY FORMATS</h2>
21502150
</li>
21512151
<li>
21522152
<p><code>pointer=</code><em>&lt;value&gt;</em>: Shown between HEAD and the branch it points to, if any.
2153-
Defaults to "&#160;+&#8594;+&#160;".</p>
2153+
Defaults to "&#160;<code>-</code>&gt;&#160;".</p>
21542154
</li>
21552155
<li>
21562156
<p><code>tag=</code><em>&lt;value&gt;</em>: Shown before tag names. Defaults to "<code>tag:</code>&#160;".</p>

git-format-patch.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,13 +591,19 @@ an external editor to keep Thunderbird from mangling the patches.
591591
Approach #1 (add-on)
592592
^^^^^^^^^^^^^^^^^^^^
593593
594-
Install the Toggle Word Wrap add-on that is available from
595-
https://addons.mozilla.org/thunderbird/addon/toggle-word-wrap/
596-
It adds a menu entry "Enable Word Wrap" in the composer's "Options" menu
594+
Install the Toggle Line Wrap add-on that is available from
595+
https://addons.thunderbird.net/thunderbird/addon/toggle-line-wrap
596+
It adds a button "Line Wrap" to the composer's toolbar
597597
that you can tick off. Now you can compose the message as you otherwise do
598598
(cut + paste, 'git format-patch' | 'git imap-send', etc), but you have to
599599
insert line breaks manually in any text that you type.
600600
601+
As a bonus feature, the add-on can detect patch text in the composer
602+
and warns when line wrapping has not yet been turned off.
603+
604+
The add-on requires a few tweaks of the advanced configuration
605+
(about:config). These are listed on the download page.
606+
601607
Approach #2 (configuration)
602608
^^^^^^^^^^^^^^^^^^^^^^^^^^^
603609
Three steps:

git-format-patch.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,13 +1740,21 @@ <h3 id="_thunderbird">Thunderbird</h3>
17401740
<div class="sect3">
17411741
<h4 id="_approach_1_add_on">Approach #1 (add-on)</h4>
17421742
<div class="paragraph">
1743-
<p>Install the Toggle Word Wrap add-on that is available from
1744-
<a href="https://addons.mozilla.org/thunderbird/addon/toggle-word-wrap/" class="bare">https://addons.mozilla.org/thunderbird/addon/toggle-word-wrap/</a>
1745-
It adds a menu entry "Enable Word Wrap" in the composer&#8217;s "Options" menu
1743+
<p>Install the Toggle Line Wrap add-on that is available from
1744+
<a href="https://addons.thunderbird.net/thunderbird/addon/toggle-line-wrap" class="bare">https://addons.thunderbird.net/thunderbird/addon/toggle-line-wrap</a>
1745+
It adds a button "Line Wrap" to the composer&#8217;s toolbar
17461746
that you can tick off. Now you can compose the message as you otherwise do
17471747
(cut + paste, <em>git format-patch</em> | <em>git imap-send</em>, etc), but you have to
17481748
insert line breaks manually in any text that you type.</p>
17491749
</div>
1750+
<div class="paragraph">
1751+
<p>As a bonus feature, the add-on can detect patch text in the composer
1752+
and warns when line wrapping has not yet been turned off.</p>
1753+
</div>
1754+
<div class="paragraph">
1755+
<p>The add-on requires a few tweaks of the advanced configuration
1756+
(about:config). These are listed on the download page.</p>
1757+
</div>
17501758
</div>
17511759
<div class="sect3">
17521760
<h4 id="_approach_2_configuration">Approach #2 (configuration)</h4>
@@ -2034,7 +2042,7 @@ <h2 id="_git">GIT</h2>
20342042
</div>
20352043
<div id="footer">
20362044
<div id="footer-text">
2037-
Last updated 2025-08-25 14:46:08 -0700
2045+
Last updated 2025-09-02 11:08:10 -0700
20382046
</div>
20392047
</div>
20402048
</body>

git-interpret-trailers.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ OPTIONS
142142
provided with '--if-exists' overrides the `trailer.ifExists` and any
143143
applicable `trailer.<keyAlias>.ifExists` configuration variables
144144
and applies to all '--trailer' options until the next occurrence of
145-
'--if-exists' or '--no-if-exists'. Upon encountering '--no-if-exists, clear the
146-
effect of any previous use of '--if-exists, such that the relevant configuration
145+
'--if-exists' or '--no-if-exists'. Upon encountering '--no-if-exists', clear the
146+
effect of any previous use of '--if-exists', such that the relevant configuration
147147
variables are no longer overridden. Possible actions are `addIfDifferent`,
148148
`addIfDifferentNeighbor`, `add`, `replace` and `doNothing`.
149149

@@ -154,8 +154,8 @@ OPTIONS
154154
provided with '--if-missing' overrides the `trailer.ifMissing` and any
155155
applicable `trailer.<keyAlias>.ifMissing` configuration variables
156156
and applies to all '--trailer' options until the next occurrence of
157-
'--if-missing' or '--no-if-missing'. Upon encountering '--no-if-missing,
158-
clear the effect of any previous use of '--if-missing, such that the relevant
157+
'--if-missing' or '--no-if-missing'. Upon encountering '--no-if-missing',
158+
clear the effect of any previous use of '--if-missing', such that the relevant
159159
configuration variables are no longer overridden. Possible actions are `doNothing`
160160
or `add`.
161161

git-interpret-trailers.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,8 @@ <h2 id="_options">OPTIONS</h2>
617617
provided with <em>--if-exists</em> overrides the <code>trailer.ifExists</code> and any
618618
applicable <code>trailer.</code><em>&lt;keyAlias&gt;</em><code>.ifExists</code> configuration variables
619619
and applies to all <em>--trailer</em> options until the next occurrence of
620-
<em>--if-exists</em> or <em>--no-if-exists</em>. Upon encountering '--no-if-exists, clear the
621-
effect of any previous use of '--if-exists, such that the relevant configuration
620+
<em>--if-exists</em> or <em>--no-if-exists</em>. Upon encountering <em>--no-if-exists</em>, clear the
621+
effect of any previous use of <em>--if-exists</em>, such that the relevant configuration
622622
variables are no longer overridden. Possible actions are <code>addIfDifferent</code>,
623623
<code>addIfDifferentNeighbor</code>, <code>add</code>, <code>replace</code> and <code>doNothing</code>.</p>
624624
</dd>
@@ -630,8 +630,8 @@ <h2 id="_options">OPTIONS</h2>
630630
provided with <em>--if-missing</em> overrides the <code>trailer.ifMissing</code> and any
631631
applicable <code>trailer.</code><em>&lt;keyAlias&gt;</em><code>.ifMissing</code> configuration variables
632632
and applies to all <em>--trailer</em> options until the next occurrence of
633-
<em>--if-missing</em> or <em>--no-if-missing</em>. Upon encountering '--no-if-missing,
634-
clear the effect of any previous use of '--if-missing, such that the relevant
633+
<em>--if-missing</em> or <em>--no-if-missing</em>. Upon encountering <em>--no-if-missing</em>,
634+
clear the effect of any previous use of <em>--if-missing</em>, such that the relevant
635635
configuration variables are no longer overridden. Possible actions are <code>doNothing</code>
636636
or <code>add</code>.</p>
637637
</dd>
@@ -1085,7 +1085,7 @@ <h2 id="_git">GIT</h2>
10851085
</div>
10861086
<div id="footer">
10871087
<div id="footer-text">
1088-
Last updated 2025-06-20 18:10:42 -0700
1088+
Last updated 2025-09-02 11:08:10 -0700
10891089
</div>
10901090
</div>
10911091
</body>

git-log.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@ <h2 id="_pretty_formats">PRETTY FORMATS</h2>
24702470
<div class="ulist">
24712471
<ul>
24722472
<li>
2473-
<p><code>prefix=</code><em>&lt;value&gt;</em>: Shown before the list of ref names. Defaults to "&#160;+(+".</p>
2473+
<p><code>prefix=</code><em>&lt;value&gt;</em>: Shown before the list of ref names. Defaults to "&#160;(".</p>
24742474
</li>
24752475
<li>
24762476
<p><code>suffix=</code><em>&lt;value&gt;</em>: Shown after the list of ref names. Defaults to ")".</p>
@@ -2480,7 +2480,7 @@ <h2 id="_pretty_formats">PRETTY FORMATS</h2>
24802480
</li>
24812481
<li>
24822482
<p><code>pointer=</code><em>&lt;value&gt;</em>: Shown between HEAD and the branch it points to, if any.
2483-
Defaults to "&#160;+&#8594;+&#160;".</p>
2483+
Defaults to "&#160;<code>-</code>&gt;&#160;".</p>
24842484
</li>
24852485
<li>
24862486
<p><code>tag=</code><em>&lt;value&gt;</em>: Shown before tag names. Defaults to "<code>tag:</code>&#160;".</p>

0 commit comments

Comments
 (0)