aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-10-16 23:56:55 -0700
committerJunio C Hamano <gitster@pobox.com>2009-10-16 23:57:19 -0700
commitb142da2a5dec8f868a61322e2ab591e9a008ec3b (patch)
treee8b4e43b3639030d4cb1d1c724e9a467e3194c03 /Documentation
parent050dfc4535578c2c49832ffeb3f05dbd4c6adff2 (diff)
downloadgit-b142da2a5dec8f868a61322e2ab591e9a008ec3b.tar.gz
git-b142da2a5dec8f868a61322e2ab591e9a008ec3b.tar.xz
GIT 1.6.5.1v1.6.5.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.6.5.1.txt20
-rw-r--r--Documentation/git.txt1
2 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.6.5.1.txt b/Documentation/RelNotes-1.6.5.1.txt
new file mode 100644
index 000000000..309ba181b
--- /dev/null
+++ b/Documentation/RelNotes-1.6.5.1.txt
@@ -0,0 +1,20 @@
+GIT v1.6.5.1 Release Notes
+==========================
+
+Fixes since v1.6.5
+------------------
+
+ * An corrupt pack could make codepath to read objects into an
+ infinite loop.
+
+ * Download throughput display was always shown in KiB/s but on fast links
+ it is more appropriate to show it in MiB/s.
+
+ * "git grep -f filename" used uninitialized variable and segfaulted.
+
+ * "git clone -b branch" gave a wrong commit object name to post-checkout
+ hook.
+
+ * "git pull" over http did not work on msys.
+
+Other minor documentation updates are included.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index d97aaf5bf..d11c5c165 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -46,6 +46,7 @@ Documentation for older releases are available here:
* link:v1.6.5/git.html[documentation for release 1.6.5]
* release notes for
+ link:RelNotes-1.6.5.1.txt[1.6.5.1],
link:RelNotes-1.6.5.txt[1.6.5].
* link:v1.6.4.4/git.html[documentation for release 1.6.4.4]