]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.47-rc0 v2.47.0-rc0
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Sep 2024 01:23:49 +0000 (18:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Sep 2024 01:24:52 +0000 (18:24 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.47.0.txt
GIT-VERSION-GEN

index 41ba7cfd91d3b94cce7a8d4079e779e93fb6dca7..6100871ec50620e455b17785196f67f40588e3bb 100644 (file)
@@ -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
 -----------------
@@ -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).
index ee71e9d8aa8cd35d67457e461c22db86f331d20b..38e920725c5f430d77c7cad43728ef4a365df6fc 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.46.GIT
+DEF_VER=v2.47.0-rc0
 
 LF='
 '