summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c8cfa3e)
raw | patch | inline | side by side (parent: c8cfa3e)
author | Jeff King <peff@peff.net> | |
Mon, 12 Nov 2007 04:07:05 +0000 (23:07 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 12 Nov 2007 07:40:32 +0000 (23:40 -0800) |
This looks like a cut and paste error from the git-checkout
explanation of --no-track.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
explanation of --no-track.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.txt | patch | blob | history |
index b7285bcdbc80a2aa574fa13050c00f1ce9975419..37cb8b83b2f7354fe03d99d22b2262cb6e85e42a 100644 (file)
'--track' were given.
--no-track::
- When -b is given and a branch is created off a remote branch,
+ When a branch is created off a remote branch,
set up configuration so that git-pull will not retrieve data
from the remote branch, ignoring the branch.autosetupmerge
configuration variable.