diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2024-03-09 15:59:36 -0700 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2024-03-09 15:59:36 -0700 |
| commit | e38d34df74f423f27adcb9ff672f43b8c62f0efc (patch) | |
| tree | 43cb8a71f21d53cb4d518a6b44f7da365afe118b /pkg/git | |
| parent | c1628f7b962d273dc74bed7a24b9c67e02a2df2c (diff) | |
git: bump to 2.44.0
Diffstat (limited to 'pkg/git')
| -rw-r--r-- | pkg/git/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/git/commands.txt | 1 | ||||
| -rw-r--r-- | pkg/git/config.h | 4 | ||||
| -rw-r--r-- | pkg/git/configs.txt | 1 | ||||
| -rw-r--r-- | pkg/git/gen.lua | 3 | ||||
| -rw-r--r-- | pkg/git/man.txt | 1 | ||||
| -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 |
10 files changed, 12 insertions, 6 deletions
diff --git a/pkg/git/.gitignore b/pkg/git/.gitignore index cd036d9d..810c7148 100644 --- a/pkg/git/.gitignore +++ b/pkg/git/.gitignore @@ -1,3 +1,3 @@ -/git-manpages-2.42.0.tar.gz +/git-manpages-2.44.0.tar.gz /man /man.ninja diff --git a/pkg/git/commands.txt b/pkg/git/commands.txt index c3351e0a..142ba644 100644 --- a/pkg/git/commands.txt +++ b/pkg/git/commands.txt @@ -113,6 +113,7 @@ git-remote-fd.txt git-remote.txt git-repack.txt git-replace.txt +git-replay.txt git-request-pull.txt git-rerere.txt git-reset.txt diff --git a/pkg/git/config.h b/pkg/git/config.h index cbabea58..3463af01 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 "43c8a30d150ecede9709c1f2527c8fba92c65f40" +#define GIT_BUILT_FROM_COMMIT "3c2a3fdc388747b9eaf4a4a4f2035c1c9ddb26d0" #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.42.0" +#define GIT_VERSION "2.44.0" #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 ac7a91d0..c0abe435 100644 --- a/pkg/git/configs.txt +++ b/pkg/git/configs.txt @@ -6,6 +6,7 @@ config/advice.txt config/alias.txt config/am.txt config/apply.txt +config/attr.txt config/blame.txt config/branch.txt config/browser.txt diff --git a/pkg/git/gen.lua b/pkg/git/gen.lua index 89239fa9..3ce5738c 100644 --- a/pkg/git/gen.lua +++ b/pkg/git/gen.lua @@ -123,6 +123,7 @@ lib('libgit.a', [[ hash-lookup.c hashmap.c help.c + hex-ll.c hex.c hook.c ident.c @@ -176,6 +177,7 @@ lib('libgit.a', [[ parallel-checkout.c parse-options-cb.c parse-options.c + parse.c patch-delta.c patch-ids.c path.c @@ -403,6 +405,7 @@ local builtins = { 'remote', 'repack', 'replace', + 'replay', 'rerere', 'reset', 'rev-list', diff --git a/pkg/git/man.txt b/pkg/git/man.txt index 2dcc3c76..81818d05 100644 --- a/pkg/git/man.txt +++ b/pkg/git/man.txt @@ -112,6 +112,7 @@ man1/git-remote-fd.1 man1/git-remote.1 man1/git-repack.1 man1/git-replace.1 +man1/git-replay.1 man1/git-request-pull.1 man1/git-rerere.1 man1/git-reset.1 diff --git a/pkg/git/sha256 b/pkg/git/sha256 index 35f09a76..df21eba9 100644 --- a/pkg/git/sha256 +++ b/pkg/git/sha256 @@ -1 +1 @@ -51643c53d70ce15dde83b6da2bad76ba0c7bbcd4f944d7c378f03a15b9f2e1de git-manpages-2.42.0.tar.gz +cd0f9cf62a2361d279c1eacf604ce8fc84040c4176321890d05051f2fee12d96 git-manpages-2.44.0.tar.gz diff --git a/pkg/git/src b/pkg/git/src -Subproject 43c8a30d150ecede9709c1f2527c8fba92c65f4 +Subproject 3c2a3fdc388747b9eaf4a4a4f2035c1c9ddb26d diff --git a/pkg/git/url b/pkg/git/url index 16970ddc..5aec2e2f 100644 --- a/pkg/git/url +++ b/pkg/git/url @@ -1 +1 @@ -url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.42.0.tar.gz" +url = "https://www.kernel.org/pub/software/scm/git/git-manpages-2.44.0.tar.gz" diff --git a/pkg/git/ver b/pkg/git/ver index 793df5ed..d8299ab7 100644 --- a/pkg/git/ver +++ b/pkg/git/ver @@ -1 +1 @@ -2.42.0 r0 +2.44.0 r0 |
