···3232 * When you do not tell which branches and tags to push to the "git push"
3333 command in any way, the command used "matching refs" rule to update
3434 remote branches and tags with branches and tags with the same name you
3535- locally have. In future versions of Git, this will change to use the
3636- "upstream" rule to update the branch at the remote you would "pull"
3737- from into your current branch with your local current branch. The
3838- release after 1.7.10 will start issuing a warning about this change,
3939- to encourage you to tell the command what to push out, e.g. by setting
4040- push.default configuration.
3535+ locally have. In future versions of Git, this will change to push out
3636+ only your current branch according to either the "upstream" or the
3737+ "current" rule. Although "upstream" may be more powerful once the
3838+ user understands Git better, the semantics "current" gives is
3939+ simpler and easier to understand for beginners and may be a safer
4040+ and better default option, but we haven't decided yet.
414142424343Updates since v1.7.9
···5858 * Teams for localizing the messages from the Porcelain layer of
5959 commands are starting to form, thanks to Jiang Xin who volunteered
6060 to be the localization coordinator. Translated messages for
6161- simplified Chinese and Swedish are available.
6161+ simplified Chinese, Swedish and Portuguese are available.
62626363 * The configuration mechanism learned an "include" facility; an
6464 assignment to the include.path pseudo-variable causes the named