Skip to content

Commit ab0964d

Browse files
committed
Git 1.6.6-rc4
Hopefully the last rc before the final one. Signed-off-by: Junio C Hamano <[email protected]>
1 parent b6b9f83 commit ab0964d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Documentation/RelNotes-1.6.6.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ These changes were discussed long time ago and existing behaviours have
2222
been identified as more problematic to the userbase than keeping them for
2323
the sake of backward compatibility.
2424

25-
When necessary, transition strategy for existing users has been designed
25+
When necessary, a transition strategy for existing users has been designed
2626
not to force them running around setting configuration variables and
2727
updating their scripts in order to either keep the traditional behaviour
28-
or adjust to the new behaviour on the day their sysadmin decides to install
28+
or adjust to the new behaviour, on the day their sysadmin decides to install
2929
the new version of git. When we switched from "git-foo" to "git foo" in
3030
1.6.0, even though the change had been advertised and the transition
3131
guide had been provided for a very long time, the users procrastinated
@@ -34,11 +34,12 @@ their sysadmins updated their git installation. We are trying to avoid
3434
repeating that unpleasantness in the 1.7.0 release.
3535

3636
For changes decided to be in 1.7.0, commands that will be affected
37-
have been much louder to strongly discourage such procrastination. If
38-
you have been using recent versions of git, you would have seen
39-
warnings issued when you exercised features whose behaviour will
40-
change, with a clear instruction on how to keep the existing behaviour
41-
if you want to. You hopefully are already well prepared.
37+
have been much louder to strongly discourage such procrastination, and
38+
they continue to be in this release. If you have been using recent
39+
versions of git, you would have seen warnings issued when you used
40+
features whose behaviour will change, with a clear instruction on how
41+
to keep the existing behaviour if you want to. You hopefully are
42+
already well prepared.
4243

4344
Of course, we have also been giving "this and that will change in
4445
1.7.0; prepare yourselves" warnings in the release notes and

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.6-rc3.GIT
4+
DEF_VER=v1.6.6-rc4.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)