summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-07-02 00:19:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-02 00:19:34 (GMT)
commit951b09ce363f503d7bbd9dfa01b5a3ea2623c3d8 (patch)
tree66a359823e566656dd84f43e464c967e71c53fd7 /Documentation
parent5e707b28d9ea0bebfef5aff977e3ccebd53aa045 (diff)
parent7ad0f27b925463c5ca6908573ed24ede11a9981f (diff)
downloadgit-951b09ce363f503d7bbd9dfa01b5a3ea2623c3d8.zip
git-951b09ce363f503d7bbd9dfa01b5a3ea2623c3d8.tar.gz
git-951b09ce363f503d7bbd9dfa01b5a3ea2623c3d8.tar.bz2
Merge maint in
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.5.6.2.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.6.2.txt b/Documentation/RelNotes-1.5.6.2.txt
new file mode 100644
index 0000000..02d5910
--- /dev/null
+++ b/Documentation/RelNotes-1.5.6.2.txt
@@ -0,0 +1,31 @@
+GIT v1.5.6.2 Release Notes
+==========================
+
+Futureproof
+-----------
+
+ * "git-shell" accepts requests without a dash between "git" and
+ subcommand name (e.g. "git upload-pack") which the newer client will
+ start to make sometime in the future.
+
+Fixes since v1.5.6.1
+--------------------
+
+* Optimization for a large import via "git-svn" introduced in v1.5.6 had a
+ serious memory and temporary file leak, which made it unusable for
+ moderately large import.
+
+* "git-svn" mangled remote nickname used in the configuration file
+ unnecessarily.
+
+* "git diff --check" did not report the result via its exit status
+ reliably.
+
+* "git show" segfaulted when an annotated tag that points at another
+ annotated tag was given to it.
+
+--
+exec >/var/tmp/1
+echo O=$(git describe maint)
+O=v1.5.6.1-13-g4f3dcc2
+git shortlog --no-merges $O..maint