summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-05 15:33:56 -0800
committerJunio C Hamano <gitster@pobox.com>2019-02-05 15:33:56 -0800
commit2567b326fac6961a6fc6075ad2f22a744252f2f3 (patch)
tree2e4c640f64f1f8f00b992e414a2fd316aea798d4 /git-format-patch.html
parentcf7310088e7328f8aa7ea2c5de767ef9499b5d78 (diff)
downloadgit-htmldocs-2567b326fac6961a6fc6075ad2f22a744252f2f3.tar.gz
Autogenerated HTML docs for v2.20.1-519-g8fedd
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 58888623a..ddf176177 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -2129,9 +2129,9 @@ Toggle it to make sure it is set to <code>false</code>. Also, search for
<li>
<p>
Disable the use of format=flowed:
-Edit..Preferences..Advanced..Config Editor. Search for
-"mailnews.send_plaintext_flowed".
-Toggle it to make sure it is set to <code>false</code>.
+ Edit..Preferences..Advanced..Config Editor. Search for
+ "mailnews.send_plaintext_flowed".
+ Toggle it to make sure it is set to <code>false</code>.
</p>
</li>
</ol></div>
@@ -2288,7 +2288,7 @@ For a local branch, you need to track a remote branch by <code>git branch
<li>
<p>
Extract commits between revisions R1 and R2, and apply them on top of
-the current branch using <em>git am</em> to cherry-pick them:
+ the current branch using <em>git am</em> to cherry-pick them:
</p>
<div class="listingblock">
<div class="content">
@@ -2298,7 +2298,7 @@ the current branch using <em>git am</em> to cherry-pick them:
<li>
<p>
Extract all commits which are in the current branch but not in the
-origin branch:
+ origin branch:
</p>
<div class="listingblock">
<div class="content">
@@ -2309,7 +2309,7 @@ origin branch:
<li>
<p>
Extract all commits that lead to <em>origin</em> since the inception of the
-project:
+ project:
</p>
<div class="listingblock">
<div class="content">
@@ -2333,7 +2333,7 @@ use it only when you know the recipient uses Git to apply your patch.</p></div>
<li>
<p>
Extract three topmost commits from the current branch and format them
-as e-mailable patches:
+ as e-mailable patches:
</p>
<div class="listingblock">
<div class="content">
@@ -2360,7 +2360,7 @@ as e-mailable patches:
<div id="footer">
<div id="footer-text">
Last updated
- 2018-12-01 06:35:58 PST
+ 2019-02-05 15:33:20 PST
</div>
</div>
</body>