From fbac4cfd560fd83899f9c4f4c7b7b957d9947413 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 10 Jun 2019 00:50:00 -0700 Subject: git: Update to 2.22.0 --- pkg/git/.gitignore | 2 +- pkg/git/commands.txt | 2 +- pkg/git/config.h | 4 ++-- pkg/git/gen.lua | 20 +++++++++++++++----- pkg/git/man.txt | 5 ++--- pkg/git/sha256 | 2 +- pkg/git/src | 2 +- pkg/git/url | 2 +- pkg/git/ver | 2 +- 9 files changed, 25 insertions(+), 16 deletions(-) (limited to 'pkg/git') diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore index be1e0aae..6fabe7c0 100644 --- a/pkg/git/.gitignore +++ b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.21.0.tar.xz +/git-manpages-2.22.0.tar.xz /man /man.ninja diff --git a/pkg/git/commands.txt b/pkg/git/commands.txt index 120aa579..ebfc47bb 100644 --- a/pkg/git/commands.txt +++ b/pkg/git/commands.txt @@ -105,7 +105,6 @@ git-receive-pack.txt git-reflog.txt git-remote-ext.txt git-remote-fd.txt -git-remote-testgit.txt git-remote.txt git-repack.txt git-replace.txt @@ -244,6 +243,7 @@ config/stash.txt config/status.txt config/submodule.txt config/tag.txt +config/trace2.txt config/transfer.txt config/uploadarchive.txt config/uploadpack.txt diff --git a/pkg/git/config.h b/pkg/git/config.h index 0678f49b..b5e357cf 100644 --- a/pkg/git/config.h +++ b/pkg/git/config.h @@ -3,7 +3,7 @@ #define DEFAULT_PAGER "" #define ETC_GITATTRIBUTES "/etc/gitattributes" #define ETC_GITCONFIG "/etc/gitconfig" -#define GIT_BUILT_FROM_COMMIT "0d0ac3826a3bbb9247e39e12623bbcfdd722f24c" +#define GIT_BUILT_FROM_COMMIT "b697d92f56511e804b8ba20ccbe7bdc85dc66810" #define GIT_EXEC_PATH "libexec/git-core" #define GIT_HOST_CPU "unknown" #define GIT_HTML_PATH "share/doc/git-doc" @@ -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.21.0" +#define GIT_VERSION "2.22.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 index e3b54468..c2fb5579 100644 --- a/pkg/git/gen.lua +++ b/pkg/git/gen.lua @@ -193,6 +193,19 @@ lib('libgit.a', [[ thread-utils.c tmp-objdir.c trace.c + trace2.c + trace2/( + tr2_cfg.c + tr2_cmd_name.c + tr2_dst.c + tr2_sid.c + tr2_sysenv.c + tr2_tbuf.c + tr2_tgt_event.c + tr2_tgt_normal.c + tr2_tgt_perf.c + tr2_tls.c + ) trailer.c transport-helper.c transport.c @@ -317,7 +330,6 @@ local builtins = { 'range-diff', 'read-tree', 'rebase', - 'rebase--interactive', 'receive-pack', 'reflog', 'remote', @@ -332,11 +344,11 @@ local builtins = { 'revert', 'rm', 'send-pack', - 'serve', 'shortlog', 'show-branch', 'show-index', 'show-ref', + 'stash', 'stripspace', 'submodule--helper', 'symbolic-ref', @@ -409,10 +421,8 @@ x('merge-one-file', '755') x('merge-resolve', '755') x('mergetool', '755') x('quiltimport', '755') -x('legacy-rebase', '755') -x('remote-testgit', '755') +x('legacy-stash', '755') x('request-pull', '755') -x('stash', '755') x('submodule', '755') x('web--browse', '755') diff --git a/pkg/git/man.txt b/pkg/git/man.txt index f5cec223..31278455 100644 --- a/pkg/git/man.txt +++ b/pkg/git/man.txt @@ -1,4 +1,4 @@ -# 2,