logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: a0df014a9387b3d1a91c778619d7d83ae022f8c7
parent 7591fd50039fab97b93c19dfe41c53e8ef58f1a6
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  2 Mar 2021 02:12:11 -0800

git: Update to 2.30.1

Diffstat:

Mpkg/git/.gitignore2+-
Mpkg/git/commands.txt2+-
Mpkg/git/config.h2+-
Mpkg/git/configs.txt1+
Mpkg/git/sha2562+-
Mpkg/git/url2+-
Mpkg/git/ver2+-
7 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.30.0.tar.gz +/git-manpages-2.30.1.tar.gz /man /man.ninja diff --git a/pkg/git/commands.txt b/pkg/git/commands.txt @@ -50,6 +50,7 @@ git-fetch.txt git-filter-branch.txt git-fmt-merge-msg.txt git-for-each-ref.txt +git-for-each-repo.txt git-format-patch.txt git-fsck-objects.txt git-fsck.txt @@ -93,7 +94,6 @@ git-p4.txt git-pack-objects.txt git-pack-redundant.txt git-pack-refs.txt -git-parse-remote.txt git-patch-id.txt git-prune-packed.txt git-prune.txt diff --git a/pkg/git/config.h b/pkg/git/config.h @@ -11,7 +11,7 @@ #define GIT_LOCALE_PATH "/share/locale" #define GIT_MAN_PATH "share/man" #define GIT_USER_AGENT "git/" GIT_VERSION -#define GIT_VERSION "2.30.0" +#define GIT_VERSION "2.30.1" #define HAVE_ALLOCA_H #define HAVE_PATHS_H #define HAVE_DEV_TTY diff --git a/pkg/git/configs.txt b/pkg/git/configs.txt @@ -11,6 +11,7 @@ config/branch.txt config/browser.txt config/checkout.txt config/clean.txt +config/clone.txt config/color.txt config/column.txt config/commit.txt diff --git a/pkg/git/sha256 b/pkg/git/sha256 @@ -1 +1 @@ -e23035ae232c9a5eda57db258bc3b7f1c1060cfd66920f92c7d388b6439773a6 git-manpages-2.30.0.tar.gz +db323e1b242e9d0337363b1e538c8b879e4c46eedbf94d3bee9e65dab6d49138 git-manpages-2.30.1.tar.gz diff --git a/pkg/git/url b/pkg/git/url @@ -1 +1 @@ -url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.30.0.tar.gz" +url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.30.1.tar.gz" diff --git a/pkg/git/ver b/pkg/git/ver @@ -1 +1 @@ -2.30.0 r0 +2.30.1 r0