git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [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

* Re: [PATCH] Doc: add missing backticks to pull.rebase value
  2019-05-08 18:43 [PATCH] Doc: add missing backticks to pull.rebase value Denton Liu
@ 2019-05-08 19:23 ` Derrick Stolee
  0 siblings, 0 replies; 2+ messages in thread
From: Derrick Stolee @ 2019-05-08 19:23 UTC (permalink / raw)
  To: Denton Liu, Git Mailing List

On 5/8/2019 2:43 PM, Denton Liu wrote:
> In the documentation for pull.rebase, all of the valid values are
> surrounded with backticks except for "true". Surround "true" with these
> missing backticks.

This would make the rendered docs [1] look a bit better, but I think this series
is incomplete. Looking just a little bit further down in the 'push' config options,
I see more with this same problem [2].

While you are here, could you track down the other similar issues?

Thanks,
-Stolee

[1] https://git-scm.com/docs/git-config#Documentation/git-config.txt-pullrebase

[2] https://github.com/git/git/blob/master/Documentation/config/push.txt#L59

^ permalink raw reply	[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

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).