summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-12 22:37:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-12-12 22:37:33 (GMT)
commit9abc44b681a669c67d071d858c8aad21f65a0956 (patch)
treed65d83688b04024c4f9fcba5d5a702b7a599fd92 /Documentation/RelNotes
parent3889e7a60c65031f0c5381d8060cefb4294d932e (diff)
downloadgit-9abc44b681a669c67d071d858c8aad21f65a0956.zip
git-9abc44b681a669c67d071d858c8aad21f65a0956.tar.gz
git-9abc44b681a669c67d071d858c8aad21f65a0956.tar.bz2
Second batch for 2.3 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.3.0.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.3.0.txt b/Documentation/RelNotes/2.3.0.txt
index fb956b2..880c062 100644
--- a/Documentation/RelNotes/2.3.0.txt
+++ b/Documentation/RelNotes/2.3.0.txt
@@ -39,6 +39,10 @@ notes for details).
still overwrote the $path unnecessarily.
(merge c5326bd jk/checkout-from-tree later to maint).
+ * "git config --get-color" did not parse its command line arguments
+ carefully.
+ (merge cb35722 jk/colors-fix later to maint).
+
* open() emulated on Windows platforms did not give EISDIR upon
an attempt to open a directory for writing.
(merge ba6fad0 js/windows-open-eisdir-error later to maint).
@@ -54,3 +58,17 @@ notes for details).
* "git init" (hence "git clone") initialized the per-repository
configuration file .git/config with x-bit by mistake.
(merge 1f32ecf mh/config-flip-xbit-back-after-checking later to maint).
+
+ * Git 2.0 was supposed to make the "simple" mode for the default of
+ "git push", but it didn't.
+ (merge 00a6fa0 jk/push-simple later to maint).
+
+ * "Everyday" document had a broken link.
+ (merge 366c8d4 po/everyday-doc later to maint).
+
+ * A few test fixes.
+ (merge 880ef58 jk/no-perl-tests later to maint).
+
+ * The build procedure did not bother fixing perl and python scripts
+ when NO_PERL and NO_PYTHON build-time configuration changed.
+ (merge ca2051d jk/rebuild-perl-scripts-with-no-perl-seting-change later to maint).