Skip to content

Commit 3857aae

Browse files
committed
Git 2.47-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1522467 commit 3857aae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/RelNotes/2.47.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ Performance, Internal Implementation, Development Support etc.
156156
* The reftable backend learned to more efficiently handle exclude
157157
patterns while enumerating the refs.
158158

159+
* CI updates. FreeBSD image has been updated to 13.4.
160+
(merge 2eeb29702e cb/ci-freebsd-13-4 later to maint).
161+
159162

160163
Fixes since v2.46
161164
-----------------
@@ -286,6 +289,10 @@ Fixes since v2.46
286289
* A few usability fixes to "git jump" (in contrib/).
287290
(merge 083b82544d jk/jump-quickfix-fixes later to maint).
288291

292+
* "git diff --exit-code" ignored modified binary files, which has
293+
been corrected.
294+
(merge 9a41735af6 rs/diff-exit-code-binary later to maint).
295+
289296
* Other code cleanup, docfix, build fix, etc.
290297
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
291298
(merge 4460e052e0 jc/range-diff-lazy-setup 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.46.GIT
4+
DEF_VER=v2.47.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)