1 GIT v1.6.5 Release Notes
2 ========================
4 In git 1.7.0, which is planned to be the release after 1.6.5, "git push"
5 into a branch that is currently checked out will be refused by default.
7 You can choose what should happen upon such a push by setting the
8 configuration variable receive.denyCurrentBranch in the receiving
11 Also, "git push $there :$killed" to delete the branch $killed in a remote
12 repository $there, when $killed branch is the current branch pointed at by
13 its HEAD, will be refused by default.
15 You can choose what should happen upon such a push by setting the
16 configuration variable receive.denyDeleteCurrent in the receiving
19 To ease the transition plan, the receiving repository of such a
20 push running this release will issue a big warning when the
21 configuration variable is missing. Please refer to:
23 http://git.or.cz/gitwiki/GitFaq#non-bare
24 http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007
26 for more details on the reason why this change is needed and the
38 (usability, bells and whistles)
45 # All of the fixes in v1.6.4.X maintenance series are included in this
46 # release, unless otherwise noted.
48 # Here are fixes that this release has, but have not been backported to