Re: [PATCH] Doc: add missing backticks to pull.rebase value

2019-05-08 Thread Derrick Stolee
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.

[PATCH] Doc: add missing backticks to pull.rebase value

2019-05-08 Thread Denton Liu
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 --- Documentation/config/pull.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentati