* [PATCH] Doc: add missing backticks to pull.rebase value
@ 2019-05-08 18:43 Denton Liu
2019-05-08 19:23 ` Derrick Stolee
0 siblings, 1 reply; 2+ messages in thread
From: Denton Liu @ 2019-05-08 18:43 UTC (permalink / raw)
To: Git Mailing List
In the documentation for pull.rebase, all of the valid values are
surrounded with backticks except for "true". Surround "true" with these
missing backticks.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
---
Documentation/config/pull.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/config/pull.txt b/Documentation/config/pull.txt
index b87cab31b3..6cdb2f320d 100644
--- a/Documentation/config/pull.txt
+++ b/Documentation/config/pull.txt
@@ -9,7 +9,7 @@ pull.ff::
command line). This setting overrides `merge.ff` when pulling.
pull.rebase::
- When true, rebase branches on top of the fetched branch, instead
+ When `true`, rebase branches on top of the fetched branch, instead
of merging the default branch from the default remote when "git
pull" is run. See "branch.<name>.rebase" for setting this on a
per-branch basis.
--
2.21.0.1049.geb646f7864
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-08 19:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-08 18:43 [PATCH] Doc: add missing backticks to pull.rebase value Denton Liu
2019-05-08 19:23 ` Derrick Stolee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).