line-log: avoid memory leak
[gitweb.git] / Documentation / git-branch.txt
index 5e175ec3399b54dc36fa10c3daba416855935a7d..81bd0a7b7741f175cf7a99e2aa9cbcacf42da78e 100644 (file)
@@ -144,8 +144,13 @@ This option is only applicable in non-verbose mode.
        List both remote-tracking branches and local branches.
 
 --list::
-       Activate the list mode. `git branch <pattern>` would try to create a branch,
-       use `git branch --list <pattern>` to list matching branches.
+       List branches.  With optional `<pattern>...`, e.g. `git
+       branch --list 'maint-*'`, list only the branches that match
+       the pattern(s).
++
+This should not be confused with `git branch -l <branchname>`,
+which creates a branch named `<branchname>` with a reflog.
+See `--create-reflog` above for details.
 
 -v::
 -vv::