Accepting request 1146912 from home:AndreasStieger:branches:devel:tools:scm

git 2.43.2

OBS-URL: https://build.opensuse.org/request/show/1146912
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=636
This commit is contained in:
Danilo Spinella 2024-02-19 09:09:05 +00:00 committed by Git OBS Bridge
parent 9f3a373ebe
commit 42270f6e74
6 changed files with 24 additions and 4 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2234f37b453ff8e4672c21ad40d41cc7393c9a8dcdfe640bec7ac5b5358f30d2
size 7388400

BIN
git-2.43.2.tar.sign Normal file

Binary file not shown.

3
git-2.43.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f612c1abc63557d50ad3849863fc9109670139fc9901e574460ec76e0511adb9
size 7388636

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Feb 15 16:57:56 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.43.2:
* https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.2.txt
* Update to a new feature recently added, "git show-ref --exists".
* Rename detection logic ignored the final line of a file if it
is an incomplete line.
* "git diff --no-rename A B" did not disable rename detection but
did not trigger an error from the command line parser.
* "git diff --no-index file1 file2" segfaulted while invoking the
external diff driver, which has been corrected.
* A failed "git tag -s" did not necessarily result in an error
depending on the crypto backend, which has been corrected.
* "git stash" sometimes was silent even when it failed due to
unwritable index file, which has been corrected.
* Recent conversion to allow more than 0/1 in GIT_FLUSH broke the
mechanism by flipping what yes/no means by mistake, which has
been corrected.
-------------------------------------------------------------------
Mon Feb 12 16:59:37 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -35,7 +35,7 @@
%bcond_with asciidoctor
%endif
Name: git
Version: 2.43.1
Version: 2.43.2
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0-only