diff options
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 6ad75ae3..5e16e304 100644 --- a/pkg/git/gen.lua +++ b/pkg/git/gen.lua @@ -22,6 +22,8 @@ cc('compat/regex/regex.c', nil, {cflags='$cflags -DGAWK -DNO_MBSUPPORT'}) -- src/Makefile:/^LIB_OBJS.\+= lib('libgit.a', [[ abspath.c + add-interactive.c + add-patch.c advice.c alias.c alloc.c @@ -351,6 +353,7 @@ local builtins = { 'show-branch', 'show-index', 'show-ref', + 'sparse-checkout', 'stash', 'stripspace', 'submodule--helper', |
