1
0
mirror of https://github.com/git/git.git synced 2024-09-30 05:32:08 +02:00

git-branch: remove mention of non-existent '-b' option

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>
This commit is contained in:
Jeff King 2007-11-11 23:07:05 -05:00 committed by Junio C Hamano
parent c8cfa3e4a5
commit 53e780c8f6

@ -105,7 +105,7 @@ OPTIONS
'--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.