aboutsummaryrefslogtreecommitdiff
path: root/command-list.txt
diff options
context:
space:
mode:
authorDerrick Stolee <derrickstolee@github.com>2025-02-03 17:11:03 +0000
committerJunio C Hamano <gitster@pobox.com>2025-02-03 16:12:41 -0800
commita3f79e9abdbdb27308ac7e3d9e362bcc361cecdc (patch)
treeea7f9d2fff7dae1b384a2b19036e16cf0b80b152 /command-list.txt
parente5a0d5d8bbeed7d0cb21533f9727591e110f50b8 (diff)
downloadgit-a3f79e9abdbdb27308ac7e3d9e362bcc361cecdc.tar.xz
backfill: add builtin boilerplate
In anticipation of implementing 'git backfill', populate the necessary files with the boilerplate of a new builtin. Mark the builtin as experimental at this time, allowing breaking changes in the near future, if necessary. Signed-off-by: Derrick Stolee <stolee@gmail.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 e0bb87b3b5..c537114b46 100644
--- a/command-list.txt
+++ b/command-list.txt
@@ -60,6 +60,7 @@ git-annotate ancillaryinterrogators
git-apply plumbingmanipulators complete
git-archimport foreignscminterface
git-archive mainporcelain
+git-backfill mainporcelain history
git-bisect mainporcelain info
git-blame ancillaryinterrogators complete
git-branch mainporcelain history