Skip to content

Commit 2dfb2e0

Browse files
committed
Git 2.4.0-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 30db51a commit 2dfb2e0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/RelNotes/2.4.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ Performance, Internal Implementation, Development Support etc.
186186
finish) and also add code to prevent such abuse in the run-command
187187
helper.
188188

189+
* People often forget to chain the commands in their test together
190+
with &&, leaving a failure from an earlier command in the test go
191+
unnoticed. The new GIT_TEST_CHAIN_LINT mechanism allows you to
192+
catch such a mistake more easily.
193+
189194

190195
Also contains various documentation updates and code clean-ups.
191196

@@ -464,3 +469,5 @@ notes for details).
464469
(merge 7032054 nd/doc-git-index-version later to maint).
465470
(merge e869c5e tg/test-index-v4 later to maint).
466471
(merge 599d223 jk/simplify-csum-file-sha1fd-check later to maint).
472+
(merge 260d585 sg/completion-gitcomp-nl-for-refs later to maint).
473+
(merge 777c55a jc/report-path-error-to-dir later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.3.3.GIT
4+
DEF_VER=v2.4.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)