summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.6.5.9.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-15 11:47:40 -0800
committerJunio C Hamano <gitster@pobox.com>2010-12-15 11:47:40 -0800
commitfa1c8542cb3ed2a193aac2e514ebe12d7fe22a04 (patch)
treefea66ae5bc2dd9d46dd00fa5c2bc7f31e19d6eab /Documentation/RelNotes/1.6.5.9.txt
parentada6a4117eb204fe14a83bc51daaf923cd8127ec (diff)
parentb91779f17eb19ffc2e63e84728e785cf274b47df (diff)
downloadgit-fa1c8542cb3ed2a193aac2e514ebe12d7fe22a04.tar.gz
Git 1.7.3.4v1.7.3.4
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 0000000000..bb469dd71e
--- /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.