Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-26 21:59:05 +0300
committerJunio C Hamano <gitster@pobox.com>2015-03-26 21:59:05 +0300
commit2dfb2e07cb0cb979f630643b57dca579a0359a9d (patch)
treeeea47527c66b4c57e0f5515ff31c0446172df548 /Documentation/RelNotes/2.4.0.txt
parent30db51a3fec68bfa5a59b9b3886162f536e37320 (diff)
Git 2.4.0-rc0v2.4.0-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.4.0.txt')
-rw-r--r--Documentation/RelNotes/2.4.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.4.0.txt b/Documentation/RelNotes/2.4.0.txt
index 386c75d0b3..53c91270e7 100644
--- a/Documentation/RelNotes/2.4.0.txt
+++ b/Documentation/RelNotes/2.4.0.txt
@@ -186,6 +186,11 @@ Performance, Internal Implementation, Development Support etc.
finish) and also add code to prevent such abuse in the run-command
helper.
+ * People often forget to chain the commands in their test together
+ with &&, leaving a failure from an earlier command in the test go
+ unnoticed. The new GIT_TEST_CHAIN_LINT mechanism allows you to
+ catch such a mistake more easily.
+
Also contains various documentation updates and code clean-ups.
@@ -464,3 +469,5 @@ notes for details).
(merge 7032054 nd/doc-git-index-version later to maint).
(merge e869c5e tg/test-index-v4 later to maint).
(merge 599d223 jk/simplify-csum-file-sha1fd-check later to maint).
+ (merge 260d585 sg/completion-gitcomp-nl-for-refs later to maint).
+ (merge 777c55a jc/report-path-error-to-dir later to maint).