diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/git/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/git/commands.txt | 2 | ||||
| -rw-r--r-- | pkg/git/config.h | 2 | ||||
| -rw-r--r-- | pkg/git/configs.txt | 1 | ||||
| -rw-r--r-- | pkg/git/sha256 | 2 | ||||
| m--------- | pkg/git/src | 0 | ||||
| -rw-r--r-- | pkg/git/url | 2 | ||||
| -rw-r--r-- | pkg/git/ver | 2 |
8 files changed, 7 insertions, 6 deletions
diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore index ec82fdc0..bf4f576b 100644 --- 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 index d1828ce2..2e5f8100 100644 --- 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 index d3a7899d..1f59539d 100644 --- 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 index 936b5f71..56714697 100644 --- 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 index d46eafa6..c9ab4da7 100644 --- 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/src b/pkg/git/src -Subproject 71ca53e8125e36efbda17293c50027d31681a41 +Subproject 773e25afc41b1b6533fa9ae2cd825d0b4a697fa diff --git a/pkg/git/url b/pkg/git/url index 28144609..b0e01973 100644 --- 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 index af82dfba..96f8fd20 100644 --- a/pkg/git/ver +++ b/pkg/git/ver @@ -1 +1 @@ -2.30.0 r0 +2.30.1 r0 |
