@@ -53,6 +53,10 @@ Updates since v1.6.4
53
53
* Unnecessary inefficiency in deepening of a shallow repository has
54
54
been removed.
55
55
56
+ * "git clone" does not grab objects that it does not need (i.e.
57
+ referenced only from refs outside refs/heads and refs/tags
58
+ hierarchy) anymore.
59
+
56
60
* The "git" main binary used to link with libcurl, which then dragged
57
61
in a large number of external libraries. When using basic plumbing
58
62
commands in scripts, this unnecessarily slowed things down. We now
@@ -154,18 +158,18 @@ Updates since v1.6.4
154
158
* With GIT_TEST_OPTS="--root=/p/a/t/h", tests can be run outside the
155
159
source directory; using tmpfs may give faster turnaround.
156
160
161
+ * With NO_PERL_MAKEMAKER set, DESTDIR= is now honoured, so you can
162
+ build for one location, and install into another location to tar it
163
+ up.
157
164
158
165
Fixes since v1.6.4
159
166
------------------
160
167
161
- # All of the fixes in v1.6.4.X maintenance series are included in this
162
- # release, unless otherwise noted.
163
-
164
- # Here are fixes that this release has, but have not been backported to
165
- # v1.6.4.X series.
168
+ All of the fixes in v1.6.4.X maintenance series are included in this
169
+ release, unless otherwise noted.
166
170
167
171
--
168
172
exec >/var/tmp/1
169
- O=v1.6.5-rc1-44-ga16753d
173
+ O=v1.6.5-rc3-4-gbf8fc21
170
174
echo O=$(git describe master)
171
175
git shortlog --no-merges $O..master --not maint
0 commit comments