diff --git a/git-2.44.0.tar.sign b/git-2.44.0.tar.sign deleted file mode 100644 index 042e5ca..0000000 Binary files a/git-2.44.0.tar.sign and /dev/null differ diff --git a/git-2.44.0.tar.xz b/git-2.44.0.tar.xz deleted file mode 100644 index e692a34..0000000 --- a/git-2.44.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3 -size 7429952 diff --git a/git-2.45.0.tar.sign b/git-2.45.0.tar.sign new file mode 100644 index 0000000..e36c868 Binary files /dev/null and b/git-2.45.0.tar.sign differ diff --git a/git-2.45.0.tar.xz b/git-2.45.0.tar.xz new file mode 100644 index 0000000..d6f334f --- /dev/null +++ b/git-2.45.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429 +size 7482988 diff --git a/git.changes b/git.changes index 46e7f06..d5e4527 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed May 1 16:47:14 UTC 2024 - Andreas Stieger + +- update to 2.45.0: + * Improved efficiency managing repositories with many references + ("git init --ref-format=reftable") + * "git checkout -p" and friends learned that that "@" is a + synonym for "HEAD" + * cli improvements handling refs + * Expanded a number of commands and options, UI improvements + * status.showUntrackedFiles now accepts "true" + * git-cherry-pick(1) now automatically drops redundant commits + with new --empty option + * The userdiff patterns for C# has been updated. + ------------------------------------------------------------------- Sun Feb 25 08:07:01 UTC 2024 - Andreas Stieger diff --git a/git.spec b/git.spec index 0c34345..c16c2ed 100644 --- a/git.spec +++ b/git.spec @@ -35,7 +35,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.44.0 +Version: 2.45.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only