Skip to content

Commit

Permalink
scalar.c: add vfs-cache-move task
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mjcheetham committed Jan 23, 2025
1 parent ecaa06b commit 6981c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ static int cmd_run(int argc, const char **argv)
{ "fetch", "prefetch" },
{ "loose-objects", "loose-objects" },
{ "pack-files", "incremental-repack" },
{ "vfs-cache-move", "vfs-cache-move" },
{ NULL, NULL }
};
struct strbuf buf = STRBUF_INIT;
Expand Down

0 comments on commit 6981c37

Please sign in to comment.