diff options
author | Jeff King <peff@peff.net> | 2009-04-13 07:11:16 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-13 09:01:00 -0700 |
commit | 70e966477aacf46d4d6cb8c01f8bd9a9ceb5e80f (patch) | |
tree | e2bfdd31bba9b8e3cc1cb3cef82479c5acd4b5a5 /Documentation/git-branch.txt | |
parent | f800b65bea1504299747e7be03ee279508a74e1f (diff) | |
download | git-70e966477aacf46d4d6cb8c01f8bd9a9ceb5e80f.tar.gz |
doc: clarify --no-track option
It is not really about ignoring the config option; it is
about turning off tracking, _even if_ the config option is
set.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-branch.txt')
-rw-r--r-- | Documentation/git-branch.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index ba3dea6840..19f1b0d9f9 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -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. |