scalar: implement the `run` command
commit7020c88c3003560d797cd7b5c0c95a9d35f9a4b9
authorDerrick Stolee <dstolee@microsoft.com>
Fri, 3 Dec 2021 13:34:25 +0000 (3 13:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Dec 2021 05:52:24 +0000 (4 21:52 -0800)
tree454bf6aff61a3678d2cb123e95ce0243fc9d9c5e
parent4368e40befd308d3055e81f8f6aaaa3fb8fe6407
scalar: implement the `run` command

Note: this subcommand is provided primarily for backwards-compatibility,
for existing Scalar uses. It is mostly just a shim for `git
maintenance`, mapping task names from the way Scalar called them to the
way Git calls them.

The reason why those names differ? The background maintenance was first
implemented in Scalar, and when it was contributed as a patch series
implementing the `git maintenance` command, reviewers suggested better
names, those suggestions were accepted before the patches were
integrated into core Git.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/scalar/scalar.c
contrib/scalar/scalar.txt