summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f800b65)
raw | patch | inline | side by side (parent: f800b65)
author | Jeff King <peff@peff.net> | |
Mon, 13 Apr 2009 11:11:16 +0000 (07:11 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 13 Apr 2009 16:01:00 +0000 (09:01 -0700) |
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>
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>
Documentation/git-branch.txt | patch | blob | history | |
Documentation/git-checkout.txt | patch | blob | history |
index ba3dea684096b601804058501f4631f09e6d4c38..19f1b0d9f9663c80fe708b89a1a3293cac314ac6 100644 (file)
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.
index 223ea9caef4d0ca875768db47e03f5c6cb71354f..4992fc61eba5213068d6c3a0307d5e2d13c968a9 100644 (file)
explicitly give a name with '-b' in such a case.
--no-track::
- Ignore the branch.autosetupmerge configuration variable.
+ Do not set up tracking configuration, even if the
+ branch.autosetupmerge configuration variable is true.
-l::
Create the new branch's reflog. This activates recording of