]> git.99rst.org Git - git.git/commit
backfill: add builtin boilerplate
authorDerrick Stolee <redacted>
Mon, 3 Feb 2025 17:11:03 +0000 (17:11 +0000)
committerJunio C Hamano <redacted>
Tue, 4 Feb 2025 00:12:41 +0000 (16:12 -0800)
commita3f79e9abdbdb27308ac7e3d9e362bcc361cecdc
treeea7f9d2fff7dae1b384a2b19036e16cf0b80b152
parente5a0d5d8bbeed7d0cb21533f9727591e110f50b8
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitignore
Documentation/git-backfill.txt [new file with mode: 0644]
Documentation/meson.build
Makefile
builtin.h
builtin/backfill.c [new file with mode: 0644]
command-list.txt
git.c
meson.build
git clone https://git.99rst.org/PROJECT