aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-12-10 16:22:42 -0800
committerJunio C Hamano <gitster@pobox.com>2009-12-10 16:22:42 -0800
commit4966688e55d543fe93f9ba270c0f8b71a2c2a53e (patch)
tree705d79f3aa3078851a3a9cd13678317678879027
parent4cb51a65a478ff005630d8806d01cd76a8889faf (diff)
downloadgit-4966688e55d543fe93f9ba270c0f8b71a2c2a53e.tar.gz
git-4966688e55d543fe93f9ba270c0f8b71a2c2a53e.tar.xz
Update Release Notes for 1.6.6 to remove old bugfixes
These three have already been backported to 1.6.5.5 Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.6.6.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/RelNotes-1.6.6.txt b/Documentation/RelNotes-1.6.6.txt
index 8f9d4f5a4..059e9c3c1 100644
--- a/Documentation/RelNotes-1.6.6.txt
+++ b/Documentation/RelNotes-1.6.6.txt
@@ -223,22 +223,6 @@ Fixes since v1.6.5
All of the fixes in v1.6.5.X maintenance series are included in this
release, unless otherwise noted.
- * Enumeration of available merge strategies iterated over the list of
- commands in a wrong way, sometimes producing an incorrect result.
- Will backport by merging ed87465 (builtin-merge.c: call
- exclude_cmds() correctly., 2009-11-25).
-
- * "git format-patch revisions... -- path" issued an incorrect error
- message that suggested to use "--" on the command line when path
- does not exist in the current work tree (it is a separate matter if
- it makes sense to limit format-patch with pathspecs like that
- without using the --full-diff option). Will backport by merging
- 7e93d3b (format-patch: add test for parsing of "--", 2009-11-26).
-
- * "git shortlog" did not honor the "encoding" header embedded in the
- commit object like "git log" did. Will backport by merging 79f7ca0
- (shortlog: respect commit encoding, 2009-11-25).
-
---
exec >/var/tmp/1
echo O=$(git describe master)