Skip to content

Commit 063bceb

Browse files
committed
Git 2.48-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 29e5596 commit 063bceb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Documentation/RelNotes/2.48.0.txt

+22
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ Performance, Internal Implementation, Development Support etc.
129129

130130
* Yet another "pass the repository through the callchain" topic.
131131

132+
* "git describe" learned to stop digging the history needlessly
133+
deeper.
134+
135+
* Build procedure update plus introduction of Meson based builds.
136+
132137

133138
Fixes since v2.47
134139
-----------------
@@ -243,6 +248,23 @@ Fixes since v2.47
243248
on the path, which was not documented, which has been corrected.
244249
(merge bc1a980759 kk/doc-ancestry-path later to maint).
245250

251+
252+
* "git tag" has been taught to refuse to create refs/tags/HEAD
253+
as such a tag will be confusing in the context of UI provided by
254+
the Git Porcelain commands.
255+
(merge bbd445d5ef jc/forbid-head-as-tagname later to maint).
256+
257+
* The advice messages now tell the newer 'git config set' command to
258+
set the advice.token configuration variable to squelch a message.
259+
(merge 6c397d0104 bf/explicit-config-set-in-advice-messages later to maint).
260+
261+
* The syntax ":/<text>" to name the latest commit with the matching
262+
text was broken with a recent change, which has been corrected.
263+
(merge 0ff919e87a ps/commit-with-message-syntax-fix later to maint).
264+
265+
* Fix performance regression of a recent "fatten promisor pack with
266+
local objects" protection against an unwanted gc.
267+
246268
* Other code cleanup, docfix, build fix, etc.
247269
(merge 77af53f56f aa/t7300-modernize later to maint).
248270
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.47.GIT
3+
DEF_VER=v2.48.0-rc0
44

55
LF='
66
'

0 commit comments

Comments
 (0)