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>2018-06-13 22:57:07 +0300
committerJunio C Hamano <gitster@pobox.com>2018-06-13 22:57:07 +0300
commit68372c88794aba15f853542008cda39def768372 (patch)
treef2baa0aa4aea77f794f9275eb476d751f20e45b7
parent549ca8aa7ce73fa3d4d5daabc8929d09b92c4763 (diff)
Git 2.18-rc2v2.18.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.18.0.txt6
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.18.0.txt b/Documentation/RelNotes/2.18.0.txt
index 449e49e0eb..7c59bd92fb 100644
--- a/Documentation/RelNotes/2.18.0.txt
+++ b/Documentation/RelNotes/2.18.0.txt
@@ -518,6 +518,11 @@ Fixes since v2.17
nickname for remote groups, but only one of them was documented.
(merge a97447a42a nd/remote-update-doc later to maint).
+ * "index-pack --strict" has been taught to make sure that it runs the
+ final object integrity checks after making the freshly indexed
+ packfile available to itself.
+ (merge 3737746120 jk/index-pack-maint later to maint).
+
* Other minor doc, test and build updates and code cleanups.
(merge 248f66ed8e nd/trace-with-env later to maint).
(merge 14ced5562c ys/bisect-object-id-missing-conversion-fix later to maint).
@@ -553,3 +558,4 @@ Fixes since v2.17
(merge 44f560fc16 rd/init-typo later to maint).
(merge f156a0934a rd/p4-doc-markup-env later to maint).
(merge 2a00502b14 tg/doc-sec-list later to maint).
+ (merge 47cc91310a jk/submodule-fsck-loose-fixup later to maint).
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 1971bf34c3..49fc15e1c1 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.18.0-rc1
+DEF_VER=v2.18.0-rc2
LF='
'