diff --git a/git-2.43.1.tar.sign b/git-2.43.1.tar.sign deleted file mode 100644 index 5d168b3..0000000 Binary files a/git-2.43.1.tar.sign and /dev/null differ diff --git a/git-2.43.1.tar.xz b/git-2.43.1.tar.xz deleted file mode 100644 index 31d1bec..0000000 --- a/git-2.43.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2234f37b453ff8e4672c21ad40d41cc7393c9a8dcdfe640bec7ac5b5358f30d2 -size 7388400 diff --git a/git-2.43.2.tar.sign b/git-2.43.2.tar.sign new file mode 100644 index 0000000..c9066af Binary files /dev/null and b/git-2.43.2.tar.sign differ diff --git a/git-2.43.2.tar.xz b/git-2.43.2.tar.xz new file mode 100644 index 0000000..1cf9051 --- /dev/null +++ b/git-2.43.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f612c1abc63557d50ad3849863fc9109670139fc9901e574460ec76e0511adb9 +size 7388636 diff --git a/git.changes b/git.changes index 9e1f68c..49117a3 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Feb 15 16:57:56 UTC 2024 - Andreas Stieger + +- 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 diff --git a/git.spec b/git.spec index 683782e..109dbf7 100644 --- a/git.spec +++ b/git.spec @@ -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