summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-30 20:29:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-30 20:29:31 (GMT)
commit8c7f78823888306c1cceafcf5fd26739eef99ce3 (patch)
treea65bf8c551cfa0f4e2d872e4901313b352ac0f3c /Documentation
parentb19293df9e84ed056bc984aa7ef716689b58b0b1 (diff)
downloadgit-8c7f78823888306c1cceafcf5fd26739eef99ce3.zip
git-8c7f78823888306c1cceafcf5fd26739eef99ce3.tar.gz
git-8c7f78823888306c1cceafcf5fd26739eef99ce3.tar.bz2
Update draft release notes to 1.6.2.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.6.2.2.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.2.2.txt b/Documentation/RelNotes-1.6.2.2.txt
index 28bfa53..4f4c473 100644
--- a/Documentation/RelNotes-1.6.2.2.txt
+++ b/Documentation/RelNotes-1.6.2.2.txt
@@ -27,9 +27,16 @@ Fixes since v1.6.2.1
* 'git-submodule add' did not tolerate extra slashes and ./ in the path it
accepted from the command line; it now is more lenient.
+* git-svn misbehaved when the project contained a path that began with
+ two dashes.
+
+* import-zips script (in contrib) did not compute the common directory
+ prefix correctly.
+
+Many small documentation updates are included as well.
---
exec >/var/tmp/1
-O=v1.6.2.1-23-g67c176f
+O=v1.6.2.1-46-gb19293d
echo O=$(git describe maint)
git shortlog --no-merges $O..maint