diff options
author | Derrick Stolee <stolee@gmail.com> | 2018-07-12 15:39:20 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-20 11:27:26 -0700 |
commit | 6a257f03ba9b86c744064d08df98db1847cf1722 (patch) | |
tree | 58bf3269078defab6bdb5ff7fea3d0a75b7aff04 /command-list.txt | |
parent | e0d1bcf82590aea8ee007ab087772f1c82f6890b (diff) | |
download | git-6a257f03ba9b86c744064d08df98db1847cf1722.tar.gz |
multi-pack-index: add builtin
This new 'git multi-pack-index' builtin will be the plumbing access
for writing, reading, and checking multi-pack-index files. The
initial implementation is a no-op.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt index e1c26c1bb7..61071f8fa2 100644 --- a/command-list.txt +++ b/command-list.txt @@ -123,6 +123,7 @@ git-merge-index plumbingmanipulators git-merge-one-file purehelpers git-mergetool ancillarymanipulators complete git-merge-tree ancillaryinterrogators +git-multi-pack-index plumbingmanipulators git-mktag plumbingmanipulators git-mktree plumbingmanipulators git-mv mainporcelain worktree |