Skip to content

Commit 71f1a21

Browse files
committed
Update draft release notes to 1.7.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3bd8de5 commit 71f1a21

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/RelNotes-1.7.0.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Updates since v1.6.6
6565

6666
* "gitk" updates.
6767

68+
* "gitweb" updates (code clean-up, load checking etc.)
69+
6870
(portability)
6971

7072
* Some more MSVC portability patches for msysgit port.
@@ -203,6 +205,9 @@ release, unless otherwise noted.
203205
from non-root dir, 2010-01-26) may be merged to older maintenance
204206
branches.
205207

208+
* "git fast-import" did not correctly handle large blobs that may
209+
bust the pack size limit.
210+
206211
* When using "git status" or asking "git diff" to compare the work tree
207212
with something, they used to consider that a checked-out submodule with
208213
uncommitted changes is not modified; this could cause people to forget
@@ -213,6 +218,6 @@ release, unless otherwise noted.
213218

214219
--
215220
exec >/var/tmp/1
216-
O=v1.7.0-rc1-6-g2ee8c5b
221+
O=v1.7.0-rc1-42-g3bd8de5
217222
echo O=$(git describe master)
218223
git shortlog --no-merges $O..master ^maint

0 commit comments

Comments
 (0)