logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 20a711a41f2112d11a10af257abade0b735906c4
parent b7e6c15ff714779aae977b5a8583a3b110e32a1a
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 23 Oct 2017 22:12:51 -0700

git: Update to 2.14.3

Diffstat:

Mpkg/git/.gitignore2+-
Mpkg/git/config.h2+-
Mpkg/git/man.txt2+-
Mpkg/git/rev2+-
Mpkg/git/sha2562+-
Mpkg/git/url2+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.14.2.tar.xz +/git-manpages-2.14.3.tar.xz /man /man.ninja diff --git a/pkg/git/config.h b/pkg/git/config.h @@ -9,7 +9,7 @@ #define GIT_LOCALE_PATH "/share/locale" #define GIT_MAN_PATH "share/man" #define GIT_USER_AGENT "git/" GIT_VERSION -#define GIT_VERSION "2.14.2" +#define GIT_VERSION "2.14.3" #define PAGER_ENV "LESS=FRX LV=-c" #define NO_SYS_POLL_H #define NO_OPENSSL diff --git a/pkg/git/man.txt b/pkg/git/man.txt @@ -1,4 +1,4 @@ -# 2,<xzcat git-manpages-2.14.2.tar.xz | pax -s '/\.\///' '*.[1-9]' | sort +# 2,<xzcat git-manpages-2.14.3.tar.xz | pax -s '/\.\///' '*.[1-9]' | sort man1/git-add.1 man1/git-am.1 man1/git-annotate.1 diff --git a/pkg/git/rev b/pkg/git/rev @@ -1 +1 @@ -22 +23 diff --git a/pkg/git/sha256 b/pkg/git/sha256 @@ -1 +1 @@ -6dd350d1e9d00159a549f0fad08a9f954b1d12576fc8d5865fbed9dee15105fc git-manpages-2.14.2.tar.xz +5b0e3d93bafd539046b67778db0b5d627fe08ee5ef1be8b5b924517ed141b001 git-manpages-2.14.3.tar.xz diff --git a/pkg/git/url b/pkg/git/url @@ -1 +1 @@ -url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.14.2.tar.xz" +url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.14.3.tar.xz"