Skip to content
Snippets Groups Projects
Commit 2dfb2e07 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Git 2.4.0-rc0

parent 30db51a3
No related branches found
No related tags found
No related merge requests found
...@@ -186,6 +186,11 @@ Performance, Internal Implementation, Development Support etc. ...@@ -186,6 +186,11 @@ Performance, Internal Implementation, Development Support etc.
finish) and also add code to prevent such abuse in the run-command finish) and also add code to prevent such abuse in the run-command
helper. 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. Also contains various documentation updates and code clean-ups.
...@@ -464,3 +469,5 @@ notes for details). ...@@ -464,3 +469,5 @@ notes for details).
(merge 7032054 nd/doc-git-index-version later to maint). (merge 7032054 nd/doc-git-index-version later to maint).
(merge e869c5e tg/test-index-v4 later to maint). (merge e869c5e tg/test-index-v4 later to maint).
(merge 599d223 jk/simplify-csum-file-sha1fd-check 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).
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v2.3.3.GIT DEF_VER=v2.4.0-rc0
LF=' LF='
' '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment