summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.6.6.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-12-19 19:27:06 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-12-19 19:27:35 -0800
commit718258e256b74622aa55f5ee0cb9cff4cce6bf9f (patch)
treebe359d31387fa335ceb3ad116c229643d492878d /Documentation/RelNotes-1.5.6.6.txt
parentfast-import: make tagger information optional (diff)
parentGIT 1.5.6.6 (diff)
downloadtgif-718258e256b74622aa55f5ee0cb9cff4cce6bf9f.tar.xz
GIT 1.6.0.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.6.6.txt')
-rw-r--r--Documentation/RelNotes-1.5.6.6.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.6.6.txt b/Documentation/RelNotes-1.5.6.6.txt
new file mode 100644
index 0000000000..79da23db5a
--- /dev/null
+++ b/Documentation/RelNotes-1.5.6.6.txt
@@ -0,0 +1,10 @@
+GIT v1.5.6.6 Release Notes
+==========================
+
+Fixes since 1.5.6.5
+-------------------
+
+ * Removed support for an obsolete gitweb request URI, whose
+ implementation ran "git diff" Porcelain, instead of using plumbing,
+ which would have run an external diff command specified in the
+ repository configuration as the gitweb user.