File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,19 @@ Fixes since v2.6.4
21
21
NULL. This gives a compiler an excuse to declare that tree will
22
22
never be NULL and apply a wrong optimization. Avoid it.
23
23
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
+
24
38
Also contains typofixes, documentation updates and trivial code
25
39
clean-ups.
You can’t perform that action at this time.
0 commit comments