doc: clarify --no-track option
[gitweb.git] / Documentation / git-branch.txt
index ba3dea684096b601804058501f4631f09e6d4c38..19f1b0d9f9663c80fe708b89a1a3293cac314ac6 100644 (file)
@@ -124,7 +124,8 @@ OPTIONS
        start-point is either a local or remote branch.
 
 --no-track::
-       Ignore the branch.autosetupmerge configuration variable.
+       Do not set up tracking configuration, even if the
+       branch.autosetupmerge configuration variable is true.
 
 --contains <commit>::
        Only list branches which contain the specified commit.