Makefile: do not link three copies of git-remote-* programs
[git/dscho.git] / Documentation / RelNotes-1.6.5.txt
blob856047d16fd8d9936a6e5b954dc5bd084301b386
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
9 repository.
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
17 repository.
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
27 transition plan.
29 Updates since v1.6.4
30 --------------------
32 (subsystems)
34 (portability)
36 (performance)
38 (usability, bells and whistles)
40 (developers)
42 Fixes since v1.6.4
43 ------------------
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
49 # v1.6.4.X series.