1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-28 17:26:12 +02:00

Sync with master

This commit is contained in:
Junio C Hamano 2021-02-22 17:36:17 -08:00
commit 0a3b79fd18

View File

@ -85,6 +85,10 @@ UI, Workflows & Features
* The error message given when a configuration variable that is
expected to have a boolean value has been improved.
* Signed commits and tags now allow verification of objects, whose
two object names (one in SHA-1, the other in SHA-256) are both
signed.
Performance, Internal Implementation, Development Support etc.
@ -169,6 +173,9 @@ Performance, Internal Implementation, Development Support etc.
* Piecemeal of rewrite of "git bisect" in C continues.
* When a pager spawned by us exited, the trace log did not record its
exit status correctly, which has been corrected.
Fixes since v2.30
-----------------