diff --git a/git-2.43.2.tar.sign b/git-2.43.2.tar.sign deleted file mode 100644 index c9066af..0000000 Binary files a/git-2.43.2.tar.sign and /dev/null differ diff --git a/git-2.43.2.tar.xz b/git-2.43.2.tar.xz deleted file mode 100644 index 1cf9051..0000000 --- a/git-2.43.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f612c1abc63557d50ad3849863fc9109670139fc9901e574460ec76e0511adb9 -size 7388636 diff --git a/git-2.44.0.tar.sign b/git-2.44.0.tar.sign new file mode 100644 index 0000000..042e5ca Binary files /dev/null and b/git-2.44.0.tar.sign differ diff --git a/git-2.44.0.tar.xz b/git-2.44.0.tar.xz new file mode 100644 index 0000000..e692a34 --- /dev/null +++ b/git-2.44.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3 +size 7429952 diff --git a/git.changes b/git.changes index e5682f7..46e7f06 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Feb 25 08:07:01 UTC 2024 - Andreas Stieger + +- update to 2.44.0: + * "git checkout -B " now longer allows switching to a + branch that is in use on another worktree. The users need to + use "--ignore-other-worktrees" option. + * Faster server-side rebases with git replay + * Faster pack generation with multi-pack reuse + * rebase auto-squashing now works in non-interactive mode + * pathspec now understands attr, e.g. ':(attr:~binary) for + selecting non-binaries, or builtin_objectmode for selecting + items by file mode or other properties + * Many other cli UI and internal improvements and extensions + ------------------------------------------------------------------- Tue Feb 20 09:56:30 UTC 2024 - Danilo Spinella diff --git a/git.spec b/git.spec index 659cfe0..0c34345 100644 --- a/git.spec +++ b/git.spec @@ -35,7 +35,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.43.2 +Version: 2.44.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only