From fddba8f73790c196d1fd1fc8b169aefb0ed311e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-No=C3=ABl=20Avila=20via=20GitGitGadget?= Date: Mon, 24 Nov 2025 12:48:49 +0000 Subject: [PATCH] doc: pull-fetch-param typofix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit An earier patch had a typo discovered after it has been merged to 'next'. Fix it. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- Documentation/pull-fetch-param.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/pull-fetch-param.adoc b/Documentation/pull-fetch-param.adoc index 2a67641761..d903dc8900 100644 --- a/Documentation/pull-fetch-param.adoc +++ b/Documentation/pull-fetch-param.adoc @@ -91,7 +91,7 @@ object. When the remote branch you want to fetch is known to be rewound and rebased regularly, it is expected that its new tip will not be a descendant of its previous tip -(as stored in your remote-tracking branch the last time_ +(as stored in your remote-tracking branch the last time you fetched). You would want to use the `+` sign to indicate non-fast-forward updates will be needed for such branches. There is no way to -- 2.47.3