Skip to content

Commit 3a985c2

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

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Documentation/RelNotes-1.7.0.txt

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Updates since v1.6.6
4848
mismatch between fast-import and the frontends that produce the input
4949
stream.
5050

51+
* "git svn" support of subversion "merge tickets" and miscellaneous fixes.
52+
53+
* "gitk" updates.
54+
5155
(portability)
5256

5357
* Some more MSVC portability patches for msysgit port.
@@ -113,11 +117,14 @@ Updates since v1.6.6
113117

114118
* "git fetch --all" can now be used in place of "git remote update".
115119

116-
* "git grep" does not rely on external grep anymore.
120+
* "git grep" does not rely on external grep anymore. It can use more than
121+
one threads to accelerate the operation.
117122

118123
* "git grep" learned "--no-index" option, to search inside contents that
119124
are not managed by git.
120125

126+
* "git grep" learned "--quiet" option.
127+
121128
* "git log" and friends learned "--glob=heads/*" syntax that is a more
122129
flexible way to complement "--branches/--tags/--remotes".
123130

@@ -178,6 +185,11 @@ release, unless otherwise noted.
178185
the branch is fully merged to its upstream branch if it is not merged
179186
to the current branch. It now deletes it in such a case.
180187

188+
* "git config -f <relative path>" run from a subdirectory misbehaved.
189+
65807ee (builtin-config: Fix crash when using "-f <relative path>"
190+
from non-root dir, 2010-01-26) may be merged to older maintenance
191+
branches.
192+
181193
* When "git diff" is asked to compare the work tree with something,
182194
it used to consider that a checked-out submodule with uncommitted
183195
changes is not modified; this could cause people to forget committing
@@ -186,6 +198,7 @@ release, unless otherwise noted.
186198

187199
--
188200
exec >/var/tmp/1
189-
O=v1.6.6.1-434-g3521c1b
201+
O=v1.7.0-rc0-48-gdace5dd
202+
O=v1.7.0-rc0-67-gb10b918
190203
echo O=$(git describe master)
191204
git shortlog --no-merges $O..master ^maint

0 commit comments

Comments
 (0)