Code

Documentation: describe '-f' option to git-fetch.
authorJunio C Hamano <junkio@cox.net>
Thu, 1 Dec 2005 20:24:51 +0000 (12:24 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 1 Dec 2005 20:24:51 +0000 (12:24 -0800)
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 <junkio@cox.net>
Documentation/fetch-options.txt

index a25d04a4fa2e6449d4e5ec1beddf305385ae8571..200c9b240dc3f89cd29350332447e48b53bcfdc1 100644 (file)
@@ -4,6 +4,11 @@
        option old data in `.git/FETCH_HEAD` will be overwritten.
 
 -f, \--force::
+       When `git-fetch` is used with `<rbranch>:<lbranch>`
+       refspec, it refuses to update the local branch
+       `<lbranch>` unless the remote branch `<rbranch>` it
+       fetches is a descendant of `<lbranch>`.  This option
+       overrides that check.
 
 -t, \--tags::
        By default, the git core utilities will not fetch and store