Skip to content

Commit

Permalink
git-branch: remove mention of non-existent '-b' option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Nov 12, 2007
1 parent c8cfa3e commit 53e780c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53e780c

Please sign in to comment.