Skip to content

Commit b693814

Browse files
committed
Autogenerated HTML docs for v2.51.0-491-g4b71b
1 parent d045a91 commit b693814

11 files changed

+7866
-9
lines changed

‎RelNotes/2.52.0.adoc‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,4 @@ including security updates, are included in this release.
325325
(merge a66fc22bf9 rs/get-oid-with-flags-cleanup later to maint).
326326
(merge e1d062e8ba ps/odb-clean-stale-wrappers later to maint).
327327
(merge fdd21ba116 mh/doc-credential-url-prefix later to maint).
328+
(merge 1c573a3451 en/doc-merge-tree-describe-merge-base later to maint).

‎git-merge-tree.adoc‎

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,17 @@ OPTIONS
7979
8080
--merge-base=<tree-ish>::
8181
Instead of finding the merge-bases for <branch1> and <branch2>,
82-
specify a merge-base for the merge, and specifying multiple bases is
83-
currently not supported. This option is incompatible with `--stdin`.
82+
specify a merge-base for the merge. This option is incompatible with
83+
`--stdin`.
8484
+
85-
As the merge-base is provided directly, <branch1> and <branch2> do not need
86-
to specify commits; trees are enough.
85+
Specifying multiple bases is currently not supported, which means that when
86+
merging two branches with more than one merge-base, using this option may
87+
cause merge results to differ from what `git merge` would compute. This
88+
can include potentially losing some changes made on one side of the history
89+
in the resulting merge.
90+
+
91+
With this option, since the merge-base is provided directly, <branch1> and
92+
<branch2> do not need to specify commits; trees are enough.
8793
8894
-X<option>::
8995
--strategy-option=<option>::

‎git-merge-tree.html‎

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,18 @@ <h2 id="_options">OPTIONS</h2>
551551
<dtclass="hdlist1">--merge-base=&lt;tree-ish&gt;</dt>
552552
<dd>
553553
<p>Instead of finding the merge-bases for &lt;branch1&gt; and &lt;branch2&gt;,
554-
specify a merge-base for the merge, and specifying multiple bases is
555-
currently not supported. This option is incompatible with <code>--stdin</code>.</p>
554+
specify a merge-base for the merge. This option is incompatible with
555+
<code>--stdin</code>.</p>
556556
<divclass="paragraph">
557-
<p>As the merge-base is provided directly, &lt;branch1&gt; and &lt;branch2&gt; do not need
558-
to specify commits; trees are enough.</p>
557+
<p>Specifying multiple bases is currently not supported, which means that when
558+
merging two branches with more than one merge-base, using this option may
559+
cause merge results to differ from what <code>git</code><code>merge</code> would compute. This
560+
can include potentially losing some changes made on one side of the history
561+
in the resulting merge.</p>
562+
</div>
563+
<divclass="paragraph">
564+
<p>With this option, since the merge-base is provided directly, &lt;branch1&gt; and
565+
&lt;branch2&gt; do not need to specify commits; trees are enough.</p>
559566
</div>
560567
</dd>
561568
<dtclass="hdlist1">-X&lt;option&gt;</dt>
@@ -922,7 +929,7 @@ <h2 id="_git">GIT</h2>
922929
</div>
923930
<divid="footer">
924931
<divid="footer-text">
925-
Last updated 2025-08-25 14:46:08 -0700
932+
Last updated 2025-10-10 14:32:39 -0700
926933
</div>
927934
</div>
928935
</body>

‎technical/commit-graph.html‎

Lines changed: 1019 additions & 0 deletions
Large diffs are not rendered by default.

‎technical/directory-rename-detection.html‎

Lines changed: 632 additions & 0 deletions
Large diffs are not rendered by default.

‎technical/packfile-uri.html‎

Lines changed: 569 additions & 0 deletions
Large diffs are not rendered by default.

‎technical/remembering-renames.html‎

Lines changed: 1370 additions & 0 deletions
Large diffs are not rendered by default.

‎technical/repository-version.html‎

Lines changed: 546 additions & 0 deletions
Large diffs are not rendered by default.

‎technical/rerere.html‎

Lines changed: 698 additions & 0 deletions
Large diffs are not rendered by default.

‎technical/sparse-checkout.html‎

Lines changed: 2260 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
(0)