diff options
| author | Michael Forney <mforney@mforney.org> | 2021-06-26 23:58:34 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-06-27 01:51:57 -0700 |
| commit | 6529d7d216a4a24499bb0c1f0184fe608e724edb (patch) | |
| tree | 51cd459b62a7b847eab0d4a688e5bc50bf370ff2 /pkg/git/gen.lua | |
| parent | 7fac148261b828a15b57ee89ff409671aa47c953 (diff) | |
git: Update to 2.32.0
Diffstat (limited to 'pkg/git/gen.lua')
| -rw-r--r-- | pkg/git/gen.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/git/gen.lua b/pkg/git/gen.lua index a925608b..664c55fd 100644 --- a/pkg/git/gen.lua +++ b/pkg/git/gen.lua @@ -156,6 +156,7 @@ lib('libgit.a', [[ pack-write.c packfile.c pager.c + parallel-checkout.c parse-options-cb.c parse-options.c patch-delta.c @@ -170,6 +171,7 @@ lib('libgit.a', [[ promisor-remote.c prompt.c protocol.c + protocol-caps.c prune-packed.c quote.c range-diff.c @@ -203,6 +205,7 @@ lib('libgit.a', [[ shallow.c sideband.c sigchain.c + sparse-index.c split-index.c stable-qsort.c strbuf.c @@ -259,6 +262,9 @@ lib('libgit.a', [[ zlib.c unix-socket.c + unix-stream-server.c + + compat/simple-ipc/(ipc-shared.c ipc-unix-socket.c) sha1dc_git.c sha1dc/sha1.c @@ -299,6 +305,7 @@ local builtins = { 'check-mailmap', 'check-ref-format', 'checkout-index', + 'checkout--worker', 'checkout', 'clean', 'clone', |
