Skip to content

Commit 8c7f788

Browse files
committed
Update draft release notes to 1.6.2.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b19293d commit 8c7f788

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Documentation/RelNotes-1.6.2.2.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ Fixes since v1.6.2.1
2727
* 'git-submodule add' did not tolerate extra slashes and ./ in the path it
2828
accepted from the command line; it now is more lenient.
2929

30+
* git-svn misbehaved when the project contained a path that began with
31+
two dashes.
32+
33+
* import-zips script (in contrib) did not compute the common directory
34+
prefix correctly.
35+
36+
Many small documentation updates are included as well.
3037

3138
---
3239
exec >/var/tmp/1
33-
O=v1.6.2.1-23-g67c176f
40+
O=v1.6.2.1-46-gb19293d
3441
echo O=$(git describe maint)
3542
git shortlog --no-merges $O..maint

0 commit comments

Comments
 (0)