diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-14 21:23:44 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-14 21:43:53 -0700 |
| commit | 35d859bb7b5b8c809361a9762aab5045ccd5ca35 (patch) | |
| tree | 8e45a22d44fc0f1eaba038c2b0ee35938bf23e1d /pkg/git | |
| parent | 75ecf574c4f0f1055209575895422ebcfdce86eb (diff) | |
git: Update to 2.26.1
Diffstat (limited to 'pkg/git')
| -rw-r--r-- | pkg/git/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/git/config.h | 2 | ||||
| -rw-r--r-- | pkg/git/man.txt | 2 | ||||
| -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 |
7 files changed, 6 insertions, 6 deletions
diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore index e610b34e..fde418bb 100644 --- a/pkg/git/.gitignore +++ b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.26.0.tar.xz +/git-manpages-2.26.1.tar.xz /man /man.ninja diff --git a/pkg/git/config.h b/pkg/git/config.h index df02506d..aac9f809 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.26.0" +#define GIT_VERSION "2.26.1" #define HAVE_ALLOCA_H #define HAVE_PATHS_H #define HAVE_DEV_TTY diff --git a/pkg/git/man.txt b/pkg/git/man.txt index 7cd85a08..7a55c0a5 100644 --- a/pkg/git/man.txt +++ b/pkg/git/man.txt @@ -1,4 +1,4 @@ -# 2,<xzcat git-manpages-2.26.0.tar.xz | pax -s '/\.\///' '*.[1-9]' | sort +# 2,<cd src/man && find man* -name '*.[1-9]' | sort man1/git-add.1 man1/git-am.1 man1/git-annotate.1 diff --git a/pkg/git/sha256 b/pkg/git/sha256 index 018bc3ff..281d80e8 100644 --- a/pkg/git/sha256 +++ b/pkg/git/sha256 @@ -1 +1 @@ -387e46a0b67c148be7ef80759b1930a3b64ac77782630c18afc784f35ed93426 git-manpages-2.26.0.tar.xz +a93cb7f45dab1fc45a9a4a6cfc32f1a8edd0894c0441e163951c323c7a184048 git-manpages-2.26.1.tar.xz diff --git a/pkg/git/src b/pkg/git/src -Subproject 274b9cc25322d9ee79aa8e6d4e86f0ffe5ced92 +Subproject de49261b050d9cd8ec73842356077bc5b606640 diff --git a/pkg/git/url b/pkg/git/url index e4c51d64..754876ff 100644 --- a/pkg/git/url +++ b/pkg/git/url @@ -1 +1 @@ -url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.26.0.tar.xz" +url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.26.1.tar.xz" diff --git a/pkg/git/ver b/pkg/git/ver index 69a5d833..fb3be1e8 100644 --- a/pkg/git/ver +++ b/pkg/git/ver @@ -1 +1 @@ -2.26.0 r0 +2.26.1 r0 |
