summaryrefslogtreecommitdiffstats
path: root/scalar.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-08-29 14:20:06 -0700
committerJunio C Hamano <gitster@pobox.com>2023-08-29 14:20:06 -0700
commit3f8de25894bde8ade3661c2db05b102091204d65 (patch)
tree8cc815f174ceab5dfeee20e4a8de9f96ee843a7f /scalar.txt
parent26ea109b5fcfc8c8d55e3a2ab010e7f28c58b74d (diff)
downloadgit-htmldocs-3f8de25894bde8ade3661c2db05b102091204d65.tar.gz
Autogenerated HTML docs for v2.42.0-81-g1a190
Diffstat (limited to 'scalar.txt')
-rw-r--r--scalar.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/scalar.txt b/scalar.txt
index f33436c7f..361f51a64 100644
--- a/scalar.txt
+++ b/scalar.txt
@@ -8,7 +8,8 @@ scalar - A tool for managing large Git repositories
SYNOPSIS
--------
[verse]
-scalar clone [--single-branch] [--branch <main-branch>] [--full-clone] <url> [<enlistment>]
+scalar clone [--single-branch] [--branch <main-branch>] [--full-clone]
+ [--[no-]src] <url> [<enlistment>]
scalar list
scalar register [<enlistment>]
scalar unregister [<enlistment>]
@@ -80,6 +81,11 @@ remote-tracking branch for the branch this option was used for the initial
cloning. If the HEAD at the remote did not point at any branch when
`--single-branch` clone was made, no remote-tracking branch is created.
+--[no-]src::
+ By default, `scalar clone` places the cloned repository within a
+ `<entlistment>/src` directory. Use `--no-src` to place the cloned
+ repository directly in the `<enlistment>` directory.
+
--[no-]full-clone::
A sparse-checkout is initialized by default. This behavior can be
turned off via `--full-clone`.