Skip to content

Commit

Permalink
Git 2.46-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jul 12, 2024
1 parent e6ae4d6 commit a7dae3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Documentation/RelNotes/2.46.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,12 @@ Fixes since v2.45
bump the format version to 2.
(merge 9c8a9ec787 tb/path-filter-fix later to maint).

* Typofix.
(merge 231cf7370e as/pathspec-h-typofix later to maint).

* Code clean-up.
(merge 4b837f821e rs/simplify-submodule-helper-super-prefix-invocation later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge 493fdae046 ew/object-convert-leakfix later to maint).
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
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.45.GIT
DEF_VER=v2.46.0-rc0

LF='
'
Expand Down

0 comments on commit a7dae3b

Please sign in to comment.