Skip to content

Commit dc3c7a7

Browse files
committed
Update draft release notes to 1.6.5
1 parent bf8fc21 commit dc3c7a7

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Documentation/RelNotes-1.6.5.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

158165
Fixes 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
--
168172
exec >/var/tmp/1
169-
O=v1.6.5-rc1-44-ga16753d
173+
O=v1.6.5-rc3-4-gbf8fc21
170174
echo O=$(git describe master)
171175
git shortlog --no-merges $O..master --not maint

0 commit comments

Comments
 (0)