Skip to content

Commit 4966688

Browse files
committed
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 <[email protected]>
1 parent 4cb51a6 commit 4966688

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Documentation/RelNotes-1.6.6.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -223,22 +223,6 @@ Fixes since v1.6.5
223223
All of the fixes in v1.6.5.X maintenance series are included in this
224224
release, unless otherwise noted.
225225

226-
* Enumeration of available merge strategies iterated over the list of
227-
commands in a wrong way, sometimes producing an incorrect result.
228-
Will backport by merging ed87465 (builtin-merge.c: call
229-
exclude_cmds() correctly., 2009-11-25).
230-
231-
* "git format-patch revisions... -- path" issued an incorrect error
232-
message that suggested to use "--" on the command line when path
233-
does not exist in the current work tree (it is a separate matter if
234-
it makes sense to limit format-patch with pathspecs like that
235-
without using the --full-diff option). Will backport by merging
236-
7e93d3b (format-patch: add test for parsing of "--", 2009-11-26).
237-
238-
* "git shortlog" did not honor the "encoding" header embedded in the
239-
commit object like "git log" did. Will backport by merging 79f7ca0
240-
(shortlog: respect commit encoding, 2009-11-25).
241-
242226
---
243227
exec >/var/tmp/1
244228
echo O=$(git describe master)

0 commit comments

Comments
 (0)