summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bc61000)
raw | patch | inline | side by side (parent: bc61000)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 23 Mar 2008 11:35:37 +0000 (12:35 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 23 Mar 2008 17:16:33 +0000 (10:16 -0700) |
checkout and branch recently learnt to track local branches when
branch.autosetupmerge = always, but they _also_ learnt to do that when
asked explicitely with the option "--track".
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
branch.autosetupmerge = always, but they _also_ learnt to do that when
asked explicitely with the option "--track".
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.5.5.txt | patch | blob | history |
index 14beed49ba0c773551602af60d7820c74059316d..18ff82ba3999ee4f1ab9fa9f47e2d5bda3423a0a 100644 (file)
* "git branch" (and "git checkout -b") to branch from a local branch can
optionally set "branch.<name>.merge" to mark the new branch to build on
the other local branch, when "branch.autosetupmerge" is set to
- "always". By default, this does not happen when branching from a local
- branch.
+ "always", or when passing the command line option "--track" (this option
+ was ignored when branching from local branches). By default, this does
+ not happen when branching from a local branch.
* "git checkout" to switch to a branch that has "branch.<name>.merge" set
(i.e. marked to build on another branch) reports how much the branch