summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 01eadaf)
raw | patch | inline | side by side (parent: 01eadaf)
author | Santi Béjar <santi@agolina.net> | |
Mon, 6 Apr 2009 23:24:30 +0000 (01:24 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 8 Apr 2009 05:04:41 +0000 (22:04 -0700) |
Signed-off-by: Santi Béjar <santi@agolina.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history | |
Documentation/glossary-content.txt | patch | blob | history |
index ad22cb875e54057d7a8246b7c28f44ff90cfd14a..77d3a8e31cbf5399eaf0c6a806db300967fa6f63 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
* `matching` push all matching branches.
All branches having the same name in both ends are considered to be
matching. This is the default.
-* `tracking` push the current branch to the branch it is tracking.
+* `tracking` push the current branch to its upstream branch.
* `current` push the current branch to a branch of the same name.
rebase.stat::
index 4fc1cf1184f84b60ee72a9298d23f0464d2edadf..572374f7a6ff17dd40ad687a2fda24d53f7d730b 100644 (file)
An <<def_object,object>> which is not <<def_reachable,reachable>> from a
<<def_branch,branch>>, <<def_tag,tag>>, or any other reference.
+[[def_upstream_branch]]upstream branch::
+ The default <<def_branch,branch>> that is merged into the branch in
+ question (or the branch in question is rebased onto). It is configured
+ via branch.<name>.remote and branch.<name>.merge. If the upstream branch
+ of 'A' is 'origin/B' sometimes we say "'A' is tracking 'origin/B'".
+
[[def_working_tree]]working tree::
The tree of actual checked out files. The working tree is
normally equal to the <<def_HEAD,HEAD>> plus any local changes