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>
This commit is contained in:
committed by
Junio C Hamano
parent
9dd64cb4d3
commit
f22c95db53
@ -3,7 +3,7 @@ scalar(1)
|
|||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
scalar - an opinionated repository management tool
|
scalar - A tool for managing large Git repositories
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
@ -20,10 +20,9 @@ scalar delete <enlistment>
|
|||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Scalar is an opinionated repository management tool. By creating new
|
Scalar is a repository management tool that optimizes Git for use in large
|
||||||
repositories or registering existing repositories with Scalar, your Git
|
repositories. Scalar improves performance by configuring advanced Git settings,
|
||||||
experience will speed up. Scalar sets advanced Git config settings,
|
maintaining repositories in the background, and helping to reduce data sent
|
||||||
maintains your repositories in the background, and helps reduce data sent
|
|
||||||
across the network.
|
across the network.
|
||||||
|
|
||||||
An important Scalar concept is the enlistment: this is the top-level directory
|
An important Scalar concept is the enlistment: this is the top-level directory
|
||||||
|
|||||||
Reference in New Issue
Block a user