Skip to content

Commit 1aaf149

Browse files
committed
Update draft release notes to 2.6.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a61fd3f commit 1aaf149

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.6.5.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,19 @@ Fixes since v2.6.4
2121
NULL. This gives a compiler an excuse to declare that tree will
2222
never be NULL and apply a wrong optimization. Avoid it.
2323

24+
* The helper used to iterate over loose object directories to prune
25+
stale objects did not closedir() immediately when it is done with a
26+
directory--a callback such as the one used for "git prune" may want
27+
to do rmdir(), but it would fail on open directory on platforms
28+
such as WinXP.
29+
30+
* "git p4" used to import Perforce CLs that touch only paths outside
31+
the client spec as empty commits. It has been corrected to ignore
32+
them instead, with a new configuration git-p4.keepEmptyCommits as a
33+
backward compatibility knob.
34+
35+
* The exit code of git-fsck did not reflect some types of errors
36+
found in packed objects, which has been corrected.
37+
2438
Also contains typofixes, documentation updates and trivial code
2539
clean-ups.

0 commit comments

Comments
 (0)