File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ notes for details).
39
39
still overwrote the $path unnecessarily.
40
40
(merge c5326bd jk/checkout-from-tree later to maint).
41
41
42
+ * "git config --get-color" did not parse its command line arguments
43
+ carefully.
44
+ (merge cb35722 jk/colors-fix later to maint).
45
+
42
46
* open() emulated on Windows platforms did not give EISDIR upon
43
47
an attempt to open a directory for writing.
44
48
(merge ba6fad0 js/windows-open-eisdir-error later to maint).
@@ -54,3 +58,17 @@ notes for details).
54
58
* "git init" (hence "git clone") initialized the per-repository
55
59
configuration file .git/config with x-bit by mistake.
56
60
(merge 1f32ecf mh/config-flip-xbit-back-after-checking later to maint).
61
+
62
+ * Git 2.0 was supposed to make the "simple" mode for the default of
63
+ "git push", but it didn't.
64
+ (merge 00a6fa0 jk/push-simple later to maint).
65
+
66
+ * "Everyday" document had a broken link.
67
+ (merge 366c8d4 po/everyday-doc later to maint).
68
+
69
+ * A few test fixes.
70
+ (merge 880ef58 jk/no-perl-tests later to maint).
71
+
72
+ * The build procedure did not bother fixing perl and python scripts
73
+ when NO_PERL and NO_PYTHON build-time configuration changed.
74
+ (merge ca2051d jk/rebuild-perl-scripts-with-no-perl-seting-change later to maint).
You can’t perform that action at this time.
0 commit comments