diff options
author | Jeff King <peff@peff.net> | 2007-11-11 23:07:05 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-11 23:40:32 -0800 |
commit | 53e780c8f662bb937dc66a698c34fa2407cff31b (patch) | |
tree | 825baa012a3b564b929ba68e9626f5ecb5c957ca /Documentation | |
parent | git-svn: prevent dcommitting if the index is dirty. (diff) | |
download | tgif-53e780c8f662bb937dc66a698c34fa2407cff31b.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-branch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index b7285bcdbc..37cb8b83b2 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. |