summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.6.2.2.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-03-30 13:29:57 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-03-30 13:29:57 -0700
commit442dd42d6d4903640b0dc5561481a77c88dcea90 (patch)
treeee755ba591e8d3e81941e0dc3dd80420dfde0790 /Documentation/RelNotes-1.6.2.2.txt
parentDocumentation: push.default applies to all remotes (diff)
parentUpdate draft release notes to 1.6.2.2 (diff)
downloadtgif-442dd42d6d4903640b0dc5561481a77c88dcea90.tar.xz
Merge branch 'maint'
* maint: Update draft release notes to 1.6.2.2 Fix bash completion in path with spaces bash completion: only show 'log --merge' if merging git-tag(1): add hint about commit messages Documentation: update graph api example.
Diffstat (limited to 'Documentation/RelNotes-1.6.2.2.txt')
-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 28bfa5399b..4f4c47341f 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