diff options
author | Victoria Dye <vdye@github.com> | 2022-07-12 02:06:06 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-18 20:03:56 +0200 |
commit | f22c95db53fd77087fd85ebdf76fd57daae727d8 (patch) | |
tree | 987d539d4f52023174af4adf0f4710db4fdf275a /contrib/scalar/scalar.txt | |
parent | The third batch (diff) | |
download | git-f22c95db53fd77087fd85ebdf76fd57daae727d8.tar.xz git-f22c95db53fd77087fd85ebdf76fd57daae727d8.zip |
scalar: reword command documentation to clarify purpose
Rephrase documentation to describe scalar as a "large repo management tool"
rather than an "opinionated management tool". The new description is
intended to more directly reflect the utility of scalar to better guide
users in preparation for scalar being built and installed as part of Git.
Signed-off-by: Victoria Dye <vdye@github.com>
Acked-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | contrib/scalar/scalar.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/contrib/scalar/scalar.txt b/contrib/scalar/scalar.txt index c0425e0653..1a12dc4507 100644 --- a/contrib/scalar/scalar.txt +++ b/contrib/scalar/scalar.txt @@ -3,7 +3,7 @@ scalar(1) NAME ---- -scalar - an opinionated repository management tool +scalar - A tool for managing large Git repositories SYNOPSIS -------- @@ -20,10 +20,9 @@ scalar delete <enlistment> DESCRIPTION ----------- -Scalar is an opinionated repository management tool. By creating new -repositories or registering existing repositories with Scalar, your Git -experience will speed up. Scalar sets advanced Git config settings, -maintains your repositories in the background, and helps reduce data sent +Scalar is a repository management tool that optimizes Git for use in large +repositories. Scalar improves performance by configuring advanced Git settings, +maintaining repositories in the background, and helping to reduce data sent across the network. An important Scalar concept is the enlistment: this is the top-level directory |