Skip to content

Commit 101b320

Browse files
committed
The third batch
Also let's update the DEF_VER in GIT-VERSION-GEN that presuably is not looked at by anybody ;-) Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent fdeb74f commit 101b320

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Documentation/RelNotes/2.28.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Performance, Internal Implementation, Development Support etc.
4444
* Support for GIT_CURL_VERBOSE has been rewritten in terms of
4545
GIT_TRACE_CURL.
4646

47+
* Preliminary clean-ups around refs API, plus file format
48+
specification documentation for the reftable backend.
49+
50+
* Workaround breakage in MSVC build, where "curl-config --cflags"
51+
gives settings appropriate for GCC build.
52+
4753

4854
Fixes since v2.27
4955
-----------------
@@ -78,6 +84,24 @@ Fixes since v2.27
7884
validating the arguments.
7985
(merge 4d9005ff5d cb/bisect-helper-parser-fix later to maint).
8086

87+
* Reduce memory usage during "diff --quiet" in a worktree with too
88+
many stat-unmatched paths.
89+
(merge d2d7fbe129 jk/diff-memuse-optim-with-stat-unmatch later to maint).
90+
91+
* The reflog entries for "git clone" and "git fetch" did not
92+
anonymize the URL they operated on.
93+
(merge 46da295a77 js/reflog-anonymize-for-clone-and-fetch later to maint).
94+
95+
* The behaviour of "sparse-checkout" in the state "git clone
96+
--no-checkout" left was changed accidentally in 2.27, which has
97+
been corrected.
98+
99+
* Use of negative pathspec, while collecting paths including
100+
untracked ones in the working tree, was broken.
101+
81102
* Other code cleanup, docfix, build fix, etc.
82103
(merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
83104
(merge d63ae31962 cb/t5608-cleanup later to maint).
105+
(merge 788db145c7 dl/t-readme-spell-git-correctly later to maint).
106+
(merge 45a87a83bb dl/python-2.7-is-the-floor-version later to maint).
107+
(merge b75a219904 es/advertise-contribution-doc 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
4+
DEF_VER=v2.27.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)