summaryrefslogtreecommitdiffstats
path: root/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-25 15:17:09 -0700
committerJunio C Hamano <gitster@pobox.com>2022-08-25 15:17:09 -0700
commit4155e41e0e67c0ac9309aa68dfc46bd49902ebd2 (patch)
treed2be63b8d8cd9d264726fd92c99438bb67b81ecb /technical
parent04495a1941c77d95cb6ad521f45451da4f714af2 (diff)
downloadgit-htmldocs-4155e41e0e67c0ac9309aa68dfc46bd49902ebd2.tar.gz
Autogenerated HTML docs for v2.37.2-411-g7c46e
Diffstat (limited to 'technical')
-rw-r--r--technical/scalar.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/technical/scalar.txt b/technical/scalar.txt
index 08bc09c22..f6353375f 100644
--- a/technical/scalar.txt
+++ b/technical/scalar.txt
@@ -84,6 +84,9 @@ series have been accepted:
- `scalar-diagnose`: The `scalar` command is taught the `diagnose` subcommand.
+- `scalar-generalize-diagnose`: Move the functionality of `scalar diagnose`
+ into `git diagnose` and `git bugreport --diagnose`.
+
Roughly speaking (and subject to change), the following series are needed to
"finish" this initial version of Scalar:
@@ -91,12 +94,6 @@ Roughly speaking (and subject to change), the following series are needed to
and implement `scalar help`. At the end of this series, Scalar should be
feature-complete from the perspective of a user.
-- Generalize features not specific to Scalar: In the spirit of making Scalar
- configure only what is needed for large repo performance, move common
- utilities into other parts of Git. Some of this will be internal-only, but one
- major change will be generalizing `scalar diagnose` for use with any Git
- repository.
-
- Move Scalar to toplevel: Move Scalar out of `contrib/` and into the root of
`git`, including updates to build and install it with the rest of Git. This
change will incorporate Scalar into the Git CI and test framework, as well as