Skip to content

Commit 68372c8

Browse files
committed
Git 2.18-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 549ca8a commit 68372c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Documentation/RelNotes/2.18.0.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,11 @@ Fixes since v2.17
518518
nickname for remote groups, but only one of them was documented.
519519
(merge a97447a42a nd/remote-update-doc later to maint).
520520

521+
* "index-pack --strict" has been taught to make sure that it runs the
522+
final object integrity checks after making the freshly indexed
523+
packfile available to itself.
524+
(merge 3737746120 jk/index-pack-maint later to maint).
525+
521526
* Other minor doc, test and build updates and code cleanups.
522527
(merge 248f66ed8e nd/trace-with-env later to maint).
523528
(merge 14ced5562c ys/bisect-object-id-missing-conversion-fix later to maint).
@@ -553,3 +558,4 @@ Fixes since v2.17
553558
(merge 44f560fc16 rd/init-typo later to maint).
554559
(merge f156a0934a rd/p4-doc-markup-env later to maint).
555560
(merge 2a00502b14 tg/doc-sec-list later to maint).
561+
(merge 47cc91310a jk/submodule-fsck-loose-fixup 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.18.0-rc1
4+
DEF_VER=v2.18.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)