summaryrefslogtreecommitdiff
path: root/command-list.txt
diff options
context:
space:
mode:
authorDerrick Stolee <stolee@gmail.com>2018-07-12 19:39:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-07-20 18:27:26 (GMT)
commit6a257f03ba9b86c744064d08df98db1847cf1722 (patch)
tree58bf3269078defab6bdb5ff7fea3d0a75b7aff04 /command-list.txt
parente0d1bcf82590aea8ee007ab087772f1c82f6890b (diff)
downloadgit-6a257f03ba9b86c744064d08df98db1847cf1722.zip
git-6a257f03ba9b86c744064d08df98db1847cf1722.tar.gz
git-6a257f03ba9b86c744064d08df98db1847cf1722.tar.bz2
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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt
index e1c26c1..61071f8 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