@@ -4,10 +4,13 @@ Git v1.7.2 Release Notes (draft)
4
4
Updates since v1.7.1
5
5
--------------------
6
6
7
- * core.eol configuration and eol attribute are the new way to control
8
- the end of line conventions for files in the working tree;
9
- core.autocrlf overrides it, keeping the traditional behaviour by
10
- default.
7
+ * core.eol configuration and text/eol attributes are the new way to control
8
+ the end of line conventions for files in the working tree.
9
+
10
+ * core.autocrlf has been made safer - it will now only handle line
11
+ endings for new files and files that are LF-only in the
12
+ repository. To normalize content that has been checked in with
13
+ CRLF, use the new eol/text attributes.
11
14
12
15
* The whitespace rules used in "git apply --whitespace" and "git diff"
13
16
gained a new member in the family (tab-in-indent) to help projects with
@@ -45,8 +48,12 @@ Updates since v1.7.1
45
48
commit.
46
49
47
50
* "git cherry-pick" learned to pick a range of commits
48
- (e.g. "cherry-pick A..B" and "cherry-pick --stdin"); this does not
49
- have nicer sequencing control "rebase [-i]" has, though.
51
+ (e.g. "cherry-pick A..B" and "cherry-pick --stdin"), so did "git
52
+ revert"; these do not support the nicer sequencing control "rebase
53
+ [-i]" has, though.
54
+
55
+ * "git cherry-pick" and "git revert" learned --strategy option to specify
56
+ the merge strategy to be used when performing three-way merges.
50
57
51
58
* "git cvsserver" can be told to use pserver; its password file can be
52
59
stored outside the repository.
@@ -74,7 +81,7 @@ Updates since v1.7.1
74
81
* Various options to "git grep" (e.g. --count, --name-only) work better
75
82
with binary files.
76
83
77
- * "git grep" learned "-Ovi" to open the files with hits in yoru editor.
84
+ * "git grep" learned "-Ovi" to open the files with hits in your editor.
78
85
79
86
* "git help -w" learned "chrome" and "chromium" browsers.
80
87
@@ -96,8 +103,6 @@ Updates since v1.7.1
96
103
97
104
* "git remote" learned "set-branches" subcommand.
98
105
99
- * "git revert" learned --strategy option to specify the merge strategy.
100
-
101
106
* "git rev-list A..B" learned --ancestry-path option to further limit
102
107
the result to the commits that are on the ancestry chain between A and
103
108
B (i.e. commits that are not descendants of A are excluded).
@@ -147,9 +152,6 @@ release, unless otherwise noted.
147
152
* "git diff" could show ambiguous abbreviation of blob object names on
148
153
its "index" line (3e5a188).
149
154
150
- * "git rebase" did not faithfully reproduce a malformed author ident, that
151
- is often seen in a repository converted from foreign SCMs (43c23251).
152
-
153
155
* "git reset --hard" started from a wrong directory and a working tree in
154
156
a nonstandard location is in use got confused (560fb6a1).
155
157
0 commit comments