summaryrefslogtreecommitdiff
path: root/pkg/git
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-03-02 02:12:11 -0800
committerMichael Forney <mforney@mforney.org>2021-03-02 16:20:18 -0800
commita0df014a9387b3d1a91c778619d7d83ae022f8c7 (patch)
tree8eb34d63472c8bed164779856a2ce9009ad2d24c /pkg/git
parent7591fd50039fab97b93c19dfe41c53e8ef58f1a6 (diff)
git: Update to 2.30.1
Diffstat (limited to 'pkg/git')
-rw-r--r--pkg/git/.gitignore2
-rw-r--r--pkg/git/commands.txt2
-rw-r--r--pkg/git/config.h2
-rw-r--r--pkg/git/configs.txt1
-rw-r--r--pkg/git/sha2562
m---------pkg/git/src0
-rw-r--r--pkg/git/url2
-rw-r--r--pkg/git/ver2
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