summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-11-01 17:10:25 -0700
committerJunio C Hamano <gitster@pobox.com>2021-11-01 17:10:25 -0700
commit52964adb5d9f69af428a87b5c004c2ac6bd7b824 (patch)
treecd99de6e66ce09182bb7db619024c8d2eeb005f3 /git-format-patch.html
parent19dcd3f0b9267bf8ca50aa402ecf9f18957583c0 (diff)
downloadgit-htmldocs-52964adb5d9f69af428a87b5c004c2ac6bd7b824.tar.gz
Autogenerated HTML docs for v2.34.0-rc0-19-g0cddd
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index ee1c05edc..2322933a6 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -2474,10 +2474,10 @@ prerequisite-patch-id: Z</code></pre>
<div class="paragraph"><p>You can also use <code>git format-patch --base=P -3 C</code> to generate patches
for A, B and C, and the identifiers for P, X, Y, Z are appended at the
end of the first message.</p></div>
-<div class="paragraph"><p>If set <code>--base=auto</code> in cmdline, it will track base commit automatically,
-the base commit will be the merge base of tip commit of the remote-tracking
+<div class="paragraph"><p>If set <code>--base=auto</code> in cmdline, it will automatically compute
+the base commit as the merge base of tip commit of the remote-tracking
branch and revision-range specified in cmdline.
-For a local branch, you need to track a remote branch by <code>git branch
+For a local branch, you need to make it to track a remote branch by <code>git branch
--set-upstream-to</code> before using this option.</p></div>
</div>
</div>
@@ -2569,7 +2569,7 @@ merge commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-05-12 22:11:31 PDT
+ 2021-11-01 17:08:30 PDT
</div>
</div>
</body>