summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b34403a)
raw | patch | inline | side by side (parent: b34403a)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 1 Dec 2005 20:24:51 +0000 (12:24 -0800) | ||
committer | Junio 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>
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 | patch | blob | history |
index a25d04a4fa2e6449d4e5ec1beddf305385ae8571..200c9b240dc3f89cd29350332447e48b53bcfdc1 100644 (file)
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