mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
Git 2.45-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
6c69d3a91f
commit
ae3196a5ea
2 changed files with 3 additions and 1 deletions
|
@ -430,3 +430,5 @@ Fixes since v2.44
|
|||
(merge 39bb692152 rs/imap-send-use-xsnprintf later to maint).
|
||||
(merge 8d320cec60 jc/t2104-style-fixes later to maint).
|
||||
(merge b4454d5a7b pw/t3428-cleanup later to maint).
|
||||
(merge 84a7c33a4b pf/commitish-committish later to maint).
|
||||
(merge 8882ee9d68 la/mailmap-entry later to maint).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
GVF=GIT-VERSION-FILE
|
||||
DEF_VER=v2.44.GIT
|
||||
DEF_VER=v2.45.0-rc0
|
||||
|
||||
LF='
|
||||
'
|
||||
|
|
Loading…
Reference in a new issue