Skip to content

Commit 111ef79

Browse files
committed
Git 2.15-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6909bf6 commit 111ef79

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Documentation/RelNotes/2.15.0.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ UI, Workflows & Features
9999
operations in the same repository. The new "--no-optional-locks"
100100
option can be passed to Git to disable them.
101101

102+
* "git for-each-ref --format=..." learned a new format element,
103+
%(trailers), to show only the commit log trailer part of the log
104+
message.
105+
102106

103107
Performance, Internal Implementation, Development Support etc.
104108

@@ -230,6 +234,11 @@ Performance, Internal Implementation, Development Support etc.
230234
throughout the life of the program have been marked with UNLEAK
231235
marker to help the leak checkers concentrate on real leaks..
232236

237+
* Plans for weaning us off of SHA-1 has been documented.
238+
239+
* A new "oidmap" API has been introduced and oidset API has been
240+
rewritten to use it.
241+
233242

234243
Also contains various documentation updates and code clean-ups.
235244

@@ -485,6 +494,9 @@ Fixes since v2.14
485494
there.
486495
(merge bea4dbeafd tb/ref-filter-empty-modifier later to maint).
487496

497+
* An ancient bug that made Git misbehave with creation/renaming of
498+
refs has been fixed.
499+
488500
* Other minor doc, test and build updates and code cleanups.
489501
(merge f094b89a4d ma/parse-maybe-bool later to maint).
490502
(merge 39b00fa4d4 jk/drop-sha1-entry-pos later to maint).
@@ -516,3 +528,8 @@ Fixes since v2.14
516528
(merge a9155c50bd sb/branch-avoid-repeated-strbuf-release later to maint).
517529
(merge f777623514 ks/branch-tweak-error-message-for-extra-args later to maint).
518530
(merge 33f3c683ec ks/verify-filename-non-option-error-message-tweak later to maint).
531+
(merge b3ea7dd32d jk/sha1-loose-object-info-fix later to maint).
532+
(merge 2720f6db5d rs/fsck-null-return-from-lookup later to maint).
533+
(merge 99b7b687a6 rs/rs-mailmap later to maint).
534+
(merge 7823655082 tb/complete-describe later to maint).
535+
(merge 7cbbf9d6a2 ls/filter-process-delayed 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.15.0-rc0
4+
DEF_VER=v2.15.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)