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/gen.lua | |
| parent | c1628f7b962d273dc74bed7a24b9c67e02a2df2c (diff) | |
git: bump to 2.44.0
Diffstat (limited to 'pkg/git/gen.lua')
| -rw-r--r-- | pkg/git/gen.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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', |
