diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-19 09:22:10 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-19 09:22:10 +0000 |
| commit | 4c81853e25676324e2eb93f2639e646d5413f775 (patch) | |
| tree | a97a2c8c05668e9d7746648941cd01bb4952a4ae | |
| parent | 1e0ff9d4a4a85d1b00f18aac2ed6542cd4c2c559 (diff) | |
| download | alicelinux-4c81853e25676324e2eb93f2639e646d5413f775.tar.gz alicelinux-4c81853e25676324e2eb93f2639e646d5413f775.zip | |
git: updated to 2.50.0
| -rw-r--r-- | repos/core/git/.checksum | 2 | ||||
| -rw-r--r-- | repos/core/git/.files | 4 | ||||
| -rw-r--r-- | repos/core/git/abuild | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/repos/core/git/.checksum b/repos/core/git/.checksum index eaf3c8f0..65f5aad2 100644 --- a/repos/core/git/.checksum +++ b/repos/core/git/.checksum @@ -1 +1 @@ -4106ba1248ddd8be82702827ac4b003600b9b985751e92c6942c62768873c213 git-2.49.0.tar.xz +76738cf4ce992ffeedf5a931cb197f0577f2dea6a0ef632e8ea6bfb7c7832006 git-2.50.0.tar.xz diff --git a/repos/core/git/.files b/repos/core/git/.files index 23386d79..b0a04457 100644 --- a/repos/core/git/.files +++ b/repos/core/git/.files @@ -53,6 +53,7 @@ lrwxrwxrwx root/root usr/libexec/git-core/git-diagnose -> git lrwxrwxrwx root/root usr/libexec/git-core/git-diff -> git lrwxrwxrwx root/root usr/libexec/git-core/git-diff-files -> git lrwxrwxrwx root/root usr/libexec/git-core/git-diff-index -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-diff-pairs -> git lrwxrwxrwx root/root usr/libexec/git-core/git-diff-tree -> git lrwxrwxrwx root/root usr/libexec/git-core/git-difftool -> git -rwxr-xr-x root/root usr/libexec/git-core/git-difftool--helper @@ -207,6 +208,9 @@ drwxr-xr-x root/root usr/libexec/git-core/mergetools/ -rw-r--r-- root/root usr/libexec/git-core/mergetools/xxdiff -rwxr-xr-x root/root usr/libexec/git-core/scalar drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/bash-completion/ +drwxr-xr-x root/root usr/share/bash-completion/completions/ +-rw-r--r-- root/root usr/share/bash-completion/completions/git drwxr-xr-x root/root usr/share/git-core/ drwxr-xr-x root/root usr/share/git-core/templates/ -rw-r--r-- root/root usr/share/git-core/templates/description diff --git a/repos/core/git/abuild b/repos/core/git/abuild index 290cd1ba..121258da 100644 --- a/repos/core/git/abuild +++ b/repos/core/git/abuild @@ -1,5 +1,5 @@ name=git -version=2.49.0 +version=2.50.0 release=1 source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz" build_type=configure_build |