summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.6.5.9.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-15 19:27:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-15 19:27:41 (GMT)
commitec82874ad47627a44b6b22a6645551a214293711 (patch)
tree9b3c1121c7f4f69ea0966885f904f18a3e2f39bc /Documentation/RelNotes/1.6.5.9.txt
parentd8e3ac7e7264863544c95069024f1cbaedb5db3d (diff)
parent88fcc52e4468d5dfef4f50d2bdee4b168a855368 (diff)
downloadgit-ec82874ad47627a44b6b22a6645551a214293711.zip
git-ec82874ad47627a44b6b22a6645551a214293711.tar.gz
git-ec82874ad47627a44b6b22a6645551a214293711.tar.bz2
Git 1.6.5.9v1.6.5.9
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.6.5.9.txt')
-rw-r--r--Documentation/RelNotes/1.6.5.9.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.6.5.9.txt b/Documentation/RelNotes/1.6.5.9.txt
new file mode 100644
index 0000000..bb469dd
--- /dev/null
+++ b/Documentation/RelNotes/1.6.5.9.txt
@@ -0,0 +1,18 @@
+Git v1.6.5.9 Release Notes
+==========================
+
+Fixes since v1.6.5.8
+--------------------
+
+ * An overlong line after ".gitdir: " in a git file caused out of bounds
+ access to an array on the stack.
+
+ * "git blame -L $start,$end" segfaulted when too large $start was given.
+
+ * "git rev-parse --parseopt --stop-at-non-option" did not stop at non option
+ when --keep-dashdash was in effect.
+
+ * "gitweb" can sometimes be tricked into parrotting a filename argument
+ given in a request without properly quoting.
+
+Other minor fixes and documentation updates are included.