File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -167,10 +167,10 @@ objects from the source repository into a pack in the cloned repository.
167167 configuration variables are created.
168168
169169--sparse::
170- Initialize the sparse-checkout file so the working
171- directory starts with only the files in the root
172- of the repository. The sparse-checkout file can be
173- modified to grow the working directory as needed.
170+ Employ a sparse-checkout, with only files in the toplevel
171+ directory initially being present. The
172+ linkgit:git- sparse-checkout[1] command can be used to grow the
173+ working directory as needed.
174174
175175--filter=<filter-spec>::
176176 Use the partial clone feature and request that the server sends
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ SPARSE CHECKOUT
121121It uses the skip-worktree bit (see linkgit:git-update-index[1]) to tell
122122Git whether a file in the working directory is worth looking at. If
123123the skip-worktree bit is set, then the file is ignored in the working
124- directory. Git will not populate the contents of those files, which
124+ directory. Git will avoid populating the contents of those files, which
125125makes a sparse checkout helpful when working in a repository with many
126126files, but only a few are important to the current user.
127127
You can’t perform that action at this time.
0 commit comments