logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 5256901212b062ac7d6f8d53fc6f0700671a41a9
parent 2f54f77fe7a22b3257d70646f24ed5f84efdd2e7
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 29 Sep 2018 18:28:10 -0700

git: Update to 2.19.0

Diffstat:

Mpkg/git/.gitignore2+-
Mpkg/git/commands.txt32+++++++++++++++++++++++++++++++-
Mpkg/git/config.h2+-
Mpkg/git/gen.lua10+++++++++-
Mpkg/git/man.txt3++-
Mpkg/git/rev2+-
Mpkg/git/sha2562+-
Mpkg/git/url2+-
8 files changed, 47 insertions(+), 8 deletions(-)

diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.18.0.tar.xz +/git-manpages-2.19.0.tar.xz /man /man.ninja diff --git a/pkg/git/commands.txt b/pkg/git/commands.txt @@ -1,4 +1,4 @@ -# 2,<cd src/Documentation && printf '%s\n' git-*.txt +# 2,<cd src/Documentation && printf '%s\n' git*.txt *config.txt git-add.txt git-am.txt git-annotate.txt @@ -97,6 +97,7 @@ git-prune.txt git-pull.txt git-push.txt git-quiltimport.txt +git-range-diff.txt git-read-tree.txt git-rebase.txt git-receive-pack.txt @@ -149,3 +150,32 @@ git-web--browse.txt git-whatchanged.txt git-worktree.txt git-write-tree.txt +git.txt +gitattributes.txt +gitcli.txt +gitcore-tutorial.txt +gitcredentials.txt +gitcvs-migration.txt +gitdiffcore.txt +giteveryday.txt +gitglossary.txt +githooks.txt +gitignore.txt +gitk.txt +gitmodules.txt +gitnamespaces.txt +gitremote-helpers.txt +gitrepository-layout.txt +gitrevisions.txt +gitsubmodules.txt +gittutorial-2.txt +gittutorial.txt +gitweb.conf.txt +gitweb.txt +gitworkflows.txt +config.txt +diff-config.txt +fmt-merge-msg-config.txt +git-config.txt +merge-config.txt +rebase-config.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.18.0" +#define GIT_VERSION "2.19.0" #define HAVE_ALLOCA_H #define HAVE_PATHS_H #define HAVE_DEV_TTY diff --git a/pkg/git/gen.lua b/pkg/git/gen.lua @@ -79,6 +79,7 @@ lib('libgit.a', [[ ewah/ewah_io.c ewah/ewah_rlw.c exec-cmd.c.o + fetch-negotiator.c fetch-object.c fetch-pack.c fsck.c @@ -88,9 +89,11 @@ lib('libgit.a', [[ graph.c grep.c hashmap.c + linear-assignment.c help.c hex.c ident.c + json-writer.c kwset.c levenshtein.c line-log.c @@ -111,6 +114,8 @@ lib('libgit.a', [[ merge.c mergesort.c name-hash.c + negotiator/default.c + negotiator/skipping.c notes-cache.c notes-merge.c notes-utils.c @@ -140,6 +145,7 @@ lib('libgit.a', [[ prompt.c protocol.c quote.c + range-diff.c reachable.c read-cache.c ref-filter.c @@ -300,6 +306,7 @@ local builtins = { 'prune', 'pull', 'push', + 'range-diff', 'read-tree', 'rebase--helper', 'receive-pack', @@ -319,6 +326,7 @@ local builtins = { 'serve', 'shortlog', 'show-branch', + 'show-index', 'show-ref', 'stripspace', 'submodule--helper', @@ -370,7 +378,6 @@ x('http-backend') x('imap-send', {'imap-send.c', 'http.c.o', '$builddir/pkg/curl/libcurl.a.d'}) x('sh-i18n--envsubst') x('shell') -x('show-index') -- git-remote-testsvn is intentionally omitted. x('remote-http', {'remote-curl.c', 'http.c.o', 'http-walker.c', '$builddir/pkg/curl/libcurl.a.d'}) @@ -405,6 +412,7 @@ x('mergetool--lib', '644') x('parse-remote', '644') x('rebase--am', '644') x('rebase--interactive', '644') +x('rebase--preserve-merges', '644') x('rebase--merge', '644') x('sh-setup', '644') x('sh-i18n', '644') diff --git a/pkg/git/man.txt b/pkg/git/man.txt @@ -1,4 +1,4 @@ -# 2,<xzcat git-manpages-2.18.0.tar.xz | pax -s '/\.\///' '*.[1-9]' | sort +# 2,<xzcat git-manpages-2.19.0.tar.xz | pax -s '/\.\///' '*.[1-9]' | sort man1/git-add.1 man1/git-am.1 man1/git-annotate.1 @@ -96,6 +96,7 @@ man1/git-prune.1 man1/git-pull.1 man1/git-push.1 man1/git-quiltimport.1 +man1/git-range-diff.1 man1/git-read-tree.1 man1/git-rebase.1 man1/git-receive-pack.1 diff --git a/pkg/git/rev b/pkg/git/rev @@ -1 +1 @@ -31 +32 diff --git a/pkg/git/sha256 b/pkg/git/sha256 @@ -1 +1 @@ -9ae3be95e63379597164c79c9018e84b7ef6964da923e5689dbc307693266096 git-manpages-2.18.0.tar.xz +4e51041b9636a1fdd8887091d1cca8b0cc6af3f1761870edd091e074378e7dcb git-manpages-2.19.0.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.18.0.tar.xz" +url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.19.0.tar.xz"