mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-04 03:33:01 -06:00
Git 2.50-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
b4847a4477
commit
b32feae0f1
@ -85,6 +85,10 @@ UI, Workflows & Features
|
||||
* The commit title in the "rebase -i" todo file are now prefixed with
|
||||
'#', just like a merge commit being replayed.
|
||||
|
||||
* "git receive-pack" optionally learns not to care about connectivity
|
||||
check, which can be useful when the repository arranges to ensure
|
||||
connectivity by some other means.
|
||||
|
||||
|
||||
Performance, Internal Implementation, Development Support etc.
|
||||
--------------------------------------------------------------
|
||||
@ -185,6 +189,10 @@ Performance, Internal Implementation, Development Support etc.
|
||||
|
||||
* Assorted fixes for issues found with CodeQL.
|
||||
|
||||
* Remove the leftover hints to the test framework to mark tests that
|
||||
do not pass the leak checker tests, as they should no longer be
|
||||
needed.
|
||||
|
||||
|
||||
Fixes since v2.49
|
||||
-----------------
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
DEF_VER=v2.49.GIT
|
||||
DEF_VER=v2.50.0-rc0
|
||||
|
||||
LF='
|
||||
'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user