Skip to content

Commit 097250d

Browse files
committed
scalar.c: add vfs-cache-move task
Add the `vfs-cache-move` maintenance task to the list of tasks run by the `scalar run` command. It's often easier for users to run the shorter `scalar run` command than the equivalent `git maintenance` command. Signed-off-by: Matthew John Cheetham <[email protected]>
1 parent 8a2f305 commit 097250d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scalar.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,7 @@ static int cmd_run(int argc, const char **argv)
11631163
{ "fetch", "prefetch" },
11641164
{ "loose-objects", "loose-objects" },
11651165
{ "pack-files", "incremental-repack" },
1166+
{ "vfs-cache-move", "vfs-cache-move" },
11661167
{ NULL, NULL }
11671168
};
11681169
struct strbuf buf = STRBUF_INIT;

0 commit comments

Comments
 (0)