From a3e3dc46901e3ba20a9f1d3ae503ac2faf5a8ea9 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 1 Dec 2005 12:24:51 -0800 Subject: [PATCH] Documentation: describe '-f' option to git-fetch. The option description header was there without body text, confusingly getting rendered as if the description for --tags applied to the option. Noticed by Carl Baldwin. Signed-off-by: Junio C Hamano --- Documentation/fetch-options.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index a25d04a4fa..200c9b240d 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -4,6 +4,11 @@ option old data in `.git/FETCH_HEAD` will be overwritten. -f, \--force:: + When `git-fetch` is used with `:` + refspec, it refuses to update the local branch + `` unless the remote branch `` it + fetches is a descendant of ``. This option + overrides that check. -t, \--tags:: By default, the git core utilities will not fetch and store