Skip to content

Commit 217f276

Browse files
committed
Git 2.15-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent af66399 commit 217f276

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Documentation/RelNotes/2.15.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ Performance, Internal Implementation, Development Support etc.
219219
pre-parse everything, and an access to a single ref in the
220220
packed-refs does not touch majority of irrelevant refs, either.
221221

222+
* Add comment to clarify that the style file is meant to be used with
223+
clang-5 and the rules are still work in progress.
224+
222225
Also contains various documentation updates and code clean-ups.
223226

224227

@@ -442,6 +445,16 @@ Fixes since v2.14
442445
correctly, which has been corrected.
443446
(merge a6304fa4c2 bc/rev-parse-parseopt-fix later to maint).
444447

448+
* The checkpoint command "git fast-import" did not flush updates to
449+
refs and marks unless at least one object was created since the
450+
last checkpoint, which has been corrected, as these things can
451+
happen without any new object getting created.
452+
(merge 30e215a65c er/fast-import-dump-refs-on-checkpoint later to maint).
453+
454+
* Spell the name of our system as "Git" in the output from
455+
request-pull script.
456+
(merge e66d7c37a5 ar/request-pull-phrasofix later to maint).
457+
445458
* Other minor doc, test and build updates and code cleanups.
446459
(merge f094b89a4d ma/parse-maybe-bool later to maint).
447460
(merge 39b00fa4d4 jk/drop-sha1-entry-pos later to maint).
@@ -465,3 +478,6 @@ Fixes since v2.14
465478
(merge 0bca165fdb jk/validate-headref-fix later to maint).
466479
(merge 93dbefb389 mr/doc-negative-pathspec later to maint).
467480
(merge 5e633326e4 ad/doc-markup-fix later to maint).
481+
(merge 9ca356fa8b rs/cocci-de-paren-call-params later to maint).
482+
(merge 7099153e8d rs/tag-null-pointer-arith-fix later to maint).
483+
(merge 0e187d758c rs/run-command-use-alloc-array 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.14.GIT
4+
DEF_VER=v2.15.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)