···1919 GIT_MERGE_AUTOEDIT=no
2020 export GIT_MERGE_AUTOEDIT
21212222- to disable this behaviour (if you want your users to explain their
2222+ to disable this behavior (if you want your users to explain their
2323 merge commits, you do not have to do anything). Alternatively, you
2424 can give the "--no-edit" option to individual invocations of the
2525 "git merge" command if you know everybody who uses your script has
···2929 while and were deprecated in mid 2008 (v1.6.0). When you give these
3030 options to "git am", it will now warn and ask you not to use them.
31313232- * 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 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.
3232+ * When you do not tell which branches and tags to push to the "git
3333+ push" command in any way, the command used "matching refs" rule to
3434+ update remote branches and tags with branches and tags with the
3535+ same name you locally have. In future versions of Git, this will
3636+ change to push out only your current branch according to either the
3737+ "upstream" or the "current" rule. Although "upstream" may be more
3838+ powerful once the user understands Git better, the semantics
3939+ "current" gives is simpler and easier to understand for beginners
4040+ and may be a safer and better default option. We haven't decided
4141+ yet which one to switch to.
414242434344Updates since v1.7.9
···138139139140 * Project search in "gitweb" shows the substring that matched in the
140141 project name and description highlighted.
142142+143143+ * HTTP transport learned to authenticate with a proxy if needed.
141144142145 * A new script "diffall" is added to contrib/; it drives an
143146 external tool to perform a directory diff of two Git revisions
+5
Documentation/git.txt
···4444branch of the `git.git` repository.
4545Documentation for older releases are available here:
46464747+* link:v1.7.10/git.html[documentation for release 1.7.10]
4848+4949+* release notes for
5050+ link:RelNotes/1.7.10.txt[1.7.10].
5151+4752* link:v1.7.9.6/git.html[documentation for release 1.7.9.6]
48534954* release notes for