Git 2.15-rc1
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Oct 2017 05:54:04 +0000 (14:54 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Oct 2017 05:54:04 +0000 (14:54 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.15.0.txt
GIT-VERSION-GEN
index 7b8eeb52b61cca1ab227b8e7ed30f5d318ef7781..748f3c9980f857f7e12ccf6069e6408e6e3c1e35 100644 (file)
@@ -99,6 +99,10 @@ UI, Workflows & Features
    operations in the same repository.  The new "--no-optional-locks"
    option can be passed to Git to disable them.
 
    operations in the same repository.  The new "--no-optional-locks"
    option can be passed to Git to disable them.
 
+ * "git for-each-ref --format=..." learned a new format element,
+   %(trailers), to show only the commit log trailer part of the log
+   message.
+
 
 Performance, Internal Implementation, Development Support etc.
 
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -230,6 +234,11 @@ Performance, Internal Implementation, Development Support etc.
    throughout the life of the program have been marked with UNLEAK
    marker to help the leak checkers concentrate on real leaks..
 
    throughout the life of the program have been marked with UNLEAK
    marker to help the leak checkers concentrate on real leaks..
 
+ * Plans for weaning us off of SHA-1 has been documented.
+
+ * A new "oidmap" API has been introduced and oidset API has been
+   rewritten to use it.
+
 
 Also contains various documentation updates and code clean-ups.
 
 
 Also contains various documentation updates and code clean-ups.
 
@@ -485,6 +494,9 @@ Fixes since v2.14
    there.
    (merge bea4dbeafd tb/ref-filter-empty-modifier later to maint).
 
    there.
    (merge bea4dbeafd tb/ref-filter-empty-modifier later to maint).
 
+ * An ancient bug that made Git misbehave with creation/renaming of
+   refs has been fixed.
+
  * Other minor doc, test and build updates and code cleanups.
    (merge f094b89a4d ma/parse-maybe-bool later to maint).
    (merge 39b00fa4d4 jk/drop-sha1-entry-pos later to maint).
  * Other minor doc, test and build updates and code cleanups.
    (merge f094b89a4d ma/parse-maybe-bool later to maint).
    (merge 39b00fa4d4 jk/drop-sha1-entry-pos later to maint).
@@ -516,3 +528,8 @@ Fixes since v2.14
    (merge a9155c50bd sb/branch-avoid-repeated-strbuf-release later to maint).
    (merge f777623514 ks/branch-tweak-error-message-for-extra-args later to maint).
    (merge 33f3c683ec ks/verify-filename-non-option-error-message-tweak later to maint).
    (merge a9155c50bd sb/branch-avoid-repeated-strbuf-release later to maint).
    (merge f777623514 ks/branch-tweak-error-message-for-extra-args later to maint).
    (merge 33f3c683ec ks/verify-filename-non-option-error-message-tweak later to maint).
+   (merge b3ea7dd32d jk/sha1-loose-object-info-fix later to maint).
+   (merge 2720f6db5d rs/fsck-null-return-from-lookup later to maint).
+   (merge 99b7b687a6 rs/rs-mailmap later to maint).
+   (merge 7823655082 tb/complete-describe later to maint).
+   (merge 7cbbf9d6a2 ls/filter-process-delayed later to maint).
index ab04c977be0cfdb6f282b7911d3fe630d5f70c65..0e88e2365318c6e3baa4edfe05e6e8c54f770280 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.15.0-rc0
+DEF_VER=v2.15.0-rc1
 
 LF='
 '
 
 LF='
 '