Skip to content

Commit 87680d3

Browse files
committed
Git 2.27-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 22954ba commit 87680d3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Documentation/RelNotes/2.27.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ Performance, Internal Implementation, Development Support etc.
178178
start_progress() and the stop_progress() calls as a "region" to be
179179
traced.
180180

181+
* Instead of downloading Windows SDK for CI jobs for windows builds
182+
from an external site (wingit.blob.core.windows.net), use the one
183+
created in the windows-build job, to work around quota issues at
184+
the external site.
185+
181186

182187
Fixes since v2.26
183188
-----------------
@@ -470,6 +475,15 @@ Fixes since v2.26
470475
name. This has been corrected.
471476
(merge 9068cfb20f rs/fsck-duplicate-names-in-trees later to maint).
472477

478+
* Code clean-up by removing a compatibility implementation of a
479+
function we no longer use.
480+
(merge 84b0115f0d cb/no-more-gmtime later to maint).
481+
482+
* When a binary file gets modified and renamed on both sides of history
483+
to different locations, both files would be written to the working
484+
tree but both would have the contents from "ours". This has been
485+
corrected so that the path from each side gets their original content.
486+
473487
* Other code cleanup, docfix, build fix, etc.
474488
(merge 564956f358 jc/maintain-doc later to maint).
475489
(merge 7422b2a0a1 sg/commit-slab-clarify-peek 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.27.0-rc0
4+
DEF_VER=v2.27.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)