Skip to content

Commit

Permalink
Git 2.47-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Sep 26, 2024
1 parent 1522467 commit 3857aae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Documentation/RelNotes/2.47.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ Performance, Internal Implementation, Development Support etc.
* The reftable backend learned to more efficiently handle exclude
patterns while enumerating the refs.

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


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

* "git diff --exit-code" ignored modified binary files, which has
been corrected.
(merge 9a41735af6 rs/diff-exit-code-binary later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
(merge 4460e052e0 jc/range-diff-lazy-setup later to maint).
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.46.GIT
DEF_VER=v2.47.0-rc0

LF='
'
Expand Down

0 comments on commit 3857aae

Please sign in to comment.