branch: add worktree info on verbose output
[gitweb.git] / Documentation / git-branch.txt
index 7d18dffc4b89d3b1e9be934ffdf1dc130bf8ceb6..d11d00583a6c398c06c7acce458b5cae30ad62f7 100644 (file)
@@ -172,8 +172,10 @@ This option is only applicable in non-verbose mode.
        When in list mode,
        show sha1 and commit subject line for each head, along with
        relationship to upstream branch (if any). If given twice, print
-       the name of the upstream branch, as well (see also `git remote
-       show <remote>`).
+       the path of the linked worktree (if any) and the name of the upstream
+       branch, as well (see also `git remote show <remote>`).  Note that the
+       current worktree's HEAD will not have its path printed (it will always
+       be your current directory).
 
 -q::
 --quiet::