Skip to content

Commit 43370b1

Browse files
vdyegitster
authored andcommitted
scalar: update technical doc roadmap
Update the Scalar roadmap to reflect the completion of generalizing 'scalar diagnose' into 'git diagnose' and 'git bugreport --diagnose'. Signed-off-by: Victoria Dye <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 672196a commit 43370b1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Documentation/technical/scalar.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,16 @@ series have been accepted:
8484

8585
- `scalar-diagnose`: The `scalar` command is taught the `diagnose` subcommand.
8686

87+
- `scalar-generalize-diagnose`: Move the functionality of `scalar diagnose`
88+
into `git diagnose` and `git bugreport --diagnose`.
89+
8790
Roughly speaking (and subject to change), the following series are needed to
8891
"finish" this initial version of Scalar:
8992

9093
- Finish Scalar features: Enable the built-in FSMonitor in Scalar enlistments
9194
and implement `scalar help`. At the end of this series, Scalar should be
9295
feature-complete from the perspective of a user.
9396

94-
- Generalize features not specific to Scalar: In the spirit of making Scalar
95-
configure only what is needed for large repo performance, move common
96-
utilities into other parts of Git. Some of this will be internal-only, but one
97-
major change will be generalizing `scalar diagnose` for use with any Git
98-
repository.
99-
10097
- Move Scalar to toplevel: Move Scalar out of `contrib/` and into the root of
10198
`git`, including updates to build and install it with the rest of Git. This
10299
change will incorporate Scalar into the Git CI and test framework, as well as

0 commit comments

Comments
 (0)