Skip to content

Commit 5a0e4a2

Browse files
committed
Start 1.6.4 development
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6207011 commit 5a0e4a2

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

Documentation/RelNotes-1.6.4.txt

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
GIT v1.6.4 Release Notes
2+
========================
3+
4+
With the next major release, "git push" into a branch that is
5+
currently checked out will be refused by default. You can choose
6+
what should happen upon such a push by setting the configuration
7+
variable receive.denyCurrentBranch in the receiving repository.
8+
9+
To ease the transition plan, the receiving repository of such a
10+
push running this release will issue a big warning when the
11+
configuration variable is missing. Please refer to:
12+
13+
http://git.or.cz/gitwiki/GitFaq#non-bare
14+
http://thread.gmane.org/gmane.comp.version-control.git/107758/focus=108007
15+
16+
for more details on the reason why this change is needed and the
17+
transition plan.
18+
19+
For a similar reason, "git push $there :$killed" to delete the branch
20+
$killed in a remote repository $there, if $killed branch is the current
21+
branch pointed at by its HEAD, gets a large warning. You can choose what
22+
should happen upon such a push by setting the configuration variable
23+
receive.denyDeleteCurrent in the receiving repository.
24+
25+
When the user does not tell "git push" what to push, it has always
26+
pushed matching refs. For some people it is unexpected, and a new
27+
configuration variable push.default has been introduced to allow
28+
changing a different default behaviour. To advertise the new feature,
29+
a big warning is issued if this is not configured and a git push without
30+
arguments is attempted.
31+
32+
33+
Updates since v1.6.3
34+
--------------------
35+
36+
(subsystems)
37+
38+
(performance)
39+
40+
(usability, bells and whistles)
41+
42+
(developers)
43+
44+
45+
Fixes since v1.6.3
46+
------------------
47+
48+
All of the fixes in v1.6.3.X maintenance series are included in this
49+
release, unless otherwise noted.
50+
51+
Here are fixes that this release has, but have not been backported to
52+
v1.6.3.X series.
53+
54+
55+
---
56+
exec >/var/tmp/1
57+
echo O=$(git describe master)
58+
O=v1.6.3
59+
git shortlog --no-merges $O..master ^maint

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.6.3.1.txt
1+
Documentation/RelNotes-1.6.4.txt

0 commit comments

Comments
 (0)