@@ -53,6 +53,10 @@ Updates since v1.6.4
5353 * Unnecessary inefficiency in deepening of a shallow repository has
5454 been removed.
5555
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+
5660 * The "git" main binary used to link with libcurl, which then dragged
5761 in a large number of external libraries. When using basic plumbing
5862 commands in scripts, this unnecessarily slowed things down. We now
@@ -154,18 +158,18 @@ Updates since v1.6.4
154158 * With GIT_TEST_OPTS="--root=/p/a/t/h", tests can be run outside the
155159 source directory; using tmpfs may give faster turnaround.
156160
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.
157164
158165Fixes since v1.6.4
159166------------------
160167
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.
166170
167171--
168172exec >/var/tmp/1
169- O=v1.6.5-rc1-44-ga16753d
173+ O=v1.6.5-rc3-4-gbf8fc21
170174echo O=$(git describe master)
171175git shortlog --no-merges $O..master --not maint
0 commit comments