Skip to content

Commit 9abc44b

Browse files
committed
Second batch for 2.3 cycle
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3889e7a commit 9abc44b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/RelNotes/2.3.0.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ notes for details).
3939
still overwrote the $path unnecessarily.
4040
(merge c5326bd jk/checkout-from-tree later to maint).
4141

42+
* "git config --get-color" did not parse its command line arguments
43+
carefully.
44+
(merge cb35722 jk/colors-fix later to maint).
45+
4246
* open() emulated on Windows platforms did not give EISDIR upon
4347
an attempt to open a directory for writing.
4448
(merge ba6fad0 js/windows-open-eisdir-error later to maint).
@@ -54,3 +58,17 @@ notes for details).
5458
* "git init" (hence "git clone") initialized the per-repository
5559
configuration file .git/config with x-bit by mistake.
5660
(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).

0 commit comments

Comments
 (0)