Accepting request 970899 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/970899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=277
This commit is contained in:
2022-04-22 19:52:58 +00:00
committed by Git OBS Bridge
parent 6b8915c67b
commit e202ace468
6 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 19 18:06:28 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- git 2.36.0:
* "git name-rev --stdin" has been deprecated and issues a
warning when used; use "git name-rev --annotate-stdin" instead.
* "git clone --filter=... --recurse-submodules" only makes the
top-level a partial clone, while submodules are fully cloned.
This behaviour is changed to pass the same filter down to the
submodules.
* improvements and extensions to multiple workflows and features
* bug fixes and performance improvements
-------------------------------------------------------------------
Thu Apr 14 06:01:19 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>