From: Jeff King Date: Mon, 12 Nov 2007 04:07:05 +0000 (-0500) Subject: git-branch: remove mention of non-existent '-b' option X-Git-Tag: v1.5.3.6~19 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=53e780c8f662bb937dc66a698c34fa2407cff31b;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index b7285bcdb..37cb8b83b 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -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.