diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index fc88e984e1..73ca0532ea 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -14,7 +14,7 @@ SYNOPSIS [(--merged | --no-merged) []] [--contains []] [--points-at ] [--format=] [...] -'git branch' [--track | --no-track] [-l] [-f] [] +'git branch' [--track | --no-track] [-f] [] 'git branch' (--set-upstream-to= | -u ) [] 'git branch' --unset-upstream [] 'git branch' (-m | -M) [] @@ -159,10 +159,6 @@ This option is only applicable in non-verbose mode. List branches. With optional `...`, e.g. `git branch --list 'maint-*'`, list only the branches that match the pattern(s). -+ -This should not be confused with `git branch -l `, -which creates a branch named `` with a reflog. -See `--create-reflog` above for details. -v:: -vv::